Upgrade to ExtJS 3.1.1 - Released 02/08/2010
[extjs.git] / resources / css / structure / menu.css
index 05ced89..fd89f74 100644 (file)
@@ -1,6 +1,6 @@
 /*!
- * Ext JS Library 3.1.0
- * Copyright(c) 2006-2009 Ext JS, LLC
+ * Ext JS Library 3.1.1
+ * Copyright(c) 2006-2010 Ext JS, LLC
  * licensing@extjs.com
  * http://www.extjs.com/license
  */
@@ -182,6 +182,17 @@ a.x-menu-item {
    padding:0 !important;\r
 }\r
 \r
+/*\r
+ * fixes separator visibility problem in IE 6\r
+ */\r
+.ext-strict .ext-ie6 .x-menu-sep-li {\r
+    padding: 3px 4px;\r
+}\r
+.ext-strict .ext-ie6 .x-menu-sep {\r
+    margin: 0;\r
+    height: 1px;\r
+}\r
+\r
 /*\r
  * Ugly mess to remove the white border under the picker\r
  */\r
@@ -224,4 +235,4 @@ a.x-menu-item {
 \r
 .x-menu-list-item-indent{\r
     padding-left: 27px;\r
-}\r
+}
\ No newline at end of file