X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_source%2Fskins%2Fkama%2Fdialog.css;h=0fb40fdeaf5128f81687fca740bfc4a59adf966d;hb=f0610347140239143439a511ee2bd48cb784f470;hp=2a0a47af727631df8e69d39ba49e83f4e4dbd6e2;hpb=e7789c1ad838194d45eeee6ac2eb6e55f5cf35a1;p=ckeditor.git diff --git a/_source/skins/kama/dialog.css b/_source/skins/kama/dialog.css index 2a0a47a..0fb40fd 100644 --- a/_source/skins/kama/dialog.css +++ b/_source/skins/kama/dialog.css @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ @@ -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; @@ -108,6 +102,16 @@ body .cke_dialog text-align: left; } +.cke_skin_kama .cke_dialog_footer .cke_resizer +{ + margin-top: 20px; +} +.cke_skin_kama .cke_browser_iequirks .cke_dialog_footer .cke_resizer, +.cke_skin_kama .cke_browser_ie6 .cke_dialog_footer .cke_resizer +{ + margin-top: 27px; +} + /* tabs */ .cke_skin_kama .cke_dialog_tabs @@ -243,6 +247,38 @@ body .cke_dialog background-color: white; border: 1px solid #a0a0a0; padding: 1px 0px; + /* IE6/Quirks - make sure the content does not overflow (#7321) */ + _width: 99.9%; +} + +/* 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, @@ -285,6 +321,12 @@ body .cke_dialog cursor : default; } +/* RTL + IE6: Input overflows dialog element. (#7321) */ +.cke_skin_kama .cke_rtl .cke_dialog_ui_labeled_content +{ + _width: 95%; +} + .cke_skin_kama .cke_dialog_ui_hbox { width: 100%; @@ -370,6 +412,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 +527,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 +542,6 @@ body .cke_dialog .cke_skin_kama .cke_dialog_footer_buttons span.cke_dialog_ui_button { margin: 7px 0; - width: 60px; text-align: center; } @@ -522,6 +570,11 @@ body .cke_dialog } /* END Firefox2 buttons */ +.cke_skin_kama .cke_browser_ie9.cke_rtl .cke_dialog_footer_buttons td +{ + padding-left: 2px; +} + .cke_skin_kama strong { font-weight: bold; @@ -612,7 +665,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; @@ -665,6 +718,10 @@ body .cke_dialog border: none 1px; font-size: 1px; } +.cke_skin_kama .cke_dialog a.cke_btn_locked .cke_icon +{ + display:none; +} .cke_skin_kama .cke_rtl .cke_dialog a.cke_btn_locked, .cke_skin_kama .cke_rtl .cke_dialog a.cke_btn_unlocked @@ -682,20 +739,19 @@ 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; - height : 160px; - width : 230px; + height : 200px; + width : 300px; padding : 2px; background-color : white; } -.cke_skin_kama .cke_dialog #ImagePreviewBox table td { +.cke_skin_kama .cke_dialog .ImagePreviewBox table td { white-space: normal; } @@ -705,7 +761,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 +776,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 +787,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 +824,6 @@ body .cke_dialog .cke_skin_kama .cke_dialog .cke_hand { cursor: pointer; - cursor: hand; } .cke_skin_kama .cke_disabled @@ -780,7 +856,6 @@ body .cke_dialog { display: inline; cursor: pointer; - cursor: hand; font-weight: bold; position: relative; top: 3px; @@ -791,9 +866,15 @@ 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; + cursor: inherit; } .cke_skin_kama .cke_hc a.cke_btn_locked, @@ -804,6 +885,7 @@ body .cke_dialog float: left; width: auto; height: auto; + padding: 0 2px; } .cke_skin_kama .cke_rtl.cke_hc a.cke_btn_locked, @@ -812,6 +894,10 @@ body .cke_dialog { float: right; } +.cke_skin_kama .cke_hc a.cke_btn_locked .cke_icon +{ + display:inline; +} .cke_skin_kama a.cke_smile img { @@ -833,3 +919,25 @@ body .cke_dialog filter: alpha(opacity=100); border: 1px solid white; } + +.cke_skin_kama .cke_hc .ImagePreviewBox +{ + width: 260px; +} + +/** + * Styles specific to "cellProperties" dialog. + */ + +.cke_skin_kama .cke_dialog_contents a.colorChooser +{ + display:block; + margin-top:6px; + margin-left: 10px; + width: 80px; +} + +.cke_skin_kama .cke_rtl .cke_dialog_contents a.colorChooser +{ + margin-right: 10px; +}