JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
vanilla ckeditor-3.4.2
[ckeditor.git] / _source / skins / v2 / menu.css
index 8b25e26..f7c19d9 100644 (file)
@@ -66,6 +66,13 @@ For licensing, see LICENSE.html or http://ckeditor.com/license
        clear: both;\r
 }\r
 \r
+/* IE9 insists on border box model on this element.*/\r
+ .cke_browser_ie9 .cke_skin_v2 .cke_menuitem .cke_icon_wrapper\r
+{\r
+       width:24px;\r
+       height:24px;\r
+}\r
+\r
 .cke_rtl .cke_skin_v2 .cke_menuitem .cke_icon_wrapper\r
 {\r
        float: right;\r
@@ -99,6 +106,13 @@ For licensing, see LICENSE.html or http://ckeditor.com/license
        margin-left: 24px;\r
        background-color: #fff;\r
 }\r
+\r
+/* IE9 insists on border box model on this element.*/\r
+.cke_browser_ie9 .cke_skin_v2 .cke_menuitem .cke_label\r
+{\r
+       height:24px;\r
+}\r
+\r
 /* Set these after the document has been loaded and we know the dimensions*/\r
 .cke_skin_v2 .cke_frameLoaded .cke_menuitem .cke_label\r
 {\r