##// END OF EJS Templates
updated the appearance of table headers...
Jean-Philippe Lang -
r110:2ac30707d2e3
parent child
Show More
1 NO CONTENT: modified file, binary diff hidden
NO CONTENT: modified file, binary diff hidden
1 NO CONTENT: modified file, binary diff hidden
NO CONTENT: modified file, binary diff hidden
@@ -1,512 +1,513
1 /* andreas08 - an open source xhtml/css website layout by Andreas Viklund - http://andreasviklund.com . Free to use in any way and for any purpose as long as the proper credits are given to the original designer. Version: 1.0, November 28, 2005 */
1 /* andreas08 - an open source xhtml/css website layout by Andreas Viklund - http://andreasviklund.com . Free to use in any way and for any purpose as long as the proper credits are given to the original designer. Version: 1.0, November 28, 2005 */
2 /* Edited by Jean-Philippe Lang *>
2 /* Edited by Jean-Philippe Lang *>
3 /**************** Body and tag styles ****************/
3 /**************** Body and tag styles ****************/
4
4
5
5
6 #header * {margin:0; padding:0;}
6 #header * {margin:0; padding:0;}
7 p, ul, ol, li {margin:0; padding:0;}
7 p, ul, ol, li {margin:0; padding:0;}
8
8
9
9
10 body{
10 body{
11 font:76% Verdana,Tahoma,Arial,sans-serif;
11 font:76% Verdana,Tahoma,Arial,sans-serif;
12 line-height:1.4em;
12 line-height:1.4em;
13 text-align:center;
13 text-align:center;
14 color:#303030;
14 color:#303030;
15 background:#e8eaec;
15 background:#e8eaec;
16 margin:0;
16 margin:0;
17 }
17 }
18
18
19
19
20 a{
20 a{
21 color:#467aa7;
21 color:#467aa7;
22 font-weight:bold;
22 font-weight:bold;
23 text-decoration:none;
23 text-decoration:none;
24 background-color:inherit;
24 background-color:inherit;
25 }
25 }
26
26
27 a:hover{color:#2a5a8a; text-decoration:none; background-color:inherit;}
27 a:hover{color:#2a5a8a; text-decoration:none; background-color:inherit;}
28 a img{border:none;}
28 a img{border:none;}
29
29
30 p{padding:0 0 1em 0;}
30 p{padding:0 0 1em 0;}
31 p form{margin-top:0; margin-bottom:20px;}
31 p form{margin-top:0; margin-bottom:20px;}
32
32
33 img.left,img.center,img.right{padding:4px; border:1px solid #a0a0a0;}
33 img.left,img.center,img.right{padding:4px; border:1px solid #a0a0a0;}
34 img.left{float:left; margin:0 12px 5px 0;}
34 img.left{float:left; margin:0 12px 5px 0;}
35 img.center{display:block; margin:0 auto 5px auto;}
35 img.center{display:block; margin:0 auto 5px auto;}
36 img.right{float:right; margin:0 0 5px 12px;}
36 img.right{float:right; margin:0 0 5px 12px;}
37
37
38 /**************** Header and navigation styles ****************/
38 /**************** Header and navigation styles ****************/
39
39
40 #container{
40 #container{
41 width:100%;
41 width:100%;
42 min-width: 800px;
42 min-width: 800px;
43 margin:0;
43 margin:0;
44 padding:0;
44 padding:0;
45 text-align:left;
45 text-align:left;
46 background:#ffffff;
46 background:#ffffff;
47 color:#303030;
47 color:#303030;
48 }
48 }
49
49
50 #header{
50 #header{
51 height:4.5em;
51 height:4.5em;
52 margin:0;
52 margin:0;
53 background:#467aa7;
53 background:#467aa7;
54 color:#ffffff;
54 color:#ffffff;
55 margin-bottom:1px;
55 margin-bottom:1px;
56 }
56 }
57
57
58 #header h1{
58 #header h1{
59 padding:10px 0 0 20px;
59 padding:10px 0 0 20px;
60 font-size:2em;
60 font-size:2em;
61 background-color:inherit;
61 background-color:inherit;
62 color:#fff;
62 color:#fff;
63 letter-spacing:-1px;
63 letter-spacing:-1px;
64 font-weight:bold;
64 font-weight:bold;
65 font-family: Trebuchet MS,Georgia,"Times New Roman",serif;
65 font-family: Trebuchet MS,Georgia,"Times New Roman",serif;
66 }
66 }
67
67
68 #header h2{
68 #header h2{
69 margin:3px 0 0 40px;
69 margin:3px 0 0 40px;
70 font-size:1.5em;
70 font-size:1.5em;
71 background-color:inherit;
71 background-color:inherit;
72 color:#f0f2f4;
72 color:#f0f2f4;
73 letter-spacing:-1px;
73 letter-spacing:-1px;
74 font-weight:normal;
74 font-weight:normal;
75 font-family: Trebuchet MS,Georgia,"Times New Roman",serif;
75 font-family: Trebuchet MS,Georgia,"Times New Roman",serif;
76 }
76 }
77
77
78 #navigation{
78 #navigation{
79 height:2.2em;
79 height:2.2em;
80 line-height:2.2em;
80 line-height:2.2em;
81 margin:0;
81 margin:0;
82 background:#578bb8;
82 background:#578bb8;
83 color:#ffffff;
83 color:#ffffff;
84 }
84 }
85
85
86 #navigation li{
86 #navigation li{
87 float:left;
87 float:left;
88 list-style-type:none;
88 list-style-type:none;
89 border-right:1px solid #ffffff;
89 border-right:1px solid #ffffff;
90 white-space:nowrap;
90 white-space:nowrap;
91 }
91 }
92
92
93 #navigation li.right {
93 #navigation li.right {
94 float:right;
94 float:right;
95 list-style-type:none;
95 list-style-type:none;
96 border-right:0;
96 border-right:0;
97 border-left:1px solid #ffffff;
97 border-left:1px solid #ffffff;
98 white-space:nowrap;
98 white-space:nowrap;
99 }
99 }
100
100
101 #navigation li a{
101 #navigation li a{
102 display:block;
102 display:block;
103 padding:0px 10px 0px 22px;
103 padding:0px 10px 0px 22px;
104 font-size:0.8em;
104 font-size:0.8em;
105 font-weight:normal;
105 font-weight:normal;
106 text-decoration:none;
106 text-decoration:none;
107 background-color:inherit;
107 background-color:inherit;
108 color: #ffffff;
108 color: #ffffff;
109 }
109 }
110
110
111 * html #navigation a {width:1%;}
111 * html #navigation a {width:1%;}
112
112
113 #navigation .selected,#navigation a:hover{
113 #navigation .selected,#navigation a:hover{
114 color:#ffffff;
114 color:#ffffff;
115 text-decoration:none;
115 text-decoration:none;
116 background-color: #80b0da;
116 background-color: #80b0da;
117 }
117 }
118
118
119 /**************** Icons links *******************/
119 /**************** Icons links *******************/
120 .picHome { background: url(../images/home.png) no-repeat 4px 50%; }
120 .picHome { background: url(../images/home.png) no-repeat 4px 50%; }
121 .picUser { background: url(../images/user.png) no-repeat 4px 50%; }
121 .picUser { background: url(../images/user.png) no-repeat 4px 50%; }
122 .picUserPage { background: url(../images/user_page.png) no-repeat 4px 50%; }
122 .picUserPage { background: url(../images/user_page.png) no-repeat 4px 50%; }
123 .picAdmin { background: url(../images/admin.png) no-repeat 4px 50%; }
123 .picAdmin { background: url(../images/admin.png) no-repeat 4px 50%; }
124 .picProject { background: url(../images/projects.png) no-repeat 4px 50%; }
124 .picProject { background: url(../images/projects.png) no-repeat 4px 50%; }
125 .picLogout { background: url(../images/logout.png) no-repeat 4px 50%; }
125 .picLogout { background: url(../images/logout.png) no-repeat 4px 50%; }
126 .picHelp { background: url(../images/help.png) no-repeat 4px 50%; }
126 .picHelp { background: url(../images/help.png) no-repeat 4px 50%; }
127
127
128 .picEdit { background: url(../images/edit.png) no-repeat 4px 50%; }
128 .picEdit { background: url(../images/edit.png) no-repeat 4px 50%; }
129 .picDelete { background: url(../images/delete.png) no-repeat 4px 50%; }
129 .picDelete { background: url(../images/delete.png) no-repeat 4px 50%; }
130 .picAdd { background: url(../images/add.png) no-repeat 4px 50%; }
130 .picAdd { background: url(../images/add.png) no-repeat 4px 50%; }
131 .picMove { background: url(../images/move.png) no-repeat 4px 50%; }
131 .picMove { background: url(../images/move.png) no-repeat 4px 50%; }
132 .picCheck { background: url(../images/check.png) no-repeat 4px 70%; }
132 .picCheck { background: url(../images/check.png) no-repeat 4px 70%; }
133 .picPdf { background: url(../images/pdf.png) no-repeat 4px 50%;}
133 .picPdf { background: url(../images/pdf.png) no-repeat 4px 50%;}
134 .picCsv { background: url(../images/csv.png) no-repeat 4px 50%;}
134 .picCsv { background: url(../images/csv.png) no-repeat 4px 50%;}
135
135
136 .pic { padding-left: 18px; margin-left: 3px; }
136 .pic { padding-left: 18px; margin-left: 3px; }
137
137
138 .icon {
138 .icon {
139 background-position: 0% 40%;
139 background-position: 0% 40%;
140 background-repeat: no-repeat;
140 background-repeat: no-repeat;
141 padding-left: 20px;
141 padding-left: 20px;
142 }
142 }
143
143
144 .folder { background-image: url(../images/folder.png); }
144 .folder { background-image: url(../images/folder.png); }
145 .file { background-image: url(../images/file.png); }
145 .file { background-image: url(../images/file.png); }
146 .attachment { background-image: url(../images/attachment.png); }
146 .attachment { background-image: url(../images/attachment.png); }
147
147
148 /**************** Content styles ****************/
148 /**************** Content styles ****************/
149
149
150 html>body #content {
150 html>body #content {
151 height: auto;
151 height: auto;
152 min-height: 500px;
152 min-height: 500px;
153 }
153 }
154
154
155 #content{
155 #content{
156 width: auto;
156 width: auto;
157 height:500px;
157 height:500px;
158 font-size:0.9em;
158 font-size:0.9em;
159 padding:20px 10px 10px 20px;
159 padding:20px 10px 10px 20px;
160 margin-left: 120px;
160 margin-left: 120px;
161 border-left: 1px dashed #c0c0c0;
161 border-left: 1px dashed #c0c0c0;
162
162
163 }
163 }
164
164
165 #content h2{
165 #content h2{
166 display:block;
166 display:block;
167 margin:0 0 16px 0;
167 margin:0 0 16px 0;
168 font-size:1.7em;
168 font-size:1.7em;
169 font-weight:normal;
169 font-weight:normal;
170 letter-spacing:-1px;
170 letter-spacing:-1px;
171 color:#606060;
171 color:#606060;
172 background-color:inherit;
172 background-color:inherit;
173 font-family: Trebuchet MS,Georgia,"Times New Roman",serif;
173 font-family: Trebuchet MS,Georgia,"Times New Roman",serif;
174 }
174 }
175
175
176 #content h2 a{font-weight:normal;}
176 #content h2 a{font-weight:normal;}
177 #content h3{margin:0 0 12px 0; font-size:1.4em;color:#707070;font-family: Trebuchet MS,Georgia,"Times New Roman",serif;}
177 #content h3{margin:0 0 12px 0; font-size:1.4em;color:#707070;font-family: Trebuchet MS,Georgia,"Times New Roman",serif;}
178 #content h4{font-size: 1em; margin-bottom: 12px; margin-top: 20px; font-weight: normal; border-bottom: dotted 1px #c0c0c0;}
178 #content h4{font-size: 1em; margin-bottom: 12px; margin-top: 20px; font-weight: normal; border-bottom: dotted 1px #c0c0c0;}
179 #content a:hover,#subcontent a:hover{text-decoration:underline;}
179 #content a:hover,#subcontent a:hover{text-decoration:underline;}
180 #content ul,#content ol{margin:0 5px 16px 35px;}
180 #content ul,#content ol{margin:0 5px 16px 35px;}
181 #content dl{margin:0 5px 10px 25px;}
181 #content dl{margin:0 5px 10px 25px;}
182 #content dt{font-weight:bold; margin-bottom:5px;}
182 #content dt{font-weight:bold; margin-bottom:5px;}
183 #content dd{margin:0 0 10px 15px;}
183 #content dd{margin:0 0 10px 15px;}
184
184
185
185
186 /***********************************************/
186 /***********************************************/
187
187
188 form {
188 form {
189 display: inline;
189 display: inline;
190 }
190 }
191
191
192 blockquote {
192 blockquote {
193 padding-left: 6px;
193 padding-left: 6px;
194 border-left: 2px solid #ccc;
194 border-left: 2px solid #ccc;
195 }
195 }
196
196
197 input, select {
197 input, select {
198 vertical-align: middle;
198 vertical-align: middle;
199 }
199 }
200
200
201 input.button-small
201 input.button-small
202 {
202 {
203 font-size: 0.8em;
203 font-size: 0.8em;
204 }
204 }
205
205
206 .select-small
206 .select-small
207 {
207 {
208 font-size: 0.8em;
208 font-size: 0.8em;
209 }
209 }
210
210
211 label {
211 label {
212 font-weight: bold;
212 font-weight: bold;
213 font-size: 1em;
213 font-size: 1em;
214 }
214 }
215
215
216 fieldset {
216 fieldset {
217 border:1px solid #c0c0c0;
217 border:1px solid #c0c0c0;
218 padding: 6px;
218 padding: 6px;
219 }
219 }
220
220
221 legend {
221 legend {
222 color: #505050;
222 color: #505050;
223
223
224 }
224 }
225
225
226 .required {
226 .required {
227 color: #bb0000;
227 color: #bb0000;
228 }
228 }
229
229
230 .odd {
230 .odd {
231 background-color:#f6f7f8;
231 background-color:#f6f7f8;
232 }
232 }
233 .even {
233 .even {
234 background-color: #fff;
234 background-color: #fff;
235 }
235 }
236
236
237 hr { border:none; border-bottom: dotted 1px #c0c0c0; }
237 hr { border:none; border-bottom: dotted 1px #c0c0c0; }
238
238
239 div.square {
239 div.square {
240 border: 1px solid #999;
240 border: 1px solid #999;
241 float: left;
241 float: left;
242 margin: .4em .5em 0 0;
242 margin: .4em .5em 0 0;
243 overflow: hidden;
243 overflow: hidden;
244 width: .6em; height: .6em;
244 width: .6em; height: .6em;
245 }
245 }
246
246
247 table p {
247 table p {
248 margin:0;
248 margin:0;
249 padding:0;
249 padding:0;
250 }
250 }
251
251
252 /********** Table used to display lists of things ***********/
252 /********** Table used to display lists of things ***********/
253
253
254 table.list {
254 table.list {
255 width:100%;
255 width:100%;
256 border-collapse: collapse;
256 border-collapse: collapse;
257 border: 1px dotted #d0d0d0;
257 border: 1px dotted #d0d0d0;
258 margin-bottom: 6px;
258 margin-bottom: 6px;
259 }
259 }
260
260
261 table.with-cells td {
261 table.with-cells td {
262 border: 1px solid #d7d7d7;
262 border: 1px solid #d7d7d7;
263 }
263 }
264
264
265 table.list thead th {
265 table.list thead th {
266 text-align: center;
266 text-align: center;
267 background: #eee;
267 background: #eee;
268 border: 1px solid #d7d7d7;
268 border: 1px solid #d7d7d7;
269 color: #777;
269 }
270 }
270
271
271 table.list tbody th {
272 table.list tbody th {
272 font-weight: normal;
273 font-weight: normal;
273 background: #eed;
274 background: #eed;
274 border: 1px solid #d7d7d7;
275 border: 1px solid #d7d7d7;
275 }
276 }
276
277
277 /********** Validation error messages *************/
278 /********** Validation error messages *************/
278 #errorExplanation {
279 #errorExplanation {
279 width: 400px;
280 width: 400px;
280 border: 0;
281 border: 0;
281 padding: 7px;
282 padding: 7px;
282 padding-bottom: 3px;
283 padding-bottom: 3px;
283 margin-bottom: 0px;
284 margin-bottom: 0px;
284 }
285 }
285
286
286 #errorExplanation h2 {
287 #errorExplanation h2 {
287 text-align: left;
288 text-align: left;
288 font-weight: bold;
289 font-weight: bold;
289 padding: 5px 5px 10px 26px;
290 padding: 5px 5px 10px 26px;
290 font-size: 1em;
291 font-size: 1em;
291 margin: -7px;
292 margin: -7px;
292 background: url(../images/alert.png) no-repeat 6px 6px;
293 background: url(../images/alert.png) no-repeat 6px 6px;
293 }
294 }
294
295
295 #errorExplanation p {
296 #errorExplanation p {
296 color: #333;
297 color: #333;
297 margin-bottom: 0;
298 margin-bottom: 0;
298 padding: 5px;
299 padding: 5px;
299 }
300 }
300
301
301 #errorExplanation ul li {
302 #errorExplanation ul li {
302 font-size: 1em;
303 font-size: 1em;
303 list-style: none;
304 list-style: none;
304 margin-left: -16px;
305 margin-left: -16px;
305 }
306 }
306
307
307 /*========== Drop down menu ==============*/
308 /*========== Drop down menu ==============*/
308 div.menu {
309 div.menu {
309 background-color: #FFFFFF;
310 background-color: #FFFFFF;
310 border-style: solid;
311 border-style: solid;
311 border-width: 1px;
312 border-width: 1px;
312 border-color: #7F9DB9;
313 border-color: #7F9DB9;
313 position: absolute;
314 position: absolute;
314 top: 0px;
315 top: 0px;
315 left: 0px;
316 left: 0px;
316 padding: 0;
317 padding: 0;
317 visibility: hidden;
318 visibility: hidden;
318 z-index: 101;
319 z-index: 101;
319 }
320 }
320
321
321 div.menu a.menuItem {
322 div.menu a.menuItem {
322 font-size: 10px;
323 font-size: 10px;
323 font-weight: normal;
324 font-weight: normal;
324 line-height: 2em;
325 line-height: 2em;
325 color: #000000;
326 color: #000000;
326 background-color: #FFFFFF;
327 background-color: #FFFFFF;
327 cursor: default;
328 cursor: default;
328 display: block;
329 display: block;
329 padding: 0 1em;
330 padding: 0 1em;
330 margin: 0;
331 margin: 0;
331 border: 0;
332 border: 0;
332 text-decoration: none;
333 text-decoration: none;
333 white-space: nowrap;
334 white-space: nowrap;
334 }
335 }
335
336
336 div.menu a.menuItem:hover, div.menu a.menuItemHighlight {
337 div.menu a.menuItem:hover, div.menu a.menuItemHighlight {
337 background-color: #80b0da;
338 background-color: #80b0da;
338 color: #ffffff;
339 color: #ffffff;
339 }
340 }
340
341
341 div.menu a.menuItem span.menuItemText {}
342 div.menu a.menuItem span.menuItemText {}
342
343
343 div.menu a.menuItem span.menuItemArrow {
344 div.menu a.menuItem span.menuItemArrow {
344 margin-right: -.75em;
345 margin-right: -.75em;
345 }
346 }
346
347
347 /**************** Sidebar styles ****************/
348 /**************** Sidebar styles ****************/
348
349
349 #subcontent{
350 #subcontent{
350 position: absolute;
351 position: absolute;
351 left: 0px;
352 left: 0px;
352 width:110px;
353 width:110px;
353 padding:20px 20px 10px 5px;
354 padding:20px 20px 10px 5px;
354 }
355 }
355
356
356 #subcontent h2{
357 #subcontent h2{
357 display:block;
358 display:block;
358 margin:0 0 5px 0;
359 margin:0 0 5px 0;
359 font-size:1.0em;
360 font-size:1.0em;
360 font-weight:bold;
361 font-weight:bold;
361 text-align:left;
362 text-align:left;
362 color:#606060;
363 color:#606060;
363 background-color:inherit;
364 background-color:inherit;
364 font-family: Trebuchet MS,Georgia,"Times New Roman",serif;
365 font-family: Trebuchet MS,Georgia,"Times New Roman",serif;
365 }
366 }
366
367
367 #subcontent p{margin:0 0 16px 0; font-size:0.9em;}
368 #subcontent p{margin:0 0 16px 0; font-size:0.9em;}
368
369
369 /**************** Menublock styles ****************/
370 /**************** Menublock styles ****************/
370
371
371 .menublock{margin:0 0 20px 8px; font-size:0.8em;}
372 .menublock{margin:0 0 20px 8px; font-size:0.8em;}
372 .menublock li{list-style:none; display:block; padding:1px; margin-bottom:0px;}
373 .menublock li{list-style:none; display:block; padding:1px; margin-bottom:0px;}
373 .menublock li a{font-weight:bold; text-decoration:none;}
374 .menublock li a{font-weight:bold; text-decoration:none;}
374 .menublock li a:hover{text-decoration:none;}
375 .menublock li a:hover{text-decoration:none;}
375 .menublock li ul{margin:0; font-size:1em; font-weight:normal;}
376 .menublock li ul{margin:0; font-size:1em; font-weight:normal;}
376 .menublock li ul li{margin-bottom:0;}
377 .menublock li ul li{margin-bottom:0;}
377 .menublock li ul a{font-weight:normal;}
378 .menublock li ul a{font-weight:normal;}
378
379
379 /**************** Footer styles ****************/
380 /**************** Footer styles ****************/
380
381
381 #footer{
382 #footer{
382 clear:both;
383 clear:both;
383 padding:5px 0;
384 padding:5px 0;
384 margin:0;
385 margin:0;
385 font-size:0.9em;
386 font-size:0.9em;
386 color:#f0f0f0;
387 color:#f0f0f0;
387 background:#467aa7;
388 background:#467aa7;
388 }
389 }
389
390
390 #footer p{padding:0; margin:0; text-align:center;}
391 #footer p{padding:0; margin:0; text-align:center;}
391 #footer a{color:#f0f0f0; background-color:inherit; font-weight:bold;}
392 #footer a{color:#f0f0f0; background-color:inherit; font-weight:bold;}
392 #footer a:hover{color:#ffffff; background-color:inherit; text-decoration: underline;}
393 #footer a:hover{color:#ffffff; background-color:inherit; text-decoration: underline;}
393
394
394 /**************** Misc classes and styles ****************/
395 /**************** Misc classes and styles ****************/
395
396
396 .splitcontentleft{float:left; width:49%;}
397 .splitcontentleft{float:left; width:49%;}
397 .splitcontentright{float:right; width:49%;}
398 .splitcontentright{float:right; width:49%;}
398 .clear{clear:both;}
399 .clear{clear:both;}
399 .small{font-size:0.8em;line-height:1.4em;padding:0 0 0 0;}
400 .small{font-size:0.8em;line-height:1.4em;padding:0 0 0 0;}
400 .hide{display:none;}
401 .hide{display:none;}
401 .textcenter{text-align:center;}
402 .textcenter{text-align:center;}
402 .textright{text-align:right;}
403 .textright{text-align:right;}
403 .important{color:#f02025; background-color:inherit; font-weight:bold;}
404 .important{color:#f02025; background-color:inherit; font-weight:bold;}
404
405
405 .box{
406 .box{
406 margin:0 0 20px 0;
407 margin:0 0 20px 0;
407 padding:10px;
408 padding:10px;
408 border:1px solid #c0c0c0;
409 border:1px solid #c0c0c0;
409 background-color:#fafbfc;
410 background-color:#fafbfc;
410 color:#505050;
411 color:#505050;
411 line-height:1.5em;
412 line-height:1.5em;
412 }
413 }
413
414
414 a.close-icon {
415 a.close-icon {
415 display:block;
416 display:block;
416 margin-top:3px;
417 margin-top:3px;
417 overflow:hidden;
418 overflow:hidden;
418 width:12px;
419 width:12px;
419 height:12px;
420 height:12px;
420 background-repeat: no-repeat;
421 background-repeat: no-repeat;
421 cursor:pointer;
422 cursor:pointer;
422 background-image:url('../images/close.png');
423 background-image:url('../images/close.png');
423 }
424 }
424
425
425 a.close-icon:hover {
426 a.close-icon:hover {
426 background-image:url('../images/close_hl.png');
427 background-image:url('../images/close_hl.png');
427 }
428 }
428
429
429 .rightbox{
430 .rightbox{
430 background: #fafbfc;
431 background: #fafbfc;
431 border: 1px solid #c0c0c0;
432 border: 1px solid #c0c0c0;
432 float: right;
433 float: right;
433 padding: 8px;
434 padding: 8px;
434 position: relative;
435 position: relative;
435 margin: 0 5px 5px;
436 margin: 0 5px 5px;
436 }
437 }
437
438
438 .layout-active {
439 .layout-active {
439 background: #ECF3E1;
440 background: #ECF3E1;
440 }
441 }
441
442
442 .block-receiver {
443 .block-receiver {
443 border:1px dashed #c0c0c0;
444 border:1px dashed #c0c0c0;
444 margin-bottom: 20px;
445 margin-bottom: 20px;
445 padding: 15px 0 15px 0;
446 padding: 15px 0 15px 0;
446 }
447 }
447
448
448 .mypage-box {
449 .mypage-box {
449 margin:0 0 20px 0;
450 margin:0 0 20px 0;
450 color:#505050;
451 color:#505050;
451 line-height:1.5em;
452 line-height:1.5em;
452 }
453 }
453
454
454 .handle {
455 .handle {
455 cursor: move;
456 cursor: move;
456 }
457 }
457
458
458 .login {
459 .login {
459 width: 50%;
460 width: 50%;
460 text-align: left;
461 text-align: left;
461 }
462 }
462
463
463 img.calendar-trigger {
464 img.calendar-trigger {
464 cursor: pointer;
465 cursor: pointer;
465 vertical-align: middle;
466 vertical-align: middle;
466 margin-left: 4px;
467 margin-left: 4px;
467 }
468 }
468
469
469 #history p {
470 #history p {
470 margin-left: 34px;
471 margin-left: 34px;
471 }
472 }
472
473
473 /***** Contextual links div *****/
474 /***** Contextual links div *****/
474 .contextual {
475 .contextual {
475 float: right;
476 float: right;
476 font-size: 0.8em;
477 font-size: 0.8em;
477 }
478 }
478
479
479 .contextual select, .contextual input {
480 .contextual select, .contextual input {
480 font-size: 1em;
481 font-size: 1em;
481 }
482 }
482
483
483
484
484 /***** CSS FORM ******/
485 /***** CSS FORM ******/
485 .tabular p{
486 .tabular p{
486 margin: 0;
487 margin: 0;
487 padding: 5px 0 8px 0;
488 padding: 5px 0 8px 0;
488 padding-left: 180px; /*width of left column containing the label elements*/
489 padding-left: 180px; /*width of left column containing the label elements*/
489 height: 1%;
490 height: 1%;
490 }
491 }
491
492
492 .tabular label{
493 .tabular label{
493 font-weight: bold;
494 font-weight: bold;
494 float: left;
495 float: left;
495 margin-left: -180px; /*width of left column*/
496 margin-left: -180px; /*width of left column*/
496 width: 175px; /*width of labels. Should be smaller than left column to create some right
497 width: 175px; /*width of labels. Should be smaller than left column to create some right
497 margin*/
498 margin*/
498 }
499 }
499
500
500 .error {
501 .error {
501 color: #cc0000;
502 color: #cc0000;
502 }
503 }
503
504
504
505
505 /*.threepxfix class below:
506 /*.threepxfix class below:
506 Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
507 Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
507 to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
508 to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
508 */
509 */
509
510
510 * html .threepxfix{
511 * html .threepxfix{
511 margin-left: 3px;
512 margin-left: 3px;
512 } No newline at end of file
513 }
General Comments 0
You need to be logged in to leave comments. Login now