X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_source%2Fskins%2Fv2%2Fdialog.css;h=6ae59d1cfeb8e95a6d3676cb4fc7cb79bfaff2dc;hb=refs%2Ftags%2Fv3.3.2;hp=ff14fc418999687d5bbba29b299bed14fc3c0fd2;hpb=e7789c1ad838194d45eeee6ac2eb6e55f5cf35a1;p=ckeditor.git diff --git a/_source/skins/v2/dialog.css b/_source/skins/v2/dialog.css index ff14fc4..6ae59d1 100644 --- a/_source/skins/v2/dialog.css +++ b/_source/skins/v2/dialog.css @@ -344,6 +344,10 @@ body .cke_dialog padding: 1px 0px; } +.cke_skin_v2 .cke_browser_ie.cke_rtl div.cke_dialog_ui_input_text { + padding-right: 1px; +} + .cke_skin_v2 textarea.cke_dialog_ui_input_textarea { background-color: white; @@ -609,10 +613,9 @@ body .cke_dialog { border: outset 1px; cursor: pointer; - cursor: hand; } -.cke_skin_v2 .cke_dialog #ImagePreviewBox +.cke_skin_v2 .cke_dialog .ImagePreviewBox { border : 2px ridge black; overflow : scroll; @@ -622,7 +625,7 @@ body .cke_dialog background-color : white; } -.cke_skin_v2 .cke_dialog #ImagePreviewBox table td { +.cke_skin_v2 .cke_dialog .ImagePreviewBox table td { white-space: normal; } @@ -632,7 +635,7 @@ body .cke_dialog _position: absolute; } -.cke_skin_v2 .cke_dialog #ImagePreviewLoader +.cke_skin_v2 .cke_dialog .ImagePreviewLoader { position: absolute; white-space : normal; @@ -647,7 +650,7 @@ body .cke_dialog background-color : #e4e4e4; } -.cke_skin_v2 .cke_dialog #FlashPreviewBox +.cke_skin_v2 .cke_dialog .FlashPreviewBox { white-space : normal; border : 2px ridge black; @@ -658,6 +661,27 @@ body .cke_dialog background-color : white; } +.cke_skin_v2 .cke_dialog .cke_pastetext +{ + width: 346px; + height: 170px; +} + +.cke_skin_v2 .cke_dialog .cke_pastetext textarea +{ + width: 340px; + height: 170px; + resize: none; +} + +.cke_skin_v2 .cke_dialog iframe.cke_pasteframe +{ + width: 346px; + height: 130px; + background-color: white; + border: 1px solid black; +} + .cke_skin_v2 .cke_dialog .cke_dark_background { text-align : center; @@ -674,7 +698,6 @@ body .cke_dialog .cke_skin_v2 .cke_dialog .cke_hand { cursor: pointer; - cursor: hand; } .cke_skin_v2 .cke_disabled @@ -706,7 +729,6 @@ body .cke_dialog { display: inline; cursor: pointer; - cursor: hand; font-weight: bold; position: relative; top: 3px; @@ -717,6 +739,11 @@ body .cke_dialog display: none; } +.cke_skin_v2 .cke_dialog_body label.cke_required +{ + font-weight: bold; +} + .cke_skin_v2 .cke_hc .cke_dialog_body .cke_label { display: inline;