Mercurial > dive4elements > gnv-client
changeset 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 |
files | gnv/ChangeLog gnv/src/main/webapp/styles/gnv.css |
diffstat | 2 files changed, 18 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/gnv/ChangeLog Sun Apr 25 21:05:44 2010 +0000 +++ b/gnv/ChangeLog Mon Apr 26 08:48:02 2010 +0000 @@ -1,5 +1,15 @@ +2010-04-26 Ingo Weinzierl <ingo.weinzierl@intevation.de> + + Issue225 + + * src/main/webapp/styles/gnv.css: Adjusted the style of fieldsets - there is + a gap between the fieldset border and input elements in IE now as well. + The size of select boxes and textareas is fixed now. + 2010-04-25 Ingo Weinzierl <ingo_weinzierl@web.de> + Issue225 + * src/main/webapp/styles/gnv.css: A new style class. Most of this is copied from default.css but a lot of content which is not used anymore has been removed.
--- a/gnv/src/main/webapp/styles/gnv.css Sun Apr 25 21:05:44 2010 +0000 +++ b/gnv/src/main/webapp/styles/gnv.css Mon Apr 26 08:48:02 2010 +0000 @@ -9,8 +9,10 @@ fieldset { margin: 5px 0 0 10px; - padding-left: 10px; - padding-right: 10px; + padding-left: 10px; + padding-right: 10px; + padding-bottom: 5px; + padding-top: 5px; border: 1px solid #003A66; background-color: #F2F1F5; background-repeat: repeat-x; @@ -28,12 +30,14 @@ clear: both; } -input, select, textarea { +input { font-family: verdana, arial, Helvetica, sans-serif; + font-size: 0.9em; } -input { +select, textarea { font-size: 0.9em; + width: 250px; } img {