Author: xlawrence
Date: Wed Jun 27 16:29:07 2007
New Revision: 17801

URL: https://svndev.jahia.net/websvn/listing.php?sc=3D1&rev=3D17801&repname=
=3Djahia
Log:
backport fix on bad display of navigation button under IE7

Modified:
    trunk/core/src/webapp/jsp/jahia/engines/css/menu.css

Modified: trunk/core/src/webapp/jsp/jahia/engines/css/menu.css
URL: https://svndev.jahia.net/websvn/diff.php?path=3D/trunk/core/src/webapp=
/jsp/jahia/engines/css/menu.css&rev=3D17801&repname=3Djahia
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D
--- trunk/core/src/webapp/jsp/jahia/engines/css/menu.css (original)
+++ trunk/core/src/webapp/jsp/jahia/engines/css/menu.css Wed Jun 27 16:29:0=
7 2007
@@ -16,7 +16,7 @@
 }
 =

 #editor {
-    margin-left: 10px;
+    padding-left: 15px;
     width: 100%;
 }
 =

@@ -25,11 +25,13 @@
     float: left;
     clear: both;
     display: block;
-    width: 100%;
+    width: 100% !important;
     *width: 95%;
     margin-top: 12px;
-    *margin-top : 55 px;
+    *margin-top: 55px !important;
     margin-bottom: 10px;
+    *padding-bottom: 1px !important;
+    *padding-bottom: 0px;
     border-bottom: 1px solid #336699;
 }
 =

@@ -177,4 +179,6 @@
     display: block;
     color: #000;
     font-weight: bold;
-}
\ No newline at end of file
+}
+
+/**/
\ No newline at end of file

_______________________________________________
cvs_list mailing list
[email protected]
http://lists.jahia.org/cgi-bin/mailman/listinfo/cvs_list

Reply via email to