X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_source%2Fskins%2Fv2%2Fdialog.css;h=d70ac58f2ac6e37e88dbead2347c335534aca332;hb=8f6c203fdaa543c3bca40baea6ae4ddcdf1a77f5;hp=1f1bf1a2675e14dc3389116bde49d4a2298a4572;hpb=614511639979907ceb0da3614122a4d8eb963ad4;p=ckeditor.git diff --git a/_source/skins/v2/dialog.css b/_source/skins/v2/dialog.css index 1f1bf1a..d70ac58 100644 --- a/_source/skins/v2/dialog.css +++ b/_source/skins/v2/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 */ @@ -202,6 +202,10 @@ body .cke_dialog text-align: left; } +.cke_skin_v2 .cke_dialog_footer .cke_resizer { + margin-top: 21px; +} + /* tabs */ .cke_skin_v2 .cke_dialog_tabs @@ -654,7 +658,7 @@ body .cke_dialog { border : 2px ridge black; overflow : scroll; - height : 160px; + height : 210px; width : 230px; padding : 2px; background-color : white; @@ -813,3 +817,26 @@ body .cke_dialog { border-color: #C7C78F; } + + +/** + * Styles specific to "cellProperties" dialog. + */ + +.cke_skin_v2 .cke_dialog_contents a.colorChooser +{ + display:block; + margin-top:12px; + margin-left: 10px; + width: 40px; +} + +.cke_skin_v2 .cke_dialog_contents a.colorChooser .cke_dialog_ui_button +{ + width:100%; +} + +.cke_skin_v2 .cke_rtl .cke_dialog_contents a.colorChooser +{ + margin-right: 10px; +}