You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2012/09/18 11:53:32 UTC

svn commit: r1387076 - in /ofbiz/trunk/themes: bizznesstime/webapp/bizznesstime/css/style.css bluelight/webapp/bluelight/style.css droppingcrumbs/webapp/droppingcrumbs/css/style.css

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;
 }