Merge "(bug 40857) fix non-array sidebar links handling in CologneBlue"
[lhc/web/wiklou.git] / skins / common / config.css
1 .env-check {
2 font-size: 90%;
3 margin: 1em 0 1em 2.5em;
4 }
5
6 .config-section {
7 margin-top: 2em;
8 }
9 .config-block {
10 margin-top: 2em;
11 display: block;
12
13 }
14 .config-block-label {
15 display: block;
16 margin-bottom: .2em;
17 }
18 .config-block-label label, .config-label {
19 font-weight: bold;
20 padding-right: .5em;
21 padding-top: .2em;
22 }
23 .config-block-elements {
24 margin-left: 2em;
25 }
26 .config-block-elements li {
27 list-style: none;
28 }
29 .config-input {
30 clear: left;
31 zoom: 100%; /* IE hack */
32 }
33
34 .config-page-wrapper {
35 padding: 0.5em;
36 }
37
38 .config-page-list {
39 float: right;
40 width: 12em;
41 border: 1px solid #aaa;
42 background: #fff;
43 padding: 0.5em;
44 /* 3em left margin to leave space between the list and the page-content */
45 margin: 0.5em 0.5em 0.5em 3.5em;
46 }
47
48 .config-page {
49 padding: 0.5em 0.5em 0.5em 2em;
50 margin: 0.5em 0.5em 0.5em 0.5em;
51 background: #eee;
52 }
53
54 .config-submit {
55 clear: left;
56 text-align: center;
57 padding: 1em;
58 }
59
60 .config-submit input {
61 margin-left: 0.5em;
62 margin-right: 0.5em;
63 }
64
65 .config-page-disabled {
66 color: #aaa;
67 }
68
69 .config-error-box {
70 border: 2px solid #f00;
71 }
72
73 .config-page-current {
74 font-weight: bold;
75 }
76
77 .config-message {
78 display: list-item;
79 line-height: 1.5em;
80 /* @embed */
81 list-style-image: url(images/bullet.gif);
82 list-style-type: square;
83 }
84
85 .config-input-text {
86 width: 20em;
87 margin-right: 1em;
88 }
89
90 .config-input-check {
91 margin-left: 10em;
92 }
93
94 .error {
95 color: red;
96 background-color: #fff;
97 font-weight: bold;
98 left: 1em;
99 font-size: 100%;
100 }
101
102 .config-settings-block {
103 list-style-type: none;
104 list-style-image: none;
105 float: left;
106 margin: 0;
107 padding: 0;
108 }
109
110 .btn-install {
111 font-weight: bold;
112 font-size: 110%;
113 padding: .2em .3em;
114 }
115
116 .success-message {
117 font-weight: bold;
118 font-size: 110%;
119 color: green;
120 }
121 .success-box {
122 font-size: 130%;
123 }
124
125 .config-cc-wrapper {
126 clear: left;
127 /* If you change this height, also change it in WebInstaller_Options::submitCC() */
128 height: 54em;
129 }
130
131 .config-plainlink a {
132 background: none !important;
133 padding: 0 !important;
134 }
135
136 .config-download-link {
137 font-size: 1.8em;
138 margin-left: 2em;
139 }
140
141 #config-live-log {
142 margin-right: 18em;
143 }