X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_source%2Fskins%2Foffice2003%2Ftoolbar.css;h=980f42de2fb834c3bece91df33e21da940f7a8d6;hb=a272c66d841421f8bf933c16535bdcde1c4649fc;hp=31b8859267a64f2880b8675ca2cf3c7cad3b5053;hpb=48b1db88210b4160dce439c6e3e32e14af8c106b;p=ckeditor.git diff --git a/_source/skins/office2003/toolbar.css b/_source/skins/office2003/toolbar.css index 31b8859..980f42d 100644 --- a/_source/skins/office2003/toolbar.css +++ b/_source/skins/office2003/toolbar.css @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ @@ -210,6 +210,14 @@ For licensing, see LICENSE.html or http://ckeditor.com/license #float: none; } +/*#7181*/ +.cke_skin_office2003 .cke_browser_ie9plus .cke_rtl .cke_separator, +.cke_skin_office2003 .cke_browser_ie9plus .cke_rtl .cke_toolbar_start, +.cke_skin_office2003 .cke_browser_ie9plus .cke_rtl .cke_toolbar_end +{ + vertical-align:middle; +} + .cke_skin_office2003 .cke_button a, .cke_skin_office2003 .cke_button a:hover, .cke_skin_office2003 .cke_button a:focus, @@ -461,7 +469,9 @@ For licensing, see LICENSE.html or http://ckeditor.com/license } .cke_skin_office2003 .cke_browser_gecko18 .cke_rtl .cke_button .cke_label, -.cke_skin_office2003 .cke_browser_gecko18 .cke_rtl .cke_break +.cke_skin_office2003 .cke_browser_gecko18 .cke_rtl .cke_break, +.cke_skin_office2003 .cke_browser_ie8 .cke_rtl .cke_break, +.cke_skin_office2003 .cke_browser_ie9plus .cke_rtl .cke_break { float: right; }