svn commit: r1387076 - in /ofbiz/trunk/themes: bizznesstime/webapp/bizznesstime/css/style.css bluelight/webapp/bluelight/style.css droppingcrumbs/webapp/droppingcrumbs/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: r1387076 - in /ofbiz/trunk/themes: bizznesstime/webapp/bizznesstime/css/style.css bluelight/webapp/bluelight/style.css droppingcrumbs/webapp/droppingcrumbs/css/style.css

jleroux@apache.org
Author: jleroux
Date: Tue Sep 18 09:53:31 2012
New Revision: 1387076

URL: http://svn.apache.org/viewvc?rev=1387076&view=rev
Log:
A patch from Budianto Lie for "Calendar icon cropped" https://issues.apache.org/jira/browse/OFBIZ-5036

Calendar icon showed cropped in the right side. In theme droppingcrumbs, bluelight, bizznesstime using (at least) Chrome, FF and IE8 were OK.

Modified:
    ofbiz/trunk/themes/bizznesstime/webapp/bizznesstime/css/style.css
    ofbiz/trunk/themes/bluelight/webapp/bluelight/style.css
    ofbiz/trunk/themes/droppingcrumbs/webapp/droppingcrumbs/css/style.css

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=1387076&r1=1387075&r2=1387076&view=diff
==============================================================================
--- ofbiz/trunk/themes/bizznesstime/webapp/bizznesstime/css/style.css (original)
+++ ofbiz/trunk/themes/bizznesstime/webapp/bizznesstime/css/style.css Tue Sep 18 09:53:31 2012
@@ -2150,6 +2150,7 @@ border: none;
 vertical-align:center;
 margin-top:3px;
 margin-left: 6px;
+width:22px;
 height:22px;
 }
 

Modified: ofbiz/trunk/themes/bluelight/webapp/bluelight/style.css
URL: http://svn.apache.org/viewvc/ofbiz/trunk/themes/bluelight/webapp/bluelight/style.css?rev=1387076&r1=1387075&r2=1387076&view=diff
==============================================================================
--- ofbiz/trunk/themes/bluelight/webapp/bluelight/style.css (original)
+++ ofbiz/trunk/themes/bluelight/webapp/bluelight/style.css Tue Sep 18 09:53:31 2012
@@ -2654,6 +2654,7 @@ border: none;
 vertical-align:center;
 margin-top:3px;
 margin-left: 6px;
+width:22px;
 height:22px;
 }
 

Modified: ofbiz/trunk/themes/droppingcrumbs/webapp/droppingcrumbs/css/style.css
URL: http://svn.apache.org/viewvc/ofbiz/trunk/themes/droppingcrumbs/webapp/droppingcrumbs/css/style.css?rev=1387076&r1=1387075&r2=1387076&view=diff
==============================================================================
--- ofbiz/trunk/themes/droppingcrumbs/webapp/droppingcrumbs/css/style.css (original)
+++ ofbiz/trunk/themes/droppingcrumbs/webapp/droppingcrumbs/css/style.css Tue Sep 18 09:53:31 2012
@@ -2655,6 +2655,7 @@ border: none;
 vertical-align:center;
 margin-top:3px;
 margin-left: 6px;
+width:22px;
 height:22px;
 }