Fix off-by-one error in the "previous 200" link in category listings
[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
10 .config-block {
11 margin-top: 2em;
12 display: block;
13
14 }
15
16 .config-block-label {
17 display: block;
18 margin-bottom: .2em;
19 }
20
21 .config-block-label label, .config-label {
22 font-weight: bold;
23 padding-right: .5em;
24 padding-top: .2em;
25 }
26
27 .config-block-elements {
28 margin-left: 2em;
29 }
30
31 .config-block-elements li {
32 list-style: none;
33 }
34
35 .config-input {
36 clear: left;
37 zoom: 100%; /* IE hack */
38 }
39
40 .config-page-wrapper {
41 padding: 0.5em;
42 }
43
44 .config-page-list {
45 float: right;
46 width: 12em;
47 border: 1px solid #aaa;
48 background: #fff;
49 padding: 0.5em;
50 /* 3em left margin to leave space between the list and the page-content */
51 margin: 0.5em 0.5em 0.5em 3.5em;
52 }
53
54 .config-page {
55 padding: 0.5em 0.5em 0.5em 2em;
56 margin: 0.5em 0.5em 0.5em 0.5em;
57 background: #eee;
58 }
59
60 .config-submit {
61 clear: left;
62 text-align: center;
63 padding: 1em;
64 }
65
66 .config-submit input {
67 margin-left: 0.5em;
68 margin-right: 0.5em;
69 }
70
71 .config-page-disabled {
72 color: #aaa;
73 }
74
75 .config-error-box {
76 border: 2px solid #f00;
77 }
78
79 .config-page-current {
80 font-weight: bold;
81 }
82
83 .config-message {
84 display: list-item;
85 line-height: 1.5em;
86 /* @embed */
87 list-style-image: url(images/bullet.gif);
88 list-style-type: square;
89 }
90
91 .config-input-text {
92 width: 20em;
93 margin-right: 1em;
94 }
95
96 .config-input-check {
97 margin-left: 10em;
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
127 .success-box {
128 font-size: 130%;
129 }
130
131 .config-cc-wrapper {
132 clear: left;
133 /* If you change this height, also change it in WebInstallerOptions::submitCC() */
134 height: 54em;
135 }
136
137 .config-plainlink a {
138 background: none !important;
139 padding: 0 !important;
140 }
141
142 .config-download-link {
143 font-size: 1.8em;
144 margin-left: 2em;
145 }
146
147 .config-download-link a {
148 background: url(images/download-32.png) no-repeat center left;
149 padding-left: 40px; /* 32 px for the image (above), plus some breathing room */
150 height: 32px; /* provide enough vertical room for the image */
151 display: inline-block; /* allow the height property (above) to work */
152 line-height: 32px; /* center the text vertically */
153 }
154
155 #config-live-log {
156 overflow: hidden;
157 min-width: 20em;
158 }