X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_source%2Fskins%2Fkama%2Fdialog.css;h=11bb3060671093860cc79b12cb1fd633bab421fa;hb=941b0a9ba4e673e292510d80a5a86806994b8ea6;hp=cd689e0f100c46c02f105e925af7dc169c89f1bd;hpb=ea7e3453c7b0f023b050aca6d9f83ab372860d91;p=ckeditor.git diff --git a/_source/skins/kama/dialog.css b/_source/skins/kama/dialog.css index cd689e0..11bb306 100644 --- a/_source/skins/kama/dialog.css +++ b/_source/skins/kama/dialog.css @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2009, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ @@ -9,6 +9,12 @@ body .cke_dialog visibility: visible; } +/* Force Gecko to consider table as positioned */ +.cke_skin_kama table.cke_dialog.cke_browser_gecko +{ + display:block; +} + .cke_skin_kama .cke_dialog_body { z-index: 1; @@ -18,6 +24,11 @@ body .cke_dialog -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; + + /* 'cke_dialog' element has been fixed positioned in all but IE6, while we + need it to be positioned to hold e.g. close button. */ + position: relative; + _position: static; } .cke_skin_kama .cke_dialog_tl, @@ -727,6 +738,12 @@ body .cke_dialog position: relative; top: 3px; } +.cke_skin_kama .cke_hc a.cke_btn_locked, +.cke_skin_kama .cke_hc a.cke_btn_unlocked, +.cke_skin_kama .cke_hc a.cke_btn_reset +{ + border-style: solid; +} .cke_skin_kama a.cke_smile img {