X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_source%2Fskins%2Fv2%2Fmainui.css;h=7f1adf8dd62992a541f0449de47ef0b8e923e8cd;hb=059b4c2fef02528bf1af189f7996e80652faddfb;hp=219d91fed579e7701a1e2c5e530826c11548af4a;hpb=ea7e3453c7b0f023b050aca6d9f83ab372860d91;p=ckeditor.git diff --git a/_source/skins/v2/mainui.css b/_source/skins/v2/mainui.css index 219d91f..7f1adf8 100644 --- a/_source/skins/v2/mainui.css +++ b/_source/skins/v2/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 */ @@ -17,6 +17,12 @@ For licensing, see LICENSE.html or http://ckeditor.com/license display: block; } +.cke_skin_v2 span.cke_browser_webkit, +.cke_skin_v2 span.cke_browser_gecko18 +{ + display: block; +} + .cke_skin_v2 .cke_wrapper { display: block; @@ -27,7 +33,9 @@ For licensing, see LICENSE.html or http://ckeditor.com/license display: table; } -.cke_skin_v2 .cke_top, .cke_skin_v2 .cke_bottom +.cke_skin_v2 .cke_top, +.cke_skin_v2 .cke_bottom, + .cke_shared .cke_skin_v2 { background-color: #efefde; } @@ -56,6 +64,8 @@ For licensing, see LICENSE.html or http://ckeditor.com/license .cke_skin_v2 .cke_contents { border: solid 1px #696969; + /* Prevent background content from penetrate through when switching between editing modes. (#4918) */ + background-color: white; } .cke_skin_v2 .cke_focus @@ -110,3 +120,23 @@ For licensing, see LICENSE.html or http://ckeditor.com/license { position: absolute; } + +/* All voice labels are not displayed. */ +.cke_skin_v2 .cke_voice_label +{ + display: none; +} + +.cke_skin_v2 legend.cke_voice_label +{ + display: none; +} + +.cke_skin_v2 .cke_browser_ie legend.cke_voice_label +{ + position: absolute; + display: block; + width: 0; + height: 0; + overflow: hidden; +}