X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_source%2Fskins%2Foffice2003%2Fmainui.css;h=2676fb28f7c2b224bbd33f765da596f3fc82b424;hb=e7789c1ad838194d45eeee6ac2eb6e55f5cf35a1;hp=3b8d6e413553daea19e54eb2b4492cabb7ea8b35;hpb=941b0a9ba4e673e292510d80a5a86806994b8ea6;p=ckeditor.git diff --git a/_source/skins/office2003/mainui.css b/_source/skins/office2003/mainui.css index 3b8d6e4..2676fb2 100644 --- a/_source/skins/office2003/mainui.css +++ b/_source/skins/office2003/mainui.css @@ -72,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; @@ -105,3 +111,23 @@ For licensing, see LICENSE.html or http://ckeditor.com/license { 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; +}