Merge "Made wfThumbIsStandard() aware of the width/height handler scaling choice"
[lhc/web/wiklou.git] / resources / lib / oojs-ui / oojs-ui-agora.css
1 .oo-ui-dialog-content .oo-ui-window-closeButton {
2 position: absolute;
3 top: 0;
4 left: 0;
5 }
6
7 .oo-ui-dialog-content .oo-ui-window-icon {
8 margin-left: 3.35em;
9 }
10
11 .oo-ui-dialog-content .oo-ui-window-body {
12 position: relative;
13 }
14
15 .oo-ui-dialog-medium .oo-ui-window-frame {
16 top: 0;
17 bottom: 0;
18 background-color: white;
19 }
20
21 .oo-ui-window-head {
22 height: 3.35em;
23 border-bottom: 1px solid #dddddd;
24 }
25
26 .oo-ui-window-body {
27 padding: 2em 3.35em;
28 }
29
30 .oo-ui-window-icon {
31 width: 3.35em;
32 height: 3.35em;
33 background-size: 2em auto;
34 border-left: 1px solid #dddddd;
35 }
36
37 .oo-ui-window-title {
38 line-height: 3.35em;
39 }
40
41 .oo-ui-buttonedElement.oo-ui-indicatedElement .oo-ui-buttonedElement-button > .oo-ui-indicatedElement-indicator,
42 .oo-ui-buttonedElement.oo-ui-iconedElement .oo-ui-buttonedElement-button > .oo-ui-iconedElement-icon {
43 width: 3.35em;
44 height: 3.35em;
45 background-size: 2em auto;
46 }
47
48 .oo-ui-optionWidget {
49 padding: 0.8em 1em 0.8em 3.35em;
50 font-weight: bold;
51 border-bottom: 1px solid #dddddd;
52 }
53
54 .oo-ui-optionWidget.oo-ui-indicatedElement .oo-ui-labeledElement-label {
55 padding-right: 1.5em;
56 }
57
58 .oo-ui-optionWidget-level-0 {
59 padding-left: 3.5em;
60 }
61
62 .oo-ui-optionWidget-level-0 .oo-ui-iconedElement-icon {
63 left: 1em;
64 }
65
66 .oo-ui-optionWidget-level-1 {
67 padding-left: 5em;
68 }
69
70 .oo-ui-optionWidget-level-1 .oo-ui-iconedElement-icon {
71 left: 2.5em;
72 }
73
74 .oo-ui-optionWidget-level-2 {
75 padding-left: 6.5em;
76 }
77
78 .oo-ui-optionWidget-level-2 .oo-ui-iconedElement-icon {
79 left: 4em;
80 }
81
82 .oo-ui-buttonOptionWidget {
83 padding: 0;
84 }
85
86 .oo-ui-menuItemWidget.oo-ui-optionWidget-selected {
87 color: #ffffff;
88 background: #347bff;
89 }
90
91 .oo-ui-menuSectionItemWidget {
92 font-weight: normal;
93 color: #777777;
94 border: none;
95 }
96
97 .oo-ui-textInputWidget input,
98 .oo-ui-textInputWidget textarea {
99 padding: .8em 1em;
100 }