Include short descriptions for extensions bundled in the release
[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: 3.7em;
92 margin-right: 2em;
93 margin-bottom: 0.25em;
94 }
95
96 .config-input-check input {
97 margin-left: -1em;
98 }
99
100 .error {
101 color: red;
102 background-color: #fff;
103 font-weight: bold;
104 left: 1em;
105 font-size: 100%;
106 }
107
108 .config-settings-block {
109 list-style-type: none;
110 list-style-image: none;
111 margin: 0;
112 padding: 0;
113 }
114
115 .btn-install {
116 font-weight: bold;
117 font-size: 110%;
118 padding: .2em .3em;
119 }
120
121 .success-message {
122 font-weight: bold;
123 font-size: 110%;
124 color: green;
125 }
126 .success-box {
127 font-size: 130%;
128 }
129
130 .config-cc-wrapper {
131 clear: left;
132 /* If you change this height, also change it in WebInstaller_Options::submitCC() */
133 height: 54em;
134 }
135
136 .config-plainlink a {
137 background: none !important;
138 padding: 0 !important;
139 }
140
141 .config-download-link {
142 font-size: 1.8em;
143 margin-left: 2em;
144 }
145
146 #config-live-log {
147 margin-right: 18em;
148 }