JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
vanilla ckeditor-3.1
[ckeditor.git] / _source / skins / kama / mainui.css
index 5ad383f..0852280 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
@@ -18,6 +18,12 @@ span.cke_skin_kama
        padding: 5px;\r
 }\r
 \r
+.cke_skin_kama span.cke_browser_webkit,\r
+.cke_skin_kama span.cke_browser_gecko18\r
+{\r
+       display: block;\r
+}\r
+\r
 .cke_skin_kama .cke_wrapper\r
 {\r
        -moz-border-radius: 5px;\r
@@ -28,10 +34,18 @@ span.cke_skin_kama
        background-repeat: repeat-x;\r
        background-position: 0 -1950px;\r
        display: block;\r
+       /* IE Quirks: editor chrome overflow horizontally without an explicit width. */\r
+       _display: inline-block;\r
+       padding: 5px;\r
 \r
        /*background-color: Red;*/\r
 }\r
 \r
+.cke_shared .cke_skin_kama .cke_wrapper\r
+{\r
+       padding-bottom: 0;\r
+}\r
+\r
 .cke_skin_kama .cke_browser_ie6 .cke_wrapper,\r
 .cke_skin_kama .cke_browser_iequirks .cke_wrapper\r
 {\r
@@ -65,7 +79,6 @@ span.cke_skin_kama
 .cke_skin_kama .cke_contents\r
 {\r
        margin: 5px;\r
-       padding: 0 5px 5px;\r
 }\r
 \r
 .cke_skin_kama .cke_hc .cke_contents\r
@@ -136,3 +149,15 @@ span.cke_skin_kama
        position: absolute;\r
        top: 0;\r
 }\r
+\r
+.cke_skin_kama .cke_browser_ie6 .cke_editor,\r
+.cke_skin_kama .cke_browser_ie7 .cke_editor\r
+{\r
+       display: inline-block;\r
+}\r
+\r
+.cke_skin_kama .cke_browser_ie6 .cke_editor,\r
+.cke_shared .cke_skin_kama .cke_browser_ie7 .cke_wrapper\r
+{\r
+       padding-bottom: 5px;\r
+}\r