Update OOjs UI to v0.1.0-pre (1c7875205a)
[lhc/web/wiklou.git] / resources / oojs-ui / oojs-ui-agora.css
1 .oo-ui-window-head {
2 height: 3.35em;
3 border-bottom: 1px solid #dddddd;
4 }
5
6 .oo-ui-window-body {
7 padding: 2em 3.35em;
8 }
9
10 .oo-ui-window-icon {
11 width: 3.35em;
12 height: 3.35em;
13 background-size: 2em auto;
14 border-left: 1px solid #dddddd;
15 }
16
17 .oo-ui-window-title {
18 line-height: 3.35em;
19 }
20
21 .oo-ui-buttonedElement.oo-ui-indicatedElement .oo-ui-buttonedElement-button > .oo-ui-indicatedElement-indicator,
22 .oo-ui-buttonedElement.oo-ui-iconedElement .oo-ui-buttonedElement-button > .oo-ui-iconedElement-icon {
23 width: 3.35em;
24 height: 3.35em;
25 background-size: 2em auto;
26 }
27
28 .oo-ui-optionWidget {
29 padding: 0.8em 1em 0.8em 3.35em;
30 font-weight: bold;
31 border-bottom: 1px solid #dddddd;
32 }
33
34 .oo-ui-buttonOptionWidget {
35 padding: 0;
36 }
37
38 .oo-ui-menuItemWidget.oo-ui-optionWidget-selected {
39 color: #ffffff;
40 background: #347bff;
41 }
42
43 .oo-ui-menuSectionItemWidget {
44 font-weight: normal;
45 color: #777777;
46 border: none;
47 }
48
49 .oo-ui-textInputWidget input,
50 .oo-ui-textInputWidget textarea {
51 padding: .8em 1em;
52 }