X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_source%2Fskins%2Foffice2003%2Ftoolbar.css;h=3d40a91e2a4e0747688f53a964cb03b292aa99c1;hb=c6e377a02b54abc07129d72b632763c727476a15;hp=c92b0fa49ad5172ed4ad14ae0faf9747fdfaaacf;hpb=ea7e3453c7b0f023b050aca6d9f83ab372860d91;p=ckeditor.git diff --git a/_source/skins/office2003/toolbar.css b/_source/skins/office2003/toolbar.css index c92b0fa..3d40a91 100644 --- a/_source/skins/office2003/toolbar.css +++ b/_source/skins/office2003/toolbar.css @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2009, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ @@ -11,6 +11,12 @@ For licensing, see LICENSE.html or http://ckeditor.com/license } } +.cke_skin_office2003 .cke_browser_webkit .cke_toolbox, +.cke_skin_office2003 .cke_browser_webkit .cke_toolbox > span +{ + white-space: normal; +} + .cke_skin_office2003 a.cke_toolbox_collapser, .cke_skin_office2003 a:hover.cke_toolbox_collapser { @@ -59,6 +65,8 @@ For licensing, see LICENSE.html or http://ckeditor.com/license background-repeat: repeat-x; display: inline-block; float: left; + !height: 28px; + !line-height: 28px; } .cke_skin_office2003 .cke_rtl .cke_toolbar @@ -440,3 +448,15 @@ For licensing, see LICENSE.html or http://ckeditor.com/license /* revert previous */ vertical-align: baseline; } + +/* Separator + Combo penetrate toolbar in IE quirks. (#4461) */ +.cke_skin_office2003 .cke_browser_iequirks .cke_separator +{ + vertical-align: text-bottom; +} +/* Fix cursor shape consistency on toolbar combos (#4031) */ +.cke_skin_office2003 .cke_browser_ie .cke_rcombo, +.cke_skin_office2003 .cke_browser_ie .cke_rcombo * +{ + cursor: default; +}