X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_source%2Fskins%2Fkama%2Frichcombo.css;h=38b824c300c8a78b8fbe21c3b6837ef2ca1d3f32;hb=a272c66d841421f8bf933c16535bdcde1c4649fc;hp=f27a76ca9976625afc109056f5300a2418d1dd4a;hpb=ea7e3453c7b0f023b050aca6d9f83ab372860d91;p=ckeditor.git diff --git a/_source/skins/kama/richcombo.css b/_source/skins/kama/richcombo.css index f27a76c..38b824c 100644 --- a/_source/skins/kama/richcombo.css +++ b/_source/skins/kama/richcombo.css @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2009, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ @@ -48,6 +48,7 @@ For licensing, see LICENSE.html or http://ckeditor.com/license padding: 2px; height: 21px; margin-right: 6px; + margin-bottom: 5px; } .cke_skin_kama .cke_rtl .cke_rcombo a, @@ -89,9 +90,9 @@ For licensing, see LICENSE.html or http://ckeditor.com/license color: #666666; } -.cke_skin_kama .cke_browser_ie .cke_rcombo .cke_text +.cke_skin_kama .cke_hc .cke_rcombo .cke_openbutton { -/* float: left; */ + vertical-align: top; } .cke_skin_kama .cke_hc .cke_rcombo .cke_label @@ -112,6 +113,7 @@ For licensing, see LICENSE.html or http://ckeditor.com/license overflow: hidden; display: inline-block; margin: 0 2px 0 4px; + cursor: default; } .cke_skin_kama .cke_rtl .cke_rcombo .cke_text @@ -121,15 +123,24 @@ For licensing, see LICENSE.html or http://ckeditor.com/license .cke_skin_kama .cke_rcombo .cke_openbutton { + display: inline-block; +} + +.cke_skin_kama .cke_rcombo .cke_openbutton .cke_icon +{ + display: inline-block; background-image: url(images/sprites.png); _background-image: url(images/sprites_ie6.png); background-position: 0 -68px; background-repeat: no-repeat; - display: inline-block; width: 17px; height: 19px; margin: 1px 2px; - background-repeat: no-repeat; +} + +.cke_skin_kama .cke_hc .cke_rcombo .cke_openbutton .cke_icon +{ + background: none; } .cke_skin_kama .cke_browser_iequirks .cke_rcombo .cke_openbutton @@ -189,6 +200,16 @@ For licensing, see LICENSE.html or http://ckeditor.com/license opacity: 0.5; /* Safari, Opera and Mozilla */ } +/* IE with zoom != 100% will distort the icons otherwise #4821 */ +.cke_skin_kama .cke_browser_ie .cke_rcombo .cke_disabled .cke_openbutton +{ + filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale'), alpha(opacity=50); +} +.cke_skin_kama .cke_browser_ie6 .cke_rcombo .cke_disabled .cke_openbutton +{ + filter: alpha(opacity=50); +} + .cke_skin_kama .cke_hc .cke_rcombo .cke_disabled .cke_text, .cke_skin_kama .cke_hc .cke_rcombo .cke_disabled .cke_openbutton { @@ -258,3 +279,9 @@ For licensing, see LICENSE.html or http://ckeditor.com/license height: auto; line-height: 17px; } + +.cke_skin_kama .cke_rtl .cke_rcombo .cke_font .cke_text, +.cke_skin_kama .cke_rtl .cke_rcombo .cke_fontSize .cke_text +{ + direction: ltr; +}