JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
vanilla ckeditor-3.3.2
[ckeditor.git] / _source / skins / office2003 / toolbar.css
index c92b0fa..bbf7fea 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-Copyright (c) 2003-2009, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved.\r
 For licensing, see LICENSE.html or http://ckeditor.com/license\r
 */\r
 \r
@@ -11,6 +11,19 @@ For licensing, see LICENSE.html or http://ckeditor.com/license
        }\r
 }\r
 \r
+.cke_skin_office2003 .cke_browser_webkit .cke_toolbox,\r
+.cke_skin_office2003 .cke_browser_webkit .cke_toolbox > span\r
+{\r
+       white-space: normal;\r
+}\r
+\r
+.cke_skin_office2003 .cke_toolbox\r
+{\r
+       clear: both;\r
+       /* Define the padding-bottom otherwise the collapser button will not be clickable #4932*/\r
+       padding-bottom: 1px;\r
+}\r
+\r
 .cke_skin_office2003 a.cke_toolbox_collapser,\r
 .cke_skin_office2003 a:hover.cke_toolbox_collapser\r
 {\r
@@ -32,6 +45,19 @@ For licensing, see LICENSE.html or http://ckeditor.com/license
        float: left;\r
 }\r
 \r
+.cke_skin_office2003 a.cke_toolbox_collapser span\r
+{\r
+       display: none;\r
+}\r
+\r
+.cke_skin_office2003 .cke_hc a.cke_toolbox_collapser span\r
+{\r
+       font-size: 10px;\r
+       font-weight: bold;\r
+       font-family: Arial;\r
+       display: inline;\r
+}\r
+\r
 .cke_skin_office2003 a.cke_toolbox_collapser_min,\r
 .cke_skin_office2003 a:hover.cke_toolbox_collapser_min\r
 {\r
@@ -59,6 +85,8 @@ For licensing, see LICENSE.html or http://ckeditor.com/license
        background-repeat: repeat-x;\r
        display: inline-block;\r
        float: left;\r
+       !height: 28px;\r
+       !line-height: 28px;\r
 }\r
 \r
 .cke_skin_office2003 .cke_rtl .cke_toolbar\r
@@ -219,6 +247,7 @@ For licensing, see LICENSE.html or http://ckeditor.com/license
 {\r
        opacity: 1.0;\r
        filter: alpha(opacity=100);\r
+       _border: 1px solid transparent;\r
 }\r
 \r
 .cke_skin_office2003 .cke_button a.cke_on\r
@@ -231,39 +260,31 @@ For licensing, see LICENSE.html or http://ckeditor.com/license
        _margin: 2px 0 0 0;\r
 }\r
 \r
-.cke_skin_office2003 .cke_hc .cke_button a.cke_on\r
+.cke_skin_office2003 .cke_hc .cke_button a:hover,\r
+.cke_skin_office2003 .cke_hc .cke_button a:focus,\r
+.cke_skin_office2003 .cke_hc .cke_button a:active      /* IE */\r
 {\r
        padding: 0 2px !important;\r
        border-width: 3px;\r
 }\r
 \r
-.cke_skin_office2003 .cke_button a.cke_disabled,\r
-.cke_skin_office2003 .cke_button a:hover.cke_disabled,\r
-.cke_skin_office2003 .cke_button a:focus.cke_disabled,\r
-.cke_skin_office2003 .cke_button a:active.cke_disabled\r
+.cke_skin_office2003 .cke_button a.cke_disabled *,\r
+.cke_skin_office2003 .cke_browser_ie a:hover.cke_button .cke_disabled *\r
 {\r
-       border: solid 1px transparent;\r
        filter: alpha(opacity=30); /* IE */\r
-       opacity : 0.3; /* Safari, Opera and Mozilla */\r
-       vertical-align: top;\r
-\r
-       _border: none;\r
-       _margin: 3px 1px 1px 1px;\r
+       opacity: 0.3; /* Safari, Opera and Mozilla */\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
+.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
        filter: alpha(opacity=60);\r
        opacity: 0.6;\r
 }\r
 \r
-.cke_skin_office2003 .cke_button a:hover.cke_on,\r
-.cke_skin_office2003 .cke_button a:focus.cke_on,\r
-.cke_skin_office2003 .cke_button a:active.cke_on,      /* IE */\r
-.cke_skin_office2003 .cke_button a:hover.cke_off,\r
-.cke_skin_office2003 .cke_button a:focus.cke_off,\r
-.cke_skin_office2003 .cke_button a:active.cke_off      /* IE */\r
+.cke_skin_office2003 .cke_button a:hover,\r
+.cke_skin_office2003 .cke_button a:focus,\r
+.cke_skin_office2003 .cke_button a:active      /* IE */\r
 {\r
        border: solid 1px #316ac5;\r
        background-color: #dff1ff;\r
@@ -275,17 +296,6 @@ For licensing, see LICENSE.html or http://ckeditor.com/license
        padding: 2px 4px;\r
 }\r
 \r
-.cke_skin_office2003 .cke_hc .cke_button a:hover.cke_on,\r
-.cke_skin_office2003 .cke_hc .cke_button a:focus.cke_on,\r
-.cke_skin_office2003 .cke_hc .cke_button a:active.cke_on,      /* IE */\r
-.cke_skin_office2003 .cke_hc .cke_button a:hover.cke_off,\r
-.cke_skin_office2003 .cke_hc .cke_button a:focus.cke_off,\r
-.cke_skin_office2003 .cke_hc .cke_button a:active.cke_off      /* IE */\r
-{\r
-       padding: 0 2px !important;\r
-       border-width: 3px;\r
-}\r
-\r
 .cke_skin_office2003 .cke_button .cke_icon\r
 {\r
        background-image: url(icons.png);\r
@@ -295,15 +305,15 @@ For licensing, see LICENSE.html or http://ckeditor.com/license
        width: 16px;\r
        height: 16px;\r
        display: inline-block;\r
+       cursor: default;\r
 }\r
 \r
 .cke_skin_office2003 .cke_button .cke_label\r
 {\r
        display: none;\r
        padding-left: 3px;\r
-       vertical-align: 3px;\r
        cursor: default;\r
-\r
+       vertical-align:middle;\r
        _background-image: url(images/sprites_ie6.png);\r
        _background-position: 0 -970px;\r
        _background-repeat: repeat-x;\r
@@ -350,6 +360,7 @@ For licensing, see LICENSE.html or http://ckeditor.com/license
        background-image: url(images/sprites.png);\r
        _background-image: url(images/sprites_ie6.png);\r
        background-repeat: no-repeat;\r
+       cursor: default;\r
 }\r
 \r
 .cke_skin_office2003 .cke_rtl .cke_button .cke_buttonarrow\r
@@ -440,3 +451,15 @@ For licensing, see LICENSE.html or http://ckeditor.com/license
        /* revert previous */\r
        vertical-align: baseline;\r
 }\r
+\r
+/* Separator + Combo penetrate toolbar in IE quirks. (#4461) */\r
+.cke_skin_office2003 .cke_browser_iequirks .cke_separator\r
+{\r
+       vertical-align: text-bottom;\r
+}\r
+/* Fix cursor shape consistency on toolbar combos (#4031) */\r
+.cke_skin_office2003 .cke_browser_ie .cke_rcombo,\r
+.cke_skin_office2003 .cke_browser_ie .cke_rcombo *\r
+{\r
+       cursor: default;\r
+}\r