X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=_source%2Fskins%2Fv2%2Fmainui.css;h=7f1adf8dd62992a541f0449de47ef0b8e923e8cd;hb=059b4c2fef02528bf1af189f7996e80652faddfb;hp=0e584aefff930af09d25e6ec96eedce6a0677671;hpb=c6e377a02b54abc07129d72b632763c727476a15;p=ckeditor.git diff --git a/_source/skins/v2/mainui.css b/_source/skins/v2/mainui.css index 0e584ae..7f1adf8 100644 --- a/_source/skins/v2/mainui.css +++ b/_source/skins/v2/mainui.css @@ -120,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; +}