##// END OF EJS Templates
removed some line breaks in application.css...
Jean-Philippe Lang -
r244:3881ade96dd5
parent child
Show More
@@ -2,11 +2,9
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
6 #header * {margin:0; padding:0;}
5 #header * {margin:0; padding:0;}
7 p, ul, ol, li {margin:0; padding:0;}
6 p, ul, ol, li {margin:0; padding:0;}
8
7
9
10 body{
8 body{
11 font:76% Verdana,Tahoma,Arial,sans-serif;
9 font:76% Verdana,Tahoma,Arial,sans-serif;
12 line-height:1.4em;
10 line-height:1.4em;
@@ -16,14 +14,7 background:#e8eaec;
16 margin:0;
14 margin:0;
17 }
15 }
18
16
19
17 a{color:#467aa7;font-weight:bold;text-decoration:none;background-color:inherit;}
20 a{
21 color:#467aa7;
22 font-weight:bold;
23 text-decoration:none;
24 background-color:inherit;
25 }
26
27 a:hover{color:#2a5a8a; text-decoration:none; background-color:inherit;}
18 a:hover{color:#2a5a8a; text-decoration:none; background-color:inherit;}
28 a img{border:none;}
19 a img{border:none;}
29
20
@@ -108,14 +99,8 background-color:inherit;
108 color: #ffffff;
99 color: #ffffff;
109 }
100 }
110
101
111 #navigation li.submenu {
102 #navigation li.submenu {background:url(../images/arrow_down.png) 96% 80% no-repeat;}
112 background:url(../images/arrow_down.png) 96% 80% no-repeat;
103 #navigation li.submenu a {padding:0px 16px 0px 22px;}
113 }
114
115 #navigation li.submenu a {
116 padding:0px 16px 0px 22px;
117 }
118
119 * html #navigation a {width:1%;}
104 * html #navigation a {width:1%;}
120
105
121 #navigation .selected,#navigation a:hover{
106 #navigation .selected,#navigation a:hover{
@@ -243,58 +228,20 text-decoration:none;
243
228
244 /***********************************************/
229 /***********************************************/
245
230
246 form {
231 form {display: inline;}
247 display: inline;
232 blockquote {padding-left: 6px; border-left: 2px solid #ccc;}
248 }
233 input, select {vertical-align: middle; margin-bottom: 4px;}
249
234
250 blockquote {
235 input.button-small {font-size: 0.8em;}
251 padding-left: 6px;
236 .select-small {font-size: 0.8em;}
252 border-left: 2px solid #ccc;
237 label {font-weight: bold; font-size: 1em; color: #505050;}
253 }
238 fieldset {border:1px solid #c0c0c0; padding: 6px;}
254
239 legend {color: #505050;}
255 input, select {
240 .required {color: #bb0000;}
256 vertical-align: middle;
241 .odd {background-color:#f6f7f8;}
257 margin-bottom: 4px;
242 .even {background-color: #fff;}
258 }
259
260 input.button-small
261 {
262 font-size: 0.8em;
263 }
264
265 .select-small
266 {
267 font-size: 0.8em;
268 }
269
270 label {
271 font-weight: bold;
272 font-size: 1em;
273 color: #505050;
274 }
275
276 fieldset {
277 border:1px solid #c0c0c0;
278 padding: 6px;
279 }
280
281 legend {
282 color: #505050;
283
284 }
285
286 .required {
287 color: #bb0000;
288 }
289
290 .odd {
291 background-color:#f6f7f8;
292 }
293 .even {
294 background-color: #fff;
295 }
296
297 hr { border:none; border-bottom: dotted 1px #c0c0c0; }
243 hr { border:none; border-bottom: dotted 1px #c0c0c0; }
244 table p {margin:0; padding:0;}
298
245
299 div.square {
246 div.square {
300 border: 1px solid #999;
247 border: 1px solid #999;
@@ -304,11 +251,6 div.square {
304 width: .6em; height: .6em;
251 width: .6em; height: .6em;
305 }
252 }
306
253
307 table p {
308 margin:0;
309 padding:0;
310 }
311
312 ul.documents {
254 ul.documents {
313 list-style-type: none;
255 list-style-type: none;
314 padding: 0;
256 padding: 0;
General Comments 0
You need to be logged in to leave comments. Login now