X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/25ef3491bd9ae007ff1fc2b0d7943e6eaaccf775..refs/tags/3.1.1:/resources/css/structure/menu.css diff --git a/resources/css/structure/menu.css b/resources/css/structure/menu.css index 5f2599ba..fd89f74b 100644 --- a/resources/css/structure/menu.css +++ b/resources/css/structure/menu.css @@ -1,6 +1,6 @@ /*! - * Ext JS Library 3.0.3 - * 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 */ @@ -46,11 +46,14 @@ .x-menu-list-item{ white-space: nowrap; + display:block; + padding:1px; +} + +.x-menu-item{ -moz-user-select: none; -khtml-user-select:none; -webkit-user-select:ignore; - display:block; - padding:1px; } .x-menu-item-arrow{ @@ -179,6 +182,36 @@ a.x-menu-item { padding:0 !important; } +/* + * fixes separator visibility problem in IE 6 + */ +.ext-strict .ext-ie6 .x-menu-sep-li { + padding: 3px 4px; +} +.ext-strict .ext-ie6 .x-menu-sep { + margin: 0; + height: 1px; +} + +/* + * Ugly mess to remove the white border under the picker + */ +.ext-ie .x-date-menu{ + height: 199px; +} + +.ext-strict .ext-ie .x-date-menu, .ext-border-box .ext-ie8 .x-date-menu{ + height: 197px; +} + +.ext-strict .ext-ie7 .x-date-menu{ + height: 195px; +} + +.ext-strict .ext-ie8 .x-date-menu{ + height: auto; +} + .x-cycle-menu .x-menu-item-checked { border:1px dotted !important; padding:0; @@ -202,4 +235,4 @@ a.x-menu-item { .x-menu-list-item-indent{ padding-left: 27px; -} +} \ No newline at end of file