JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
vanilla ckeditor-3.6
[ckeditor.git] / _source / skins / kama / toolbar.css
index 3d351d8..898b70a 100644 (file)
@@ -79,14 +79,15 @@ For licensing, see LICENSE.html or http://ckeditor.com/license
        background-position: 4px -1408px; /* +2px +3px */\r
 }\r
 \r
-.cke_skin_kama .cke_toolbar\r
-{\r
-       display: inline;\r
-}\r
-\r
 .cke_skin_kama .cke_separator\r
 {\r
-       display: none;\r
+       display: inline-block;\r
+       border-left: solid 1px #D3D3D3;\r
+       margin: 3px 2px 0;\r
+       height: 16px;\r
+\r
+       /* These are for IE < 8, but it's ok for the others */\r
+       vertical-align: top;\r
 }\r
 \r
 .cke_skin_kama .cke_break\r
@@ -128,12 +129,6 @@ For licensing, see LICENSE.html or http://ckeditor.com/license
        margin-left: 6px;\r
 }\r
 \r
-.cke_skin_kama .cke_toolgroup\r
-{\r
-       display: block;\r
-       height: 22px;\r
-}\r
-\r
 .cke_skin_kama .cke_button a,\r
 .cke_skin_kama .cke_button a:hover,\r
 .cke_skin_kama .cke_button a:focus,\r
@@ -253,7 +248,6 @@ For licensing, see LICENSE.html or http://ckeditor.com/license
        width: 16px;\r
        height: 16px;\r
        display: inline-block;\r
-       float: left;\r
        cursor: default;\r
 }\r
 \r
@@ -278,10 +272,6 @@ For licensing, see LICENSE.html or http://ckeditor.com/license
        filter: ;\r
 }\r
 \r
-.cke_skin_kama .cke_rtl .cke_button .cke_icon\r
-{\r
-       float: right;\r
-}\r
 \r
 .cke_skin_kama .cke_button .cke_label\r
 {\r
@@ -289,15 +279,6 @@ For licensing, see LICENSE.html or http://ckeditor.com/license
        display: none;\r
        padding-left: 3px;\r
        line-height: 18px;\r
-       vertical-align: middle;\r
-       float: left;\r
-}\r
-\r
-.cke_skin_kama .cke_rtl .cke_button .cke_label\r
-{\r
-       padding-left: 0;\r
-       padding-right: 3px;\r
-       float: right;\r
 }\r
 \r
 .cke_skin_kama .cke_hc .cke_button .cke_label\r
@@ -329,7 +310,6 @@ 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
-       float: left;\r
        cursor: default;\r
 }\r
 \r
@@ -343,12 +323,6 @@ For licensing, see LICENSE.html or http://ckeditor.com/license
        filter: ;\r
 }\r
 \r
-.cke_skin_kama .cke_rtl .cke_button .cke_buttonarrow\r
-{\r
-       background-position: 0 -1469px; /* (0, -5) */\r
-       float: right;\r
-}\r
-\r
 /*** Firefox 2 ***/\r
 \r
 .cke_skin_kama .cke_browser_gecko .cke_toolbar,\r
@@ -373,6 +347,7 @@ For licensing, see LICENSE.html or http://ckeditor.com/license
 .cke_skin_kama .cke_browser_gecko .cke_rtl.cke_button a.cke_off,\r
 .cke_skin_kama .cke_browser_gecko .cke_rtl .cke_button .cke_icon,\r
 .cke_skin_kama .cke_browser_gecko .cke_rtl .cke_button .cke_buttonarrow,\r
+.cke_skin_kama .cke_browser_gecko .cke_rtl .cke_separator,\r
 .cke_skin_kama .cke_browser_gecko .cke_rtl .cke_toolbar_start\r
 {\r
        float: right;\r
@@ -390,18 +365,6 @@ For licensing, see LICENSE.html or http://ckeditor.com/license
        float: right;\r
 }\r
 \r
-/*** IE ***/\r
-\r
-/* The biggest problem with IE is the RTL support (and float:right). It's\r
-   totally broken, and quite delicate. IE8 fixed these issues. */\r
-\r
-.cke_skin_kama .cke_browser_ie .cke_rtl .cke_button .cke_icon,\r
-.cke_skin_kama .cke_browser_ie .cke_rtl .cke_button .cke_label,\r
-.cke_skin_kama .cke_browser_ie .cke_rtl .cke_button .cke_buttonarrow\r
-{\r
-       float: none;\r
-}\r
-\r
 /*** WebKit ***/\r
 \r
 /* We have originally used display:inline-block+float for cke_toolbar and it\r
@@ -420,17 +383,9 @@ For licensing, see LICENSE.html or http://ckeditor.com/license
 \r
 /*** Mixed Fixes ***/\r
 \r
-.cke_skin_kama .cke_browser_ie8 .cke_button .cke_label,\r
-.cke_skin_kama .cke_browser_opera .cke_button .cke_label,\r
-.cke_skin_kama .cke_browser_webkit .cke_button .cke_label\r
-{\r
-       line-height: 20px;\r
-}\r
-\r
-.cke_skin_kama .cke_browser_opera.cke_browser_quirks .cke_button .cke_label,\r
-.cke_skin_kama .cke_browser_iequirks .cke_button .cke_label\r
+.cke_skin_kama .cke_browser_ie .cke_button .cke_label\r
 {\r
-       line-height: 17px;\r
+       line-height: 16px;\r
 }\r
 \r
 /* Fix cursor shape consistency on toolbar combos (#4031) */\r