X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_source%2Fskins%2Foffice2003%2Fmenu.css;h=4e556d588b19d41d57563879f985501a427676bf;hb=039a051ccf3901311661022a30afd60fc38130c9;hp=7f1bebf60d0438fecb5c1e27f043f23c3a15ee9f;hpb=e7789c1ad838194d45eeee6ac2eb6e55f5cf35a1;p=ckeditor.git diff --git a/_source/skins/office2003/menu.css b/_source/skins/office2003/menu.css index 7f1bebf..4e556d5 100644 --- a/_source/skins/office2003/menu.css +++ b/_source/skins/office2003/menu.css @@ -44,6 +44,11 @@ For licensing, see LICENSE.html or http://ckeditor.com/license float: left; } +.cke_rtl .cke_skin_office2003 .cke_menuitem .cke_icon +{ + background-image: url(icons_rtl.png); +} + .cke_skin_office2003 .cke_menuitem .cke_disabled .cke_icon { filter: alpha(opacity=70); /* IE */ @@ -62,6 +67,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_office2003 .cke_menuitem .cke_icon_wrapper +{ + width:24px; + height:24px; +} + .cke_rtl .cke_skin_office2003 .cke_menuitem .cke_icon_wrapper { float: right; @@ -95,6 +107,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_office2003 .cke_menuitem .cke_label +{ + height:24px; +} + /* Set these after the document has been loaded and we know the dimensions*/ .cke_skin_office2003 .cke_frameLoaded .cke_menuitem .cke_label {