X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_source%2Fskins%2Foffice2003%2Frichcombo.css;h=9d63314f6db47a90604b3197a3e5d43206290b16;hb=4e70ea24db840898be8cc21c950363a52a2a6aba;hp=103309e50bd63767e3541ad19b7ba04eba2a3c1f;hpb=055b6b0792ce7dc53d47af606b367c04b927c2ab;p=ckeditor.git diff --git a/_source/skins/office2003/richcombo.css b/_source/skins/office2003/richcombo.css index 103309e..9d63314 100644 --- a/_source/skins/office2003/richcombo.css +++ b/_source/skins/office2003/richcombo.css @@ -7,25 +7,13 @@ margin-right: 2px; margin-top: 2px; vertical-align: top; - float: left; } .cke_skin_office2003 .cke_browser_ie .cke_rcombo { - #float: none; #display: inline; } -.cke_skin_office2003 .cke_rtl .cke_rcombo -{ - float: right; -} - -.cke_skin_office2003 .cke_browser_ie .cke_rcombo -{ - #float: none; -} - .cke_skin_office2003 .cke_rcombopanel { border: 1px solid #316ac5; @@ -141,26 +129,39 @@ .cke_skin_office2003 .cke_rcombo .cke_openbutton { display: inline-block; + border-top: 1px solid #8f8f73; + border-bottom: 1px solid #8f8f73; +} +.cke_skin_office2003 .cke_rcombo .cke_openbutton .cke_icon +{ + display: inline-block; background-position: 5px -1002px; background-image: url(images/sprites.png); - background-image: url(images/sprites_ie6.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: 22px; } -.cke_skin_office2003 .cke_rcombo .cke_openbutton span +.cke_skin_office2003 .cke_browser_iequirks .cke_rcombo .cke_openbutton .cke_icon { - display: none; + height: 20px; } -.cke_skin_office2003 .cke_hc .cke_rcombo .cke_openbutton span +/* IE with zoom != 100% will distort the icons otherwise #4821 */ +.cke_skin_office2003 .cke_browser_ie .cke_rcombo .cke_openbutton .cke_icon +{ + filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale'); +} +.cke_skin_office2003 .cke_browser_ie6 .cke_rcombo .cke_openbutton .cke_icon { - display : inline; + filter: ; +} +.cke_skin_office2003 .cke_hc .cke_rcombo .cke_openbutton .cke_icon +{ + background: none; + filter: ; } .cke_skin_office2003 .cke_ltr .cke_rcombo .cke_openbutton @@ -244,6 +245,16 @@ opacity: 0.5; /* Safari, Opera and Mozilla */ } +/* IE with zoom != 100% will distort the icons otherwise #4821 */ +.cke_skin_office2003 .cke_browser_ie .cke_rcombo .cke_disabled .cke_openbutton +{ + filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale'), alpha(opacity=50); +} +.cke_skin_office2003 .cke_browser_ie6 .cke_rcombo .cke_disabled .cke_openbutton +{ + filter: alpha(opacity=50); +} + .cke_skin_office2003 .cke_hc .cke_rcombo .cke_disabled .cke_text, .cke_skin_office2003 .cke_hc .cke_rcombo .cke_disabled .cke_openbutton { @@ -251,6 +262,7 @@ opacity: 0.8; } + .cke_skin_office2003 .cke_rcombo .cke_disabled .cke_text { color: #fff; @@ -289,3 +301,9 @@ { float: none; } + +.cke_skin_office2003 .cke_rtl .cke_rcombo .cke_font .cke_text, +.cke_skin_office2003 .cke_rtl .cke_rcombo .cke_fontSize .cke_text +{ + direction: ltr; +}