JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
vanilla ckeditor-3.6.1
[ckeditor.git] / _source / skins / kama / dialog.css
index e6dfba3..0fb40fd 100644 (file)
@@ -247,6 +247,8 @@ body .cke_dialog
        background-color: white;\r
        border: 1px solid #a0a0a0;\r
        padding: 1px 0px;\r
+       /* IE6/Quirks - make sure the content does not overflow (#7321) */\r
+       _width: 99.9%;\r
 }\r
 \r
 /* Opera/IE doesn't leave enough padding in text input for cursor to blink in RTL. (#6087) */\r
@@ -319,6 +321,12 @@ body .cke_dialog
        cursor : default;\r
 }\r
 \r
+/* RTL + IE6: Input overflows dialog element. (#7321) */\r
+.cke_skin_kama .cke_rtl .cke_dialog_ui_labeled_content\r
+{\r
+       _width: 95%;\r
+}\r
+\r
 .cke_skin_kama .cke_dialog_ui_hbox\r
 {\r
        width: 100%;\r
@@ -710,6 +718,10 @@ body .cke_dialog
        border: none 1px;\r
        font-size: 1px;\r
 }\r
+.cke_skin_kama .cke_dialog a.cke_btn_locked .cke_icon\r
+{\r
+       display:none;\r
+}\r
 \r
 .cke_skin_kama .cke_rtl .cke_dialog a.cke_btn_locked,\r
 .cke_skin_kama .cke_rtl .cke_dialog a.cke_btn_unlocked\r
@@ -862,6 +874,7 @@ body .cke_dialog
 .cke_skin_kama .cke_hc .cke_dialog_body .cke_label\r
 {\r
        display: inline;\r
+       cursor: inherit;\r
 }\r
 \r
 .cke_skin_kama .cke_hc a.cke_btn_locked,\r
@@ -872,6 +885,7 @@ body .cke_dialog
        float: left;\r
        width: auto;\r
        height: auto;\r
+       padding: 0 2px;\r
 }\r
 \r
 .cke_skin_kama .cke_rtl.cke_hc a.cke_btn_locked,\r
@@ -880,6 +894,10 @@ body .cke_dialog
 {\r
        float: right;\r
 }\r
+.cke_skin_kama .cke_hc a.cke_btn_locked .cke_icon\r
+{\r
+       display:inline;\r
+}\r
 \r
 .cke_skin_kama a.cke_smile img\r
 {\r
@@ -902,6 +920,11 @@ body .cke_dialog
        border: 1px solid white;\r
 }\r
 \r
+.cke_skin_kama .cke_hc .ImagePreviewBox\r
+{\r
+       width: 260px;\r
+}\r
+\r
 /**\r
  * Styles specific to "cellProperties" dialog.\r
  */\r