X-Git-Url: https://jasonwoof.com/gitweb/?p=ckeditor.git;a=blobdiff_plain;f=_source%2Fskins%2Fv2%2Fmenu.css;h=f7c19d9625e8191ba4aa71740a505d957ba8fe6d;hp=8b25e26d9861eeab6a0bbe7ec63dd082720d8e31;hb=039a051ccf3901311661022a30afd60fc38130c9;hpb=c9fdde67e6384bd5a66adc2b3bba5c4ce9db56c7 diff --git a/_source/skins/v2/menu.css b/_source/skins/v2/menu.css index 8b25e26..f7c19d9 100644 --- a/_source/skins/v2/menu.css +++ b/_source/skins/v2/menu.css @@ -66,6 +66,13 @@ For licensing, see LICENSE.html or http://ckeditor.com/license clear: both; } +/* IE9 insists on border box model on this element.*/ + .cke_browser_ie9 .cke_skin_v2 .cke_menuitem .cke_icon_wrapper +{ + width:24px; + height:24px; +} + .cke_rtl .cke_skin_v2 .cke_menuitem .cke_icon_wrapper { float: right; @@ -99,6 +106,13 @@ For licensing, see LICENSE.html or http://ckeditor.com/license margin-left: 24px; background-color: #fff; } + +/* IE9 insists on border box model on this element.*/ +.cke_browser_ie9 .cke_skin_v2 .cke_menuitem .cke_label +{ + height:24px; +} + /* Set these after the document has been loaded and we know the dimensions*/ .cke_skin_v2 .cke_frameLoaded .cke_menuitem .cke_label {