X-Git-Url: https://jasonwoof.com/gitweb/?p=ckeditor.git;a=blobdiff_plain;f=_source%2Fskins%2Fkama%2Fdialog.css;h=2a0a47af727631df8e69d39ba49e83f4e4dbd6e2;hp=247c8958bd8770445b3387cf59515d3cb823fcc3;hb=e7789c1ad838194d45eeee6ac2eb6e55f5cf35a1;hpb=059b4c2fef02528bf1af189f7996e80652faddfb diff --git a/_source/skins/kama/dialog.css b/_source/skins/kama/dialog.css index 247c895..2a0a47a 100644 --- a/_source/skins/kama/dialog.css +++ b/_source/skins/kama/dialog.css @@ -322,6 +322,7 @@ body .cke_dialog background: transparent url(images/sprites.png) repeat-x scroll 0 -1069px; _background: none; padding: 5px 0; + text-align: center; } .cke_skin_kama .cke_browser_iequirks a.cke_dialog_ui_button @@ -431,6 +432,8 @@ body .cke_dialog color: #222; display: inline-block; cursor: default; + min-width: 60px; + +margin: 2px 0; /* IE7 */ } /* Gecko 1.8 does not support display: inline-block */ @@ -684,7 +687,6 @@ body .cke_dialog .cke_skin_kama .cke_dialog #ImagePreviewBox { - white-space : normal; border : 2px ridge black; overflow : scroll; height : 160px; @@ -692,6 +694,17 @@ body .cke_dialog padding : 2px; background-color : white; } + +.cke_skin_kama .cke_dialog #ImagePreviewBox table td { + white-space: normal; +} + +/* Fix iframedialog's height doesn't stretch to 100% #4863.*/ +.cke_skin_kama .cke_browser_iequirks .cke_dialog_page_contents +{ + _position: absolute; +} + .cke_skin_kama .cke_dialog #ImagePreviewLoader { position: absolute;