X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_source%2Fskins%2Fv2%2Ftoolbar.css;h=c6558d1f340ce98d8885d3c9aa984aa311beb133;hb=a272c66d841421f8bf933c16535bdcde1c4649fc;hp=ed3a8daf90f21c7b0fcaea45d2c6d29975a8b7d5;hpb=9afde8772159bd3436f1f5b7862960307710ae5a;p=ckeditor.git diff --git a/_source/skins/v2/toolbar.css b/_source/skins/v2/toolbar.css index ed3a8da..c6558d1 100644 --- a/_source/skins/v2/toolbar.css +++ b/_source/skins/v2/toolbar.css @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2010, 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 */ @@ -195,6 +195,14 @@ For licensing, see LICENSE.html or http://ckeditor.com/license #float: none; } +/*#7181*/ +.cke_skin_v2 .cke_browser_ie9plus .cke_rtl .cke_separator, +.cke_skin_v2 .cke_browser_ie9plus .cke_rtl .cke_toolbar_start, +.cke_skin_v2 .cke_browser_ie9plus .cke_rtl .cke_toolbar_end +{ + vertical-align:middle; +} + .cke_skin_v2 .cke_button a, .cke_skin_v2 .cke_button a:hover, .cke_skin_v2 .cke_button a:focus, @@ -256,7 +264,8 @@ For licensing, see LICENSE.html or http://ckeditor.com/license filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale'), alpha(opacity=30); } .cke_skin_v2 .cke_browser_ie6 .cke_button a.cke_disabled *, -.cke_skin_v2 .cke_browser_ie6 a:hover.cke_button .cke_disabled * +.cke_skin_v2 .cke_browser_ie6 a:hover.cke_button .cke_disabled *, +.cke_skin_v2 .cke_browser_ie .cke_button.cke_noalphafix a.cke_disabled * { filter: alpha(opacity=30); } @@ -312,7 +321,9 @@ For licensing, see LICENSE.html or http://ckeditor.com/license filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale'); } .cke_skin_v2 .cke_browser_ie6 .cke_button .cke_icon, -.cke_skin_v2 .cke_browser_ie6 .cke_rtl .cke_button .cke_icon +.cke_skin_v2 .cke_browser_ie6 .cke_rtl .cke_button .cke_icon, +.cke_skin_v2 .cke_browser_ie .cke_button.cke_noalphafix .cke_icon, +.cke_skin_v2 .cke_browser_ie .cke_rtl .cke_button.cke_noalphafix .cke_icon { filter: ; } @@ -406,7 +417,9 @@ For licensing, see LICENSE.html or http://ckeditor.com/license } .cke_skin_v2 .cke_browser_gecko18 .cke_rtl .cke_button .cke_label, -.cke_skin_v2 .cke_browser_gecko18 .cke_rtl .cke_break +.cke_skin_v2 .cke_browser_gecko18 .cke_rtl .cke_break, +.cke_skin_v2 .cke_browser_ie8 .cke_rtl .cke_break, +.cke_skin_v2 .cke_browser_ie9plus .cke_rtl .cke_break { float: right; }