JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
vanilla ckeditor-3.6.3
[ckeditor.git] / _source / skins / office2003 / toolbar.css
index ef08c45..2941c7f 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.\r
 For licensing, see LICENSE.html or http://ckeditor.com/license\r
 */\r
 \r
@@ -210,6 +210,14 @@ For licensing, see LICENSE.html or http://ckeditor.com/license
        #float: none;\r
 }\r
 \r
+/*#7181*/\r
+.cke_skin_office2003 .cke_browser_ie9 .cke_rtl .cke_separator,\r
+.cke_skin_office2003 .cke_browser_ie9 .cke_rtl .cke_toolbar_start,\r
+.cke_skin_office2003 .cke_browser_ie9 .cke_rtl .cke_toolbar_end\r
+{\r
+       vertical-align:middle;\r
+}\r
+\r
 .cke_skin_office2003 .cke_button a,\r
 .cke_skin_office2003 .cke_button a:hover,\r
 .cke_skin_office2003 .cke_button a:focus,\r
@@ -268,13 +276,30 @@ For licensing, see LICENSE.html or http://ckeditor.com/license
        border-width: 3px;\r
 }\r
 \r
-.cke_skin_office2003 .cke_button a.cke_disabled *,\r
-.cke_skin_office2003 .cke_browser_ie a:hover.cke_button .cke_disabled *\r
+.cke_skin_office2003 .cke_button a.cke_disabled *\r
 {\r
        filter: alpha(opacity=30); /* IE */\r
        opacity: 0.3; /* Safari, Opera and Mozilla */\r
 }\r
 \r
+/* IE with zoom != 100% will distort the icons otherwise #4821 */\r
+.cke_skin_office2003 .cke_browser_ie .cke_button a.cke_disabled *,\r
+.cke_skin_office2003 .cke_browser_ie a:hover.cke_button .cke_disabled *\r
+{\r
+       filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale'), alpha(opacity=30);\r
+}\r
+.cke_skin_office2003 .cke_browser_ie .cke_rtl .cke_button a.cke_disabled *,\r
+.cke_skin_office2003 .cke_browser_ie .cke_rtl a:hover.cke_button .cke_disabled *\r
+{\r
+       filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale'), alpha(opacity=30);\r
+}\r
+.cke_skin_office2003 .cke_browser_ie6 .cke_button a.cke_disabled *,\r
+.cke_skin_office2003 .cke_browser_ie6 a:hover.cke_button .cke_disabled *,\r
+.cke_skin_office2003 .cke_browser_ie .cke_button.cke_noalphafix a.cke_disabled *\r
+{\r
+       filter: alpha(opacity=30);\r
+}\r
+\r
 .cke_skin_office2003 .cke_hc .cke_button a.cke_disabled *,\r
 .cke_skin_office2003 .cke_browser_ie.cke_hc a:hover.cke_button .cke_disabled *\r
 {\r
@@ -313,6 +338,23 @@ For licensing, see LICENSE.html or http://ckeditor.com/license
        background-image: url(icons_rtl.png);\r
 }\r
 \r
+/* IE with zoom != 100% will distort the icons otherwise #4821 */\r
+.cke_skin_office2003 .cke_browser_ie .cke_button .cke_icon\r
+{\r
+       filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale');\r
+}\r
+.cke_skin_office2003 .cke_browser_ie .cke_rtl .cke_button .cke_icon\r
+{\r
+       filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale');\r
+}\r
+.cke_skin_office2003 .cke_browser_ie6 .cke_button .cke_icon,\r
+.cke_skin_office2003 .cke_browser_ie6 .cke_rtl .cke_button .cke_icon,\r
+.cke_skin_office2003 .cke_browser_ie .cke_button.cke_noalphafix .cke_icon,\r
+.cke_skin_office2003 .cke_browser_ie .cke_rtl .cke_button.cke_noalphafix .cke_icon\r
+{\r
+       filter: ;\r
+}\r
+\r
 .cke_skin_office2003 .cke_button .cke_label\r
 {\r
        display: none;\r
@@ -368,6 +410,16 @@ For licensing, see LICENSE.html or http://ckeditor.com/license
        cursor: default;\r
 }\r
 \r
+/* IE with zoom != 100% will distort the icons otherwise #4821 */\r
+.cke_skin_office2003 .cke_browser_ie .cke_button .cke_buttonarrow\r
+{\r
+       filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale');\r
+}\r
+.cke_skin_office2003 .cke_browser_ie6 .cke_button .cke_buttonarrow\r
+{\r
+       filter: ;\r
+}\r
+\r
 .cke_skin_office2003 .cke_rtl .cke_button .cke_buttonarrow\r
 {\r
        background-position: 0 -1004px;\r