|
Author: apatel
Date: Wed Dec 2 19:10:54 2009 New Revision: 886264 URL: http://svn.apache.org/viewvc?rev=886264&view=rev Log: Changes in this commit reduces the body text font size and shrinks the padding on all form fields. This change is in response to community feedback in these areas. Modified: ofbiz/trunk/themes/bizznesstime/webapp/bizznesstime/css/forms.css ofbiz/trunk/themes/bizznesstime/webapp/bizznesstime/css/style.css Modified: ofbiz/trunk/themes/bizznesstime/webapp/bizznesstime/css/forms.css URL: http://svn.apache.org/viewvc/ofbiz/trunk/themes/bizznesstime/webapp/bizznesstime/css/forms.css?rev=886264&r1=886263&r2=886264&view=diff ============================================================================== --- ofbiz/trunk/themes/bizznesstime/webapp/bizznesstime/css/forms.css (original) +++ ofbiz/trunk/themes/bizznesstime/webapp/bizznesstime/css/forms.css Wed Dec 2 19:10:54 2009 @@ -28,7 +28,7 @@ font-size: 11px; color: #5d5644; margin-top: 5px; - text-transform:uppercase; + text-transform:uppercase; } form a img { @@ -45,15 +45,16 @@ input[type="radio"],input[type="checkbox"] { font-size: 1.1em; - margin: 5px 5px 10px 5px; + margin: 5px 5px 10px 0px; } input[type="text"],input[type="password"] { - border: #ddd solid 2px; - font-weight:bold; - font-size: 1.1em; - margin:5px 5px 5px 5px; - padding:2px 4px; + background:#fbfbfb; + border: #ccc solid 1px; + font-weight:normal; + font-size: 1.1em; + margin:5px 0px; + padding:2px 4px; } input[type="submit"],input[type="button"],input[type="reset"] { @@ -62,7 +63,7 @@ color: #444; font-weight:bold; line-height:1.8em; - margin:5px 5px 2px 5px; + margin:5px 5px 2px 0px; padding:2px 4px; text-transform:uppercase; } @@ -84,11 +85,11 @@ } select { - background-color: #ffffff; - border: #ddd solid 2px; + background-color: #fbfbfb; + border: #ccc solid 1px; font-size: 1.1em; height: 1.6em; /* force ctrl to scale with text */ - margin:5px 5px 2px 5px; + margin:5px 0px 2px 0px; } select[multiple="multiple"] { @@ -104,9 +105,9 @@ } input:focus,.contentarea textarea:focus { - border: 2px solid #6E2723; + border: 1px solid #6E2723; } input.focused, textarea.focused { - border: 2px solid #6E2723; + border: 1px solid #6E2723; } Modified: ofbiz/trunk/themes/bizznesstime/webapp/bizznesstime/css/style.css URL: http://svn.apache.org/viewvc/ofbiz/trunk/themes/bizznesstime/webapp/bizznesstime/css/style.css?rev=886264&r1=886263&r2=886264&view=diff ============================================================================== --- ofbiz/trunk/themes/bizznesstime/webapp/bizznesstime/css/style.css (original) +++ ofbiz/trunk/themes/bizznesstime/webapp/bizznesstime/css/style.css Wed Dec 2 19:10:54 2009 @@ -81,8 +81,8 @@ background:url(../images/bg.jpg) top left repeat-y; color: #000; font-family: Verdana, Arial, Helvetica, sans-serif; - font-size:.75em; - line-height:1.5em; + font-size:.65em; + line-height:1.2em; } img {display: inline-block; vertical-align: bottom;} @@ -1397,4 +1397,4 @@ .profile-right { width:45%; float:left; -} \ No newline at end of file +} |
| Free forum by Nabble | Edit this page |
