JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
vanilla ckeditor-3.2
[ckeditor.git] / _source / skins / kama / toolbar.css
index 50b684f..beaba55 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
@@ -22,12 +22,6 @@ For licensing, see LICENSE.html or http://ckeditor.com/license
 .cke_skin_kama .cke_toolbox\r
 {\r
        clear: both;\r
-       padding: 5px 3px 5px 6px;\r
-}\r
-\r
-.cke_skin_kama .cke_rtl .cke_toolbox\r
-{\r
-       padding: 5px 6px 5px 3px;\r
 }\r
 \r
 .cke_skin_kama a.cke_toolbox_collapser,\r
@@ -42,7 +36,7 @@ For licensing, see LICENSE.html or http://ckeditor.com/license
        height: 11px;\r
        float: right;\r
        border: 1px outset #D3D3D3;\r
-       margin: 11px 4px 2px;\r
+       margin: 11px 0 2px;\r
        cursor: pointer;\r
 }\r
 \r
@@ -52,6 +46,19 @@ For licensing, see LICENSE.html or http://ckeditor.com/license
        float: left;\r
 }\r
 \r
+.cke_skin_kama a.cke_toolbox_collapser span\r
+{\r
+       display: none;\r
+}\r
+\r
+.cke_skin_kama .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_kama a.cke_toolbox_collapser_min,\r
 .cke_skin_kama a:hover.cke_toolbox_collapser_min\r
 {\r
@@ -395,3 +402,20 @@ For licensing, see LICENSE.html or http://ckeditor.com/license
 {\r
        cursor: default;\r
 }\r
+\r
+.cke_skin_kama .cke_browser_ie .cke_toolbox\r
+{\r
+       padding-bottom: 5px;\r
+       _padding-bottom: 6px;\r
+}\r
+\r
+.cke_shared .cke_skin_kama .cke_browser_ie .cke_toolbox\r
+{\r
+       padding-bottom: 0;\r
+}\r
+\r
+.cke_skin_kama .cke_browser_gecko .cke_toolbox\r
+{\r
+       /* Define the padding-bottom otherwise the collapser button will not be clicable in FF */\r
+       padding-bottom: 1px;\r
+}\r