X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_source%2Fskins%2Fv2%2Ftoolbar.css;h=d5939f568bbbafc72c3124b345f6a78aca7f5c9f;hb=2f22c0c38f17e75be5541089076885442aaa2377;hp=ed3a8daf90f21c7b0fcaea45d2c6d29975a8b7d5;hpb=9afde8772159bd3436f1f5b7862960307710ae5a;p=ckeditor.git diff --git a/_source/skins/v2/toolbar.css b/_source/skins/v2/toolbar.css index ed3a8da..d5939f5 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-2012, 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_ie9 .cke_rtl .cke_separator, +.cke_skin_v2 .cke_browser_ie9 .cke_rtl .cke_toolbar_start, +.cke_skin_v2 .cke_browser_ie9 .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: ; }