Mercurial > dive4elements > gnv-client
comparison gnv/src/main/webapp/styles/gnv.css @ 711:e021b07b4d71
Improved the layout of the user interface a bit (issue225).
gnv/trunk@981 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Mon, 26 Apr 2010 08:48:02 +0000 |
parents | 5f29bfeb61bd |
children | 4949379c8ea9 |
comparison
equal
deleted
inserted
replaced
710:5f29bfeb61bd | 711:e021b07b4d71 |
---|---|
7 padding: 0; | 7 padding: 0; |
8 } | 8 } |
9 | 9 |
10 fieldset { | 10 fieldset { |
11 margin: 5px 0 0 10px; | 11 margin: 5px 0 0 10px; |
12 padding-left: 10px; | 12 padding-left: 10px; |
13 padding-right: 10px; | 13 padding-right: 10px; |
14 padding-bottom: 5px; | |
15 padding-top: 5px; | |
14 border: 1px solid #003A66; | 16 border: 1px solid #003A66; |
15 background-color: #F2F1F5; | 17 background-color: #F2F1F5; |
16 background-repeat: repeat-x; | 18 background-repeat: repeat-x; |
17 background-position: top left; | 19 background-position: top left; |
18 display: block; | 20 display: block; |
26 font-weight: bolder; | 28 font-weight: bolder; |
27 color: #003A66; | 29 color: #003A66; |
28 clear: both; | 30 clear: both; |
29 } | 31 } |
30 | 32 |
31 input, select, textarea { | 33 input { |
32 font-family: verdana, arial, Helvetica, sans-serif; | 34 font-family: verdana, arial, Helvetica, sans-serif; |
33 } | 35 font-size: 0.9em; |
34 | 36 } |
35 input { | 37 |
38 select, textarea { | |
36 font-size: 0.9em; | 39 font-size: 0.9em; |
40 width: 250px; | |
37 } | 41 } |
38 | 42 |
39 img { | 43 img { |
40 border: 0px; | 44 border: 0px; |
41 } | 45 } |