JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
vanilla ckeditor-3.1
[ckeditor.git] / _source / skins / kama / toolbar.css
index 3ce80a9..a0f9d16 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
@@ -388,3 +382,26 @@ For licensing, see LICENSE.html or http://ckeditor.com/license
        vertical-align: middle;\r
 }\r
 /* END IE8 strict button valign correction */\r
+\r
+/* Fix cursor shape consistency on toolbar combos (#4031) */\r
+.cke_skin_kama .cke_browser_ie .cke_rcombo,\r
+.cke_skin_kama .cke_browser_ie .cke_rcombo *\r
+{\r
+       cursor: default;\r
+}\r
+\r
+.cke_skin_kama .cke_browser_ie7 .cke_toolbox\r
+{\r
+       margin-bottom: 2px;\r
+}\r
+\r
+.cke_shared .cke_skin_kama .cke_browser_ie7 .cke_toolbox\r
+{\r
+       margin-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