svn commit: r935149 - /ofbiz/trunk/themes/tomahawk/webapp/tomahawk/css/style.css

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r935149 - /ofbiz/trunk/themes/tomahawk/webapp/tomahawk/css/style.css

buscob
Author: buscob
Date: Sat Apr 17 08:27:10 2010
New Revision: 935149

URL: http://svn.apache.org/viewvc?rev=935149&view=rev
Log:
A patch from Blas Rodriguez Somoza
OFBIZ-3653 - CSS Style for select wrong in tomahawk theme
https://issues.apache.org/jira/browse/OFBIZ-3653

Modified:
    ofbiz/trunk/themes/tomahawk/webapp/tomahawk/css/style.css

Modified: ofbiz/trunk/themes/tomahawk/webapp/tomahawk/css/style.css
URL: http://svn.apache.org/viewvc/ofbiz/trunk/themes/tomahawk/webapp/tomahawk/css/style.css?rev=935149&r1=935148&r2=935149&view=diff
==============================================================================
--- ofbiz/trunk/themes/tomahawk/webapp/tomahawk/css/style.css (original)
+++ ofbiz/trunk/themes/tomahawk/webapp/tomahawk/css/style.css Sat Apr 17 08:27:10 2010
@@ -99,6 +99,7 @@ margin: 0.5em 0 0.5em 0;
 input[type="radio"],input[type="checkbox"] {
 font-size: 1.1em;
 margin: 0.2em;
+vertical-align:middle;
 }
 
 input[type="text"],input[type="password"] {
@@ -107,6 +108,7 @@ border:0.1em solid #999999;
 font-size: 1.1em;
 margin: 0.2em;
 padding:0.4em 0;
+vertical-align:middle;
 }
 
 input[type="submit"],input[type="button"],input[type="reset"] {
@@ -119,6 +121,7 @@ color: #262626;
 background-image: url(../images/button_whitegray.jpg);
 font-size: 1em;
 font-weight: bold;
+margin: 0.3em;
 padding:0.4em 0.5em;
 }
 
@@ -134,8 +137,12 @@ background-image: url(../images/button_m
 }
 
 input[type="file"] {
+border:0.1em solid #999999;
 font-size: 1.1em;
-height: 1.6em; /* force ctrl to scale with text */
+height: 2.1em; /* force ctrl to scale with text */
+margin: 0.2em;
+padding:0.4em 0;
+vertical-align:middle;
 }
 
 select {
@@ -145,6 +152,7 @@ font-size: 1.1em;
 height: 2.1em; /* force ctrl to scale with text */
 margin: 0.2em;
 padding: 0.1em;
+vertical-align:middle;
 }
 
 select[multiple="multiple"] {
@@ -1859,10 +1867,6 @@ color: #0000ff;
 /* ======================== */
 /* ===== Form Styles ===== */
 /* ======================== */
-.basic-form {
-margin-bottom: 1em;
-}
-
 .basic-form table {
 width: 100%;
 }