X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_source%2Fskins%2Foffice2003%2Fdialog.css;h=91fe47b91e84c4213cac3491fb272cbffec0fe85;hb=f0610347140239143439a511ee2bd48cb784f470;hp=c2342cdc713560c81485bd872bf5dfbfa0224cff;hpb=8665a7c6c60586526e32e8941fe2896739b6ebfb;p=ckeditor.git diff --git a/_source/skins/office2003/dialog.css b/_source/skins/office2003/dialog.css index c2342cd..91fe47b 100644 --- a/_source/skins/office2003/dialog.css +++ b/_source/skins/office2003/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 */ @@ -183,8 +183,7 @@ body .cke_dialog .cke_skin_office2003 .cke_browser_ie.cke_rtl .cke_dialog_title { - position: static !important; - unicode-bidi: bidi-override; + position: static; } .cke_skin_office2003 .cke_dialog_contents @@ -206,6 +205,10 @@ body .cke_dialog text-align: left; } +.cke_skin_office2003 .cke_dialog_footer .cke_resizer { + margin-top: 21px; +} + /* tabs */ .cke_skin_office2003 .cke_dialog_tabs @@ -331,6 +334,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_office2003 .cke_browser_ie.cke_rtl input.cke_dialog_ui_input_text, +.cke_skin_office2003 .cke_browser_opera.cke_rtl input.cke_dialog_ui_input_text, +.cke_skin_office2003 .cke_browser_ie.cke_rtl input.cke_dialog_ui_input_password, +.cke_skin_office2003 .cke_browser_opera.cke_rtl input.cke_dialog_ui_input_password +{ + padding-right: 2px +} + +/* Compensate the padding added above on container. */ +.cke_skin_office2003 .cke_browser_ie.cke_rtl div.cke_dialog_ui_input_text, +.cke_skin_office2003 .cke_browser_opera.cke_rtl div.cke_dialog_ui_input_text, +.cke_skin_office2003 .cke_browser_ie.cke_rtl div.cke_dialog_ui_input_password, +.cke_skin_office2003 .cke_browser_opera.cke_rtl div.cke_dialog_ui_input_password +{ + padding-left: 2px; +} + +.cke_skin_office2003 .cke_browser_ie.cke_rtl .cke_dialog_ui_vbox_child, +.cke_skin_office2003 .cke_browser_ie.cke_rtl .cke_dialog_ui_hbox_child, +.cke_skin_office2003 .cke_browser_ie.cke_rtl .cke_dialog_ui_hbox_first, +.cke_skin_office2003 .cke_browser_ie.cke_rtl .cke_dialog_ui_hbox_last +{ + padding-right: 2px !important; +} + +.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, @@ -367,6 +402,12 @@ body .cke_dialog padding: 1px 0px; } +/* RTL + IE6: Input overflows dialog element. (#7321) */ +.cke_skin_office2003 .cke_rtl .cke_dialog_ui_labeled_content +{ + _width: 95%; +} + .cke_skin_office2003 div.cke_disabled .cke_dialog_ui_labeled_content * { background-color : #a0a0a0; @@ -405,6 +446,12 @@ body .cke_dialog cursor: default; } +.cke_skin_office2003 a.cke_dialog_ui_button_ok span, +.cke_skin_office2003 a.cke_dialog_ui_button_cancel span +{ + width:60px; +} + .cke_skin_office2003 span.cke_dialog_ui_button { background-image: url(images/sprites.png); @@ -461,10 +508,14 @@ body .cke_dialog .cke_skin_office2003 .cke_dialog_footer_buttons span.cke_dialog_ui_button { - width: 60px; margin: 7px 0; } +.cke_skin_office2003 .cke_browser_ie7 .cke_dialog_footer_buttons +{ + position: static; +} + .cke_skin_office2003 strong { font-weight: bold; @@ -537,7 +588,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; @@ -590,6 +641,10 @@ body .cke_dialog border: none 1px; font-size: 1px; } +.cke_skin_office2003 .cke_dialog a.cke_btn_locked .cke_icon +{ + display:none; +} .cke_skin_office2003 .cke_rtl .cke_dialog a.cke_btn_locked, .cke_skin_office2003 .cke_rtl .cke_dialog a.cke_btn_unlocked @@ -607,14 +662,13 @@ body .cke_dialog { border: outset 1px; cursor: pointer; - cursor: hand; } .cke_skin_office2003 .cke_dialog .ImagePreviewBox { border : 2px ridge black; overflow : scroll; - height : 160px; + height : 210px; width : 230px; padding : 2px; background-color : white; @@ -656,6 +710,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 +747,6 @@ body .cke_dialog .cke_skin_office2003 .cke_dialog .cke_hand { cursor: pointer; - cursor: hand; } .cke_skin_office2003 .cke_disabled @@ -704,7 +778,6 @@ body .cke_dialog { display: inline; cursor: pointer; - cursor: hand; font-weight: bold; position: relative; top: 3px; @@ -715,9 +788,15 @@ 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; + cursor: inherit; } .cke_skin_office2003 .cke_hc a.cke_btn_locked, @@ -728,6 +807,11 @@ body .cke_dialog float: left; width: auto; height: auto; + padding: 0 2px; +} +.cke_skin_office2003 .cke_hc a.cke_btn_locked .cke_icon +{ + display:inline; } .cke_skin_office2003 .cke_rtl.cke_hc a.cke_btn_locked, @@ -736,3 +820,25 @@ body .cke_dialog { float: right; } + +/** + * Styles specific to "cellProperties" dialog. + */ + +.cke_skin_office2003 .cke_dialog_contents a.colorChooser +{ + display:block; + margin-top:12px; + margin-left: 10px; + width: 40px; +} + +.cke_skin_office2003 .cke_dialog_contents a.colorChooser .cke_dialog_ui_button +{ + width:100%; +} + +.cke_skin_office2003 .cke_rtl .cke_dialog_contents a.colorChooser +{ + margin-right: 10px; +}