svn commit: r834001 - /ofbiz/trunk/themes/bizznesstime/webapp/bizznesstime/css/legacy.css

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

svn commit: r834001 - /ofbiz/trunk/themes/bizznesstime/webapp/bizznesstime/css/legacy.css

buscob
Author: buscob
Date: Mon Nov  9 09:07:20 2009
New Revision: 834001

URL: http://svn.apache.org/viewvc?rev=834001&view=rev
Log:
Fixed rendering of the new "field-lookup" class in bizznesstime.
Thank you Deepak Dixit for reporting and providing the solution in the ML.

Modified:
    ofbiz/trunk/themes/bizznesstime/webapp/bizznesstime/css/legacy.css

Modified: ofbiz/trunk/themes/bizznesstime/webapp/bizznesstime/css/legacy.css
URL: http://svn.apache.org/viewvc/ofbiz/trunk/themes/bizznesstime/webapp/bizznesstime/css/legacy.css?rev=834001&r1=834000&r2=834001&view=diff
==============================================================================
--- ofbiz/trunk/themes/bizznesstime/webapp/bizznesstime/css/legacy.css (original)
+++ ofbiz/trunk/themes/bizznesstime/webapp/bizznesstime/css/legacy.css Mon Nov  9 09:07:20 2009
@@ -487,8 +487,12 @@
 /***********************************************
 Calendar
 ***********************************************/
+.field-lookup ul {
+margin:0;
+}
 .field-lookup ul li {
 float: left;
+margin:0;
 }
 
 .field-lookup ul li a{