X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_source%2Fskins%2Fkama%2Frichcombo.css;h=928b1f2583e902c0030f5bb4a8da1b88649b9b3d;hb=c9fdde67e6384bd5a66adc2b3bba5c4ce9db56c7;hp=f27a76ca9976625afc109056f5300a2418d1dd4a;hpb=ea7e3453c7b0f023b050aca6d9f83ab372860d91;p=ckeditor.git diff --git a/_source/skins/kama/richcombo.css b/_source/skins/kama/richcombo.css index f27a76c..928b1f2 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-2010, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ @@ -89,9 +89,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 +112,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 @@ -132,6 +133,16 @@ For licensing, see LICENSE.html or http://ckeditor.com/license background-repeat: no-repeat; } +.cke_skin_kama .cke_rcombo .cke_openbutton span +{ + display: none; +} + +.cke_skin_kama .cke_hc .cke_rcombo .cke_openbutton span +{ + display : inline; +} + .cke_skin_kama .cke_browser_iequirks .cke_rcombo .cke_openbutton { margin-bottom: 0; @@ -258,3 +269,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; +}