X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_source%2Fskins%2Fv2%2Frichcombo.css;h=3765c486d9a25d91309eab0041a7627337e2c6c8;hb=e7789c1ad838194d45eeee6ac2eb6e55f5cf35a1;hp=111a92c52ab352955dceafc3397e85e961b21f68;hpb=ea7e3453c7b0f023b050aca6d9f83ab372860d91;p=ckeditor.git diff --git a/_source/skins/v2/richcombo.css b/_source/skins/v2/richcombo.css index 111a92c..3765c48 100644 --- a/_source/skins/v2/richcombo.css +++ b/_source/skins/v2/richcombo.css @@ -62,8 +62,7 @@ float: left; line-height: 24px; - height: 24px; - + height: 22px; vertical-align: top; padding-left: 4px; padding-right: 5px; @@ -94,7 +93,7 @@ { border: 1px solid #8f8f73; background-color: #fff; - height: 14px; + height: 12px; width:60px; padding-top: 4px; padding-bottom: 4px; @@ -144,7 +143,17 @@ border-top: 1px solid #8f8f73; border-bottom: 1px solid #8f8f73; width: 14px; - height: 22px; + height: 20px; +} + +.cke_skin_v2 .cke_rcombo .cke_openbutton span +{ + display: none; +} + +.cke_skin_v2 .cke_hc .cke_rcombo .cke_openbutton span +{ + display : inline; } .cke_skin_v2 .cke_ltr .cke_rcombo .cke_openbutton @@ -273,3 +282,8 @@ { float: none; } + +.cke_skin_v2 .cke_browser_iequirks .cke_rcombo .cke_openbutton +{ + height: 22px; +}