JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
vanilla ckeditor-3.1
[ckeditor.git] / _source / skins / office2003 / toolbar.css
index fbb689e..4a1e97b 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
@@ -446,3 +446,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