X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_source%2Fskins%2Fv2%2Frichcombo.css;h=8b4fd458ec4faae0ef58ecd12b233b7e16bd1fd5;hb=3fe9cac293e090ea459a3ee10d78cbe9e1dd0e03;hp=4f439bb1ee46754db1d23b278ebaaeb636cb1815;hpb=941b0a9ba4e673e292510d80a5a86806994b8ea6;p=ckeditor.git diff --git a/_source/skins/v2/richcombo.css b/_source/skins/v2/richcombo.css index 4f439bb..8b4fd45 100644 --- a/_source/skins/v2/richcombo.css +++ b/_source/skins/v2/richcombo.css @@ -7,25 +7,13 @@ margin-right: 2px; margin-top: 2px; vertical-align: top; - float: left; } .cke_skin_v2 .cke_browser_ie .cke_rcombo { - #float: none; #display: inline; } -.cke_skin_v2 .cke_rtl .cke_rcombo -{ - float: right; -} - -.cke_skin_v2 .cke_browser_ie .cke_rcombo -{ - #float: none; -} - .cke_skin_v2 .cke_rcombopanel { border: 1px solid #316ac5; @@ -58,17 +46,16 @@ .cke_skin_v2 .cke_rcombo .cke_label { - display: inline-block; float: left; - - line-height: 24px; + line-height: 20px; + line-height: 22px\9; height: 22px; - vertical-align: top; padding-left: 4px; padding-right: 5px; filter: alpha(opacity=70); /* IE */ opacity: 0.70; /* Safari, Opera and Mozilla */ background-color: #f1f1e3; /* Because of IE6+ClearType */ + cursor: default; } .cke_skin_v2 .cke_rtl .cke_rcombo .cke_label @@ -103,6 +90,7 @@ overflow: hidden; display: inline-block; vertical-align: top; + cursor: default; } .cke_skin_v2 .cke_ltr .cke_rcombo .cke_text @@ -134,18 +122,37 @@ .cke_skin_v2 .cke_rcombo .cke_openbutton { display: inline-block; + border-top: 1px solid #8f8f73; + border-bottom: 1px solid #8f8f73; +} +.cke_skin_v2 .cke_rcombo .cke_openbutton .cke_icon +{ + display: inline-block; background-position: 5px -715px; background-image: url(images/sprites.png); _background-image: url(images/sprites_ie6.png); background-repeat: no-repeat; - border-top: 1px solid #8f8f73; - border-bottom: 1px solid #8f8f73; width: 14px; height: 20px; } +/* IE with zoom != 100% will distort the icons otherwise #4821 */ +.cke_skin_v2 .cke_browser_ie .cke_rcombo .cke_openbutton .cke_icon +{ + filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale'); +} +.cke_skin_v2 .cke_browser_ie6 .cke_rcombo .cke_openbutton .cke_icon +{ + filter: ; +} +.cke_skin_v2 .cke_hc .cke_rcombo .cke_openbutton .cke_icon +{ + background: none; + filter: ; +} + .cke_skin_v2 .cke_ltr .cke_rcombo .cke_openbutton { border-right: 1px solid #8f8f73; @@ -227,6 +234,16 @@ opacity: 0.5; /* Safari, Opera and Mozilla */ } +/* IE with zoom != 100% will distort the icons otherwise #4821 */ +.cke_skin_v2 .cke_browser_ie .cke_rcombo .cke_disabled .cke_openbutton +{ + filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale'), alpha(opacity=50); +} +.cke_skin_v2 .cke_browser_ie6 .cke_rcombo .cke_disabled .cke_openbutton +{ + filter: alpha(opacity=50); +} + .cke_skin_v2 .cke_hc .cke_rcombo .cke_disabled .cke_text, .cke_skin_v2 .cke_hc .cke_rcombo .cke_disabled .cke_openbutton { @@ -272,3 +289,14 @@ { float: none; } + +.cke_skin_v2 .cke_browser_iequirks .cke_rcombo .cke_openbutton +{ + height: 22px; +} + +.cke_skin_v2 .cke_rtl .cke_rcombo .cke_font .cke_text, +.cke_skin_v2 .cke_rtl .cke_rcombo .cke_fontSize .cke_text +{ + direction: ltr; +}