X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_source%2Fskins%2Foffice2003%2Fmainui.css;h=d0e077d2723ffbe8e8f8b02b2ca29860f1c6497d;hb=refs%2Ftags%2Fv3.2.2;hp=b718c1f56c141fc7d27e5d48273ba8454001c81d;hpb=ea7e3453c7b0f023b050aca6d9f83ab372860d91;p=ckeditor.git diff --git a/_source/skins/office2003/mainui.css b/_source/skins/office2003/mainui.css index b718c1f..d0e077d 100644 --- a/_source/skins/office2003/mainui.css +++ b/_source/skins/office2003/mainui.css @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2009, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ @@ -12,13 +12,21 @@ For licensing, see LICENSE.html or http://ckeditor.com/license width: 100%; } +.cke_skin_office2003 span.cke_browser_webkit, +.cke_skin_office2003 span.cke_browser_gecko18 +{ + display: block; +} + .cke_skin_office2003, .cke_skin_office2003 .cke_wrapper { display: block; } -.cke_skin_office2003 .cke_top, .cke_skin_office2003 .cke_bottom +.cke_skin_office2003 .cke_top, +.cke_skin_office2003 .cke_bottom, + .cke_shared .cke_skin_office2003 { background-color: #f7f8fd; } @@ -47,6 +55,8 @@ For licensing, see LICENSE.html or http://ckeditor.com/license .cke_skin_office2003 .cke_contents { border: solid 1px #696969; + /* Prevent background content from penetrate through when switching between editing modes. (#4918) */ + background-color: white; } .cke_skin_office2003 .cke_focus @@ -62,6 +72,12 @@ For licensing, see LICENSE.html or http://ckeditor.com/license background-color: #fff; } +.cke_skin_office2003 .cke_browser_iequirks textarea.cke_source +{ + /* For IE6+Quirks only */ + _white-space: normal; +} + .cke_skin_office2003 .cke_resizer { width: 12px; @@ -77,11 +93,6 @@ For licensing, see LICENSE.html or http://ckeditor.com/license cursor: se-resize; } -.cke_skin_office2003 .cke_maximized .cke_resizer -{ - display: none; -} - .cke_skin_office2003 .cke_rtl .cke_resizer { cursor: sw-resize; @@ -90,8 +101,45 @@ For licensing, see LICENSE.html or http://ckeditor.com/license float: left; } +.cke_skin_office2003 .cke_resizer_horizontal, +.cke_skin_office2003 .cke_rtl .cke_resizer_horizontal +{ + cursor: e-resize; +} + +.cke_skin_office2003 .cke_resizer_vertical, +.cke_skin_office2003 .cke_rtl .cke_resizer_vertical +{ + cursor: n-resize; +} + +.cke_skin_office2003 .cke_maximized .cke_resizer +{ + display: none; +} + .cke_skin_office2003 .cke_browser_ie6 .cke_contents textarea, .cke_skin_office2003 .cke_browser_ie7 .cke_contents textarea { position: absolute; } + +/* All voice labels are not displayed. */ +.cke_skin_office2003 .cke_voice_label +{ + display: none; +} + +.cke_skin_office2003 legend.cke_voice_label +{ + display: none; +} + +.cke_skin_office2003 .cke_browser_ie legend.cke_voice_label +{ + position: absolute; + display: block; + width: 0; + height: 0; + overflow: hidden; +}