X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=_source%2Fskins%2Foffice2003%2Fdialog.css;h=05dc4a4490e347dfe4a1aece6332f61c01bba2cd;hb=e371ddf8abcb89013e20e6d0dd746adec344d0e5;hp=e609b2da6b4c13aafc48b5dd355dc9a9a6b99226;hpb=e7789c1ad838194d45eeee6ac2eb6e55f5cf35a1;p=ckeditor.git diff --git a/_source/skins/office2003/dialog.css b/_source/skins/office2003/dialog.css index e609b2d..05dc4a4 100644 --- a/_source/skins/office2003/dialog.css +++ b/_source/skins/office2003/dialog.css @@ -333,6 +333,10 @@ body .cke_dialog padding: 1px 0px; } +.cke_skin_office2003 .cke_browser_ie.cke_rtl div.cke_dialog_ui_input_text { + padding-right: 1px; +} + .cke_skin_office2003 .cke_browser_gecko.cke_hc div.cke_dialog_ui_input_text, .cke_skin_office2003 .cke_browser_gecko.cke_hc div.cke_dialog_ui_input_password { @@ -537,7 +541,7 @@ body .cke_dialog background-color: white; } -.cke_skin_office2003 iframe.cke_dialog_ui_input_file +.cke_skin_office2003 .cke_dialog_ui_input_file { width: 100%; height: 25px; @@ -607,10 +611,9 @@ body .cke_dialog { border: outset 1px; cursor: pointer; - cursor: hand; } -.cke_skin_office2003 .cke_dialog #ImagePreviewBox +.cke_skin_office2003 .cke_dialog .ImagePreviewBox { border : 2px ridge black; overflow : scroll; @@ -620,7 +623,7 @@ body .cke_dialog background-color : white; } -.cke_skin_office2003 .cke_dialog #ImagePreviewBox table td { +.cke_skin_office2003 .cke_dialog .ImagePreviewBox table td { white-space: normal; } @@ -630,7 +633,7 @@ body .cke_dialog _position: absolute; } -.cke_skin_office2003 .cke_dialog #ImagePreviewLoader +.cke_skin_office2003 .cke_dialog .ImagePreviewLoader { position: absolute; white-space : normal; @@ -645,7 +648,7 @@ body .cke_dialog background-color : #e4e4e4; } -.cke_skin_office2003 .cke_dialog #FlashPreviewBox +.cke_skin_office2003 .cke_dialog .FlashPreviewBox { white-space : normal; border : 2px ridge black; @@ -656,6 +659,27 @@ body .cke_dialog background-color : white; } +.cke_skin_office2003 .cke_dialog .cke_pastetext +{ + width: 346px; + height: 170px; +} + +.cke_skin_office2003 .cke_dialog .cke_pastetext textarea +{ + width: 340px; + height: 170px; + resize: none; +} + +.cke_skin_office2003 .cke_dialog iframe.cke_pasteframe +{ + width: 346px; + height: 130px; + background-color: white; + border: 1px solid black; +} + .cke_skin_office2003 .cke_dialog .cke_dark_background { text-align : center; @@ -672,7 +696,6 @@ body .cke_dialog .cke_skin_office2003 .cke_dialog .cke_hand { cursor: pointer; - cursor: hand; } .cke_skin_office2003 .cke_disabled @@ -704,7 +727,6 @@ body .cke_dialog { display: inline; cursor: pointer; - cursor: hand; font-weight: bold; position: relative; top: 3px; @@ -715,6 +737,11 @@ body .cke_dialog display: none; } +.cke_skin_office2003 .cke_dialog_body label.cke_required +{ + font-weight: bold; +} + .cke_skin_office2003 .cke_hc .cke_dialog_body .cke_label { display: inline;