X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;ds=inline;f=_source%2Fskins%2Fkama%2Fdialog.css;h=462c142171648c63d7dd59ec63a42f60550513e5;hb=614511639979907ceb0da3614122a4d8eb963ad4;hp=2a0a47af727631df8e69d39ba49e83f4e4dbd6e2;hpb=e7789c1ad838194d45eeee6ac2eb6e55f5cf35a1;p=ckeditor.git diff --git a/_source/skins/kama/dialog.css b/_source/skins/kama/dialog.css index 2a0a47a..462c142 100644 --- a/_source/skins/kama/dialog.css +++ b/_source/skins/kama/dialog.css @@ -67,12 +67,6 @@ body .cke_dialog margin-bottom: 10px; } -.cke_skin_kama .cke_browser_ie.cke_rtl .cke_dialog_title -{ - position: static !important; - unicode-bidi: bidi-override; -} - .cke_skin_kama .cke_dialog_contents { background-color: #ebebeb; @@ -245,6 +239,36 @@ body .cke_dialog padding: 1px 0px; } +/* Opera/IE doesn't leave enough padding in text input for cursor to blink in RTL. (#6087) */ +.cke_skin_kama .cke_browser_ie.cke_rtl input.cke_dialog_ui_input_text, +.cke_skin_kama .cke_browser_opera.cke_rtl input.cke_dialog_ui_input_text, +.cke_skin_kama .cke_browser_ie.cke_rtl input.cke_dialog_ui_input_password, +.cke_skin_kama .cke_browser_opera.cke_rtl input.cke_dialog_ui_input_password +{ + padding-right: 2px; +} + +/* Compensate the padding added above on container. */ +.cke_skin_kama .cke_browser_ie.cke_rtl div.cke_dialog_ui_input_text, +.cke_skin_kama .cke_browser_opera.cke_rtl div.cke_dialog_ui_input_text, +.cke_skin_kama .cke_browser_ie.cke_rtl div.cke_dialog_ui_input_password, +.cke_skin_kama .cke_browser_opera.cke_rtl div.cke_dialog_ui_input_password +{ + padding-left: 2px; +} + +.cke_skin_kama .cke_browser_ie.cke_rtl .cke_dialog_ui_vbox_child, +.cke_skin_kama .cke_browser_ie.cke_rtl .cke_dialog_ui_hbox_child, +.cke_skin_kama .cke_browser_ie.cke_rtl .cke_dialog_ui_hbox_first, +.cke_skin_kama .cke_browser_ie.cke_rtl .cke_dialog_ui_hbox_last +{ + padding-right: 2px !important; +} + +.cke_skin_kama .cke_browser_ie.cke_rtl div.cke_dialog_ui_input_text { + padding-right: 1px; +} + .cke_skin_kama .cke_browser_gecko.cke_hc div.cke_dialog_ui_input_text, .cke_skin_kama .cke_browser_gecko.cke_hc div.cke_dialog_ui_input_password { @@ -370,6 +394,7 @@ body .cke_dialog .cke_skin_kama a.cke_dialog_ui_button_ok span, .cke_skin_kama a.cke_dialog_ui_button_cancel span { + width:60px; padding-right: 20px; padding-left: 20px; } @@ -484,6 +509,12 @@ body .cke_dialog position: relative; } +/* IE7 needs position static #6806 */ +.cke_skin_kama .cke_browser_ie7 .cke_dialog_footer_buttons +{ + position: static; +} + /* Gecko 1.8 does not support for display: inline-table */ .cke_skin_kama .cke_browser_gecko18 .cke_dialog_footer_buttons { @@ -493,7 +524,6 @@ body .cke_dialog .cke_skin_kama .cke_dialog_footer_buttons span.cke_dialog_ui_button { margin: 7px 0; - width: 60px; text-align: center; } @@ -612,7 +642,7 @@ body .cke_dialog background-color: white; } -.cke_skin_kama iframe.cke_dialog_ui_input_file +.cke_skin_kama .cke_dialog_ui_input_file { width: 100%; height: 25px; @@ -682,10 +712,9 @@ body .cke_dialog { border: outset 1px; cursor: pointer; - cursor: hand; } -.cke_skin_kama .cke_dialog #ImagePreviewBox +.cke_skin_kama .cke_dialog .ImagePreviewBox { border : 2px ridge black; overflow : scroll; @@ -695,7 +724,7 @@ body .cke_dialog background-color : white; } -.cke_skin_kama .cke_dialog #ImagePreviewBox table td { +.cke_skin_kama .cke_dialog .ImagePreviewBox table td { white-space: normal; } @@ -705,7 +734,7 @@ body .cke_dialog _position: absolute; } -.cke_skin_kama .cke_dialog #ImagePreviewLoader +.cke_skin_kama .cke_dialog .ImagePreviewLoader { position: absolute; white-space : normal; @@ -720,7 +749,7 @@ body .cke_dialog background-color : #e4e4e4; } -.cke_skin_kama .cke_dialog #FlashPreviewBox +.cke_skin_kama .cke_dialog .FlashPreviewBox { white-space : normal; border : 2px ridge black; @@ -731,6 +760,27 @@ body .cke_dialog background-color : white; } +.cke_skin_kama .cke_dialog .cke_pastetext +{ + width: 346px; + height: 170px; +} + +.cke_skin_kama .cke_dialog .cke_pastetext textarea +{ + width: 340px; + height: 170px; + resize: none; +} + +.cke_skin_kama .cke_dialog iframe.cke_pasteframe +{ + width: 346px; + height: 130px; + background-color: white; + border: 1px solid black; +} + .cke_skin_kama .cke_dialog .cke_dark_background { text-align : center; @@ -747,7 +797,6 @@ body .cke_dialog .cke_skin_kama .cke_dialog .cke_hand { cursor: pointer; - cursor: hand; } .cke_skin_kama .cke_disabled @@ -780,7 +829,6 @@ body .cke_dialog { display: inline; cursor: pointer; - cursor: hand; font-weight: bold; position: relative; top: 3px; @@ -791,6 +839,11 @@ body .cke_dialog display: none; } +.cke_skin_kama .cke_dialog_body label.cke_required +{ + font-weight: bold; +} + .cke_skin_kama .cke_hc .cke_dialog_body .cke_label { display: inline;