JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
vanilla ckeditor-3.0.2
[ckeditor.git] / _source / skins / v2 / dialog.css
index 0585df9..0820689 100644 (file)
@@ -9,14 +9,25 @@ body .cke_dialog
        visibility: visible;\r
 }\r
 \r
+/* Force Gecko to consider table as positioned */\r
+.cke_skin_v2 table.cke_dialog.cke_browser_gecko\r
+{\r
+       display:block;\r
+}\r
+\r
 .cke_skin_v2 .cke_dialog_body\r
 {\r
        margin-left: 16px;\r
        margin-right: 16px;\r
        margin-top: 2px;\r
        margin-bottom: 20px;\r
-       position: relative;\r
        z-index: 1;\r
+\r
+       /* 'cke_dialog' element has been fixed positioned in all but IE6, while we\r
+               need it to be positioned to hold e.g. close button. */\r
+       position: relative;\r
+       _position: static;\r
+\r
 }\r
 \r
 .cke_skin_v2 .cke_dialog_tl,\r
@@ -638,6 +649,12 @@ body .cke_dialog
        position: relative;\r
        top: 3px;\r
 }\r
+.cke_skin_v2 .cke_hc a.cke_btn_locked,\r
+.cke_skin_v2 .cke_hc a.cke_btn_unlocked,\r
+.cke_skin_v2 .cke_hc a.cke_btn_reset\r
+{\r
+       border-style: solid;\r
+}\r
 \r
 .cke_skin_v2 a.cke_smile img\r
 {\r