JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
vanilla ckeditor-3.1
[ckeditor.git] / _source / skins / office2003 / dialog.css
index f9f7f9b..a901284 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
@@ -9,14 +9,24 @@ body .cke_dialog
        visibility: visible;\r
 }\r
 \r
+/* Force Gecko to consider table as positioned */\r
+.cke_skin_office2003 table.cke_dialog.cke_browser_gecko\r
+{\r
+       display:block;\r
+}\r
+\r
 .cke_skin_office2003 .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
 .cke_skin_office2003 .cke_dialog_tl,\r
@@ -32,6 +42,8 @@ body .cke_dialog
 \r
        /* IE6 does not support full color transparent PNG. */\r
        _background-image: url(images/sprites_ie6.png);\r
+       /* Dialog corner parts require a negative z-index to avoid covering dialog body. (#4954) */\r
+       _z-index: -1;\r
 }\r
 \r
 .cke_skin_office2003 .cke_dialog_tl\r
@@ -641,3 +653,10 @@ body .cke_dialog
        position: relative;\r
        top: 3px;\r
 }\r
+\r
+.cke_skin_office2003 .cke_hc a.cke_btn_locked,\r
+.cke_skin_office2003 .cke_hc a.cke_btn_unlocked,\r
+.cke_skin_office2003 .cke_hc a.cke_btn_reset\r
+{\r
+       border-style: solid;\r
+}\r