JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
vanilla ckeditor-3.1
[ckeditor.git] / _source / skins / v2 / toolbar.css
index f2d0ff0..f39dca0 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,12 @@ For licensing, see LICENSE.html or http://ckeditor.com/license
        }\r
 }\r
 \r
+.cke_skin_v2 .cke_browser_webkit .cke_toolbox,\r
+.cke_skin_v2 .cke_browser_webkit .cke_toolbox > span\r
+{\r
+       white-space: normal;\r
+}\r
+\r
 .cke_skin_v2 a.cke_toolbox_collapser,\r
 .cke_skin_v2 a:hover.cke_toolbox_collapser\r
 {\r
@@ -90,7 +96,7 @@ For licensing, see LICENSE.html or http://ckeditor.com/license
        display: inline-block;\r
        float: left;\r
        border-left: solid 1px #999;\r
-       margin: 0 2px;\r
+       margin: 4px 2px;\r
        height: 16px;\r
 }\r
 \r
@@ -127,7 +133,7 @@ For licensing, see LICENSE.html or http://ckeditor.com/license
        background-repeat: no-repeat;\r
        margin: 4px 2px 0 2px;\r
        width: 3px;\r
-       height: 16px;\r
+       height: 20px;\r
        float: left;\r
 }\r
 \r
@@ -397,3 +403,10 @@ For licensing, see LICENSE.html or http://ckeditor.com/license
        /* revert previous */\r
        vertical-align: baseline;\r
 }\r
+\r
+/* Fix cursor shape consistency on toolbar combos (#4031) */\r
+.cke_skin_v2 .cke_browser_ie .cke_rcombo,\r
+.cke_skin_v2 .cke_browser_ie .cke_rcombo *\r
+{\r
+       cursor: default;\r
+}\r