##// 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 2 /* Edited by Jean-Philippe Lang *>
3 3 /**************** Body and tag styles ****************/
4 4
5
6 5 #header * {margin:0; padding:0;}
7 6 p, ul, ol, li {margin:0; padding:0;}
8 7
9
10 8 body{
11 9 font:76% Verdana,Tahoma,Arial,sans-serif;
12 10 line-height:1.4em;
@@ -16,14 +14,7 background:#e8eaec;
16 14 margin:0;
17 15 }
18 16
19
20 a{
21 color:#467aa7;
22 font-weight:bold;
23 text-decoration:none;
24 background-color:inherit;
25 }
26
17 a{color:#467aa7;font-weight:bold;text-decoration:none;background-color:inherit;}
27 18 a:hover{color:#2a5a8a; text-decoration:none; background-color:inherit;}
28 19 a img{border:none;}
29 20
@@ -108,14 +99,8 background-color:inherit;
108 99 color: #ffffff;
109 100 }
110 101
111 #navigation li.submenu {
112 background:url(../images/arrow_down.png) 96% 80% no-repeat;
113 }
114
115 #navigation li.submenu a {
116 padding:0px 16px 0px 22px;
117 }
118
102 #navigation li.submenu {background:url(../images/arrow_down.png) 96% 80% no-repeat;}
103 #navigation li.submenu a {padding:0px 16px 0px 22px;}
119 104 * html #navigation a {width:1%;}
120 105
121 106 #navigation .selected,#navigation a:hover{
@@ -243,58 +228,20 text-decoration:none;
243 228
244 229 /***********************************************/
245 230
246 form {
247 display: inline;
248 }
249
250 blockquote {
251 padding-left: 6px;
252 border-left: 2px solid #ccc;
253 }
254
255 input, select {
256 vertical-align: middle;
257 margin-bottom: 4px;
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
231 form {display: inline;}
232 blockquote {padding-left: 6px; border-left: 2px solid #ccc;}
233 input, select {vertical-align: middle; margin-bottom: 4px;}
234
235 input.button-small {font-size: 0.8em;}
236 .select-small {font-size: 0.8em;}
237 label {font-weight: bold; font-size: 1em; color: #505050;}
238 fieldset {border:1px solid #c0c0c0; padding: 6px;}
239 legend {color: #505050;}
240 .required {color: #bb0000;}
241 .odd {background-color:#f6f7f8;}
242 .even {background-color: #fff;}
297 243 hr { border:none; border-bottom: dotted 1px #c0c0c0; }
244 table p {margin:0; padding:0;}
298 245
299 246 div.square {
300 247 border: 1px solid #999;
@@ -304,11 +251,6 div.square {
304 251 width: .6em; height: .6em;
305 252 }
306 253
307 table p {
308 margin:0;
309 padding:0;
310 }
311
312 254 ul.documents {
313 255 list-style-type: none;
314 256 padding: 0;
General Comments 0
You need to be logged in to leave comments. Login now