Upgrade to ExtJS 3.0.0 - Released 07/06/2009
[extjs.git] / resources / css / structure / menu.css
diff --git a/resources/css/structure/menu.css b/resources/css/structure/menu.css
new file mode 100644 (file)
index 0000000..10b2829
--- /dev/null
@@ -0,0 +1,205 @@
+/*!
+ * Ext JS Library 3.0.0
+ * Copyright(c) 2006-2009 Ext JS, LLC
+ * licensing@extjs.com
+ * http://www.extjs.com/license
+ */
+.x-menu {\r
+       z-index: 15000;\r
+       zoom: 1;\r
+       background: repeat-y;\r
+}\r
+\r
+.x-menu-floating{\r
+    border: 1px solid;\r
+}\r
+\r
+.x-menu a {\r
+    text-decoration: none !important;\r
+}\r
+\r
+.ext-ie .x-menu {\r
+    zoom:1;\r
+    overflow:hidden;\r
+}\r
+\r
+.x-menu-list{\r
+    padding: 2px;\r
+       background:transparent;\r
+       border:0 none;\r
+    overflow:hidden;\r
+    overflow-y: hidden;\r
+}\r
+\r
+.ext-strict .ext-ie .x-menu-list{\r
+    position: relative;\r
+}\r
+\r
+.x-menu li{\r
+       line-height:100%;\r
+}\r
+\r
+.x-menu li.x-menu-sep-li{\r
+       font-size:1px;\r
+       line-height:1px;\r
+}\r
+\r
+.x-menu-list-item{\r
+    white-space: nowrap;\r
+    -moz-user-select: none;\r
+    -khtml-user-select:none;\r
+    -webkit-user-select:ignore;\r
+       display:block;\r
+       padding:1px;\r
+}\r
+\r
+.x-menu-item-arrow{\r
+       background:transparent no-repeat right;\r
+}\r
+\r
+.x-menu-sep {\r
+       display:block;\r
+       font-size:1px;\r
+       line-height:1px;\r
+       margin: 2px 3px;\r
+       border-bottom:1px solid;\r
+    overflow:hidden;\r
+}\r
+\r
+.x-menu-focus {\r
+       position:absolute;\r
+       left:-1px;\r
+       top:-1px;\r
+       width:1px;\r
+       height:1px;\r
+    line-height:1px;\r
+    font-size:1px;\r
+    -moz-outline:0 none;\r
+    outline:0 none;\r
+    -moz-user-select: none;\r
+    -khtml-user-select:none;\r
+    -webkit-user-select:ignore;\r
+    overflow:hidden;\r
+    display:block;\r
+}\r
+\r
+a.x-menu-item {\r
+    cursor: pointer;\r
+    display: block;\r
+    line-height: 16px;\r
+    outline-color: -moz-use-text-color;\r
+    outline-style: none;\r
+    outline-width: 0;\r
+    padding: 3px 21px 3px 27px;\r
+    position: relative;\r
+    text-decoration: none;\r
+    white-space: nowrap;\r
+}\r
+\r
+.x-menu-item-active {\r
+    background-repeat: repeat-x;\r
+    background-position: left bottom;\r
+    border-style:solid;\r
+    border-width: 1px 0;\r
+    margin:0 1px;\r
+       padding: 0;\r
+}\r
+\r
+.x-menu-item-active a.x-menu-item {\r
+    border-style:solid;\r
+    border-width:0 1px;\r
+    margin:0 -1px;\r
+}\r
+\r
+.x-menu-item-icon {\r
+       border: 0 none;\r
+       height: 16px;\r
+       padding: 0;\r
+       vertical-align: top;\r
+       width: 16px;\r
+       position: absolute;\r
+    left: 3px;\r
+    top: 3px;\r
+    margin: 0;\r
+    background-position:center;\r
+}\r
+\r
+.ext-ie .x-menu-item-icon {\r
+    left: -24px;\r
+}\r
+.ext-strict .x-menu-item-icon {\r
+    left: 3px;\r
+}\r
+\r
+.ext-ie6 .x-menu-item-icon {\r
+    left: -24px;\r
+}\r
+\r
+.ext-ie .x-menu-item-icon {\r
+    vertical-align: middle;\r
+}\r
+\r
+.x-menu-check-item .x-menu-item-icon{\r
+       background: transparent no-repeat center;\r
+}\r
+\r
+.x-menu-group-item .x-menu-item-icon{\r
+       background: transparent;\r
+}\r
+\r
+.x-menu-item-checked .x-menu-group-item .x-menu-item-icon{\r
+    background: transparent no-repeat center;\r
+}\r
+\r
+.x-date-menu .x-menu-list{\r
+    padding: 0;\r
+}\r
+\r
+.x-menu-date-item{\r
+       padding:0;\r
+}\r
+\r
+.x-menu .x-color-palette, .x-menu .x-date-picker{\r
+    margin-left: 26px;\r
+       margin-right:4px;\r
+}\r
+\r
+.x-menu .x-date-picker{\r
+    border:1px solid;\r
+    margin-top:2px;\r
+    margin-bottom:2px;\r
+}\r
+\r
+.x-menu-plain .x-color-palette, .x-menu-plain .x-date-picker{\r
+        margin: 0;\r
+        border: 0 none;\r
+}\r
+\r
+.x-date-menu {\r
+   padding:0 !important;\r
+}\r
+\r
+.x-cycle-menu .x-menu-item-checked {\r
+    border:1px dotted !important;\r
+       padding:0;\r
+}\r
+\r
+.x-menu .x-menu-scroller {\r
+    width: 100%;\r
+       background-repeat:no-repeat;\r
+       background-position:center;\r
+       height:8px;\r
+    line-height: 8px;\r
+       cursor:pointer;\r
+    margin: 0;\r
+    padding: 0;\r
+}\r
+\r
+.x-menu .x-menu-scroller-active{\r
+    height: 6px;\r
+    line-height: 6px;\r
+}\r
+\r
+.x-menu-list-item-indent{\r
+    padding-left: 27px;\r
+}\r