X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_source%2Fskins%2Foffice2003%2Ftoolbar.css;h=980f42de2fb834c3bece91df33e21da940f7a8d6;hb=a272c66d841421f8bf933c16535bdcde1c4649fc;hp=2135213e95cccd492ba3c24d4343e728517d88f4;hpb=e7789c1ad838194d45eeee6ac2eb6e55f5cf35a1;p=ckeditor.git diff --git a/_source/skins/office2003/toolbar.css b/_source/skins/office2003/toolbar.css index 2135213..980f42d 100644 --- a/_source/skins/office2003/toolbar.css +++ b/_source/skins/office2003/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 */ @@ -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, @@ -268,13 +276,30 @@ For licensing, see LICENSE.html or http://ckeditor.com/license border-width: 3px; } -.cke_skin_office2003 .cke_button a.cke_disabled *, -.cke_skin_office2003 .cke_browser_ie a:hover.cke_button .cke_disabled * +.cke_skin_office2003 .cke_button a.cke_disabled * { filter: alpha(opacity=30); /* IE */ opacity: 0.3; /* Safari, Opera and Mozilla */ } +/* IE with zoom != 100% will distort the icons otherwise #4821 */ +.cke_skin_office2003 .cke_browser_ie .cke_button a.cke_disabled *, +.cke_skin_office2003 .cke_browser_ie a:hover.cke_button .cke_disabled * +{ + filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale'), alpha(opacity=30); +} +.cke_skin_office2003 .cke_browser_ie .cke_rtl .cke_button a.cke_disabled *, +.cke_skin_office2003 .cke_browser_ie .cke_rtl a:hover.cke_button .cke_disabled * +{ + filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale'), alpha(opacity=30); +} +.cke_skin_office2003 .cke_browser_ie6 .cke_button a.cke_disabled *, +.cke_skin_office2003 .cke_browser_ie6 a:hover.cke_button .cke_disabled *, +.cke_skin_office2003 .cke_browser_ie .cke_button.cke_noalphafix a.cke_disabled * +{ + filter: alpha(opacity=30); +} + .cke_skin_office2003 .cke_hc .cke_button a.cke_disabled *, .cke_skin_office2003 .cke_browser_ie.cke_hc a:hover.cke_button .cke_disabled * { @@ -305,6 +330,29 @@ For licensing, see LICENSE.html or http://ckeditor.com/license width: 16px; height: 16px; display: inline-block; + cursor: default; +} + +.cke_skin_office2003 .cke_rtl .cke_button .cke_icon +{ + background-image: url(icons_rtl.png); +} + +/* IE with zoom != 100% will distort the icons otherwise #4821 */ +.cke_skin_office2003 .cke_browser_ie .cke_button .cke_icon +{ + filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale'); +} +.cke_skin_office2003 .cke_browser_ie .cke_rtl .cke_button .cke_icon +{ + filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale'); +} +.cke_skin_office2003 .cke_browser_ie6 .cke_button .cke_icon, +.cke_skin_office2003 .cke_browser_ie6 .cke_rtl .cke_button .cke_icon, +.cke_skin_office2003 .cke_browser_ie .cke_button.cke_noalphafix .cke_icon, +.cke_skin_office2003 .cke_browser_ie .cke_rtl .cke_button.cke_noalphafix .cke_icon +{ + filter: ; } .cke_skin_office2003 .cke_button .cke_label @@ -312,7 +360,7 @@ For licensing, see LICENSE.html or http://ckeditor.com/license display: none; padding-left: 3px; cursor: default; - + vertical-align:middle; _background-image: url(images/sprites_ie6.png); _background-position: 0 -970px; _background-repeat: repeat-x; @@ -359,6 +407,17 @@ For licensing, see LICENSE.html or http://ckeditor.com/license background-image: url(images/sprites.png); _background-image: url(images/sprites_ie6.png); background-repeat: no-repeat; + cursor: default; +} + +/* IE with zoom != 100% will distort the icons otherwise #4821 */ +.cke_skin_office2003 .cke_browser_ie .cke_button .cke_buttonarrow +{ + filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale'); +} +.cke_skin_office2003 .cke_browser_ie6 .cke_button .cke_buttonarrow +{ + filter: ; } .cke_skin_office2003 .cke_rtl .cke_button .cke_buttonarrow @@ -410,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; }