X-Git-Url: https://jasonwoof.com/gitweb/?p=ckeditor.git;a=blobdiff_plain;f=_source%2Fskins%2Foffice2003%2Fdialog.css;h=68849e0bb5cbc08d0bc4b6e23a446892dc3dda02;hp=c30f55c2fbf8bb0c0a6f3cef20ffc1304f1915ad;hb=614511639979907ceb0da3614122a4d8eb963ad4;hpb=039a051ccf3901311661022a30afd60fc38130c9 diff --git a/_source/skins/office2003/dialog.css b/_source/skins/office2003/dialog.css index c30f55c..68849e0 100644 --- a/_source/skins/office2003/dialog.css +++ b/_source/skins/office2003/dialog.css @@ -181,6 +181,11 @@ body .cke_dialog position: relative; } +.cke_skin_office2003 .cke_browser_ie.cke_rtl .cke_dialog_title +{ + position: static; +} + .cke_skin_office2003 .cke_dialog_contents { background-color: #f7f8fd; @@ -429,6 +434,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); @@ -485,10 +496,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;