# HG changeset patch # User Ingo Weinzierl # Date 1272271682 0 # Node ID e021b07b4d71b84f5bb80750f2287510da8496e2 # Parent 5f29bfeb61bdc4cff382a80248a55d79afd8c8bc Improved the layout of the user interface a bit (issue225). gnv/trunk@981 c6561f87-3c4e-4783-a992-168aeb5c3f6f diff -r 5f29bfeb61bd -r e021b07b4d71 gnv/ChangeLog --- 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 + + 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 + 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. diff -r 5f29bfeb61bd -r e021b07b4d71 gnv/src/main/webapp/styles/gnv.css --- 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 {