X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_source%2Fskins%2Fkama%2Ftoolbar.css;h=fa30249c8003b4ec9cf92f7bd6b9ad2672c3538e;hb=2f22c0c38f17e75be5541089076885442aaa2377;hp=ad2dccf20f25019a6ea5ef1f503868711dc3b7ab;hpb=9afde8772159bd3436f1f5b7862960307710ae5a;p=ckeditor.git diff --git a/_source/skins/kama/toolbar.css b/_source/skins/kama/toolbar.css index ad2dccf..fa30249 100644 --- a/_source/skins/kama/toolbar.css +++ b/_source/skins/kama/toolbar.css @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ @@ -79,14 +79,15 @@ For licensing, see LICENSE.html or http://ckeditor.com/license background-position: 4px -1408px; /* +2px +3px */ } -.cke_skin_kama .cke_toolbar -{ - display: inline; -} - .cke_skin_kama .cke_separator { - display: none; + display: inline-block; + border-left: solid 1px #D3D3D3; + margin: 3px 2px 0; + height: 16px; + + /* These are for IE < 8, but it's ok for the others */ + vertical-align: top; } .cke_skin_kama .cke_break @@ -128,12 +129,6 @@ For licensing, see LICENSE.html or http://ckeditor.com/license margin-left: 6px; } -.cke_skin_kama .cke_toolgroup -{ - display: block; - height: 22px; -} - .cke_skin_kama .cke_button a, .cke_skin_kama .cke_button a:hover, .cke_skin_kama .cke_button a:focus, @@ -197,7 +192,8 @@ For licensing, see LICENSE.html or http://ckeditor.com/license filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale'), alpha(opacity=30); } .cke_skin_kama .cke_browser_ie6 .cke_button a.cke_disabled *, -.cke_skin_kama .cke_browser_ie6 a:hover.cke_button .cke_disabled * +.cke_skin_kama .cke_browser_ie6 a:hover.cke_button .cke_disabled *, +.cke_skin_kama .cke_browser_ie .cke_button.cke_noalphafix a.cke_disabled * { filter: alpha(opacity=30); } @@ -252,7 +248,6 @@ For licensing, see LICENSE.html or http://ckeditor.com/license width: 16px; height: 16px; display: inline-block; - float: left; cursor: default; } @@ -270,15 +265,13 @@ For licensing, see LICENSE.html or http://ckeditor.com/license filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale'); } .cke_skin_kama .cke_browser_ie6 .cke_button .cke_icon, -.cke_skin_kama .cke_browser_ie6 .cke_rtl .cke_button .cke_icon +.cke_skin_kama .cke_browser_ie6 .cke_rtl .cke_button .cke_icon, +.cke_skin_kama .cke_browser_ie .cke_button.cke_noalphafix .cke_icon, +.cke_skin_kama .cke_browser_ie .cke_rtl .cke_button.cke_noalphafix .cke_icon { filter: ; } -.cke_skin_kama .cke_rtl .cke_button .cke_icon -{ - float: right; -} .cke_skin_kama .cke_button .cke_label { @@ -287,14 +280,6 @@ For licensing, see LICENSE.html or http://ckeditor.com/license padding-left: 3px; line-height: 18px; vertical-align: middle; - float: left; -} - -.cke_skin_kama .cke_rtl .cke_button .cke_label -{ - padding-left: 0; - padding-right: 3px; - float: right; } .cke_skin_kama .cke_hc .cke_button .cke_label @@ -326,7 +311,6 @@ For licensing, see LICENSE.html or http://ckeditor.com/license background-image: url(images/sprites.png); _background-image: url(images/sprites_ie6.png); background-repeat: no-repeat; - float: left; cursor: default; } @@ -340,12 +324,6 @@ For licensing, see LICENSE.html or http://ckeditor.com/license filter: ; } -.cke_skin_kama .cke_rtl .cke_button .cke_buttonarrow -{ - background-position: 0 -1469px; /* (0, -5) */ - float: right; -} - /*** Firefox 2 ***/ .cke_skin_kama .cke_browser_gecko .cke_toolbar, @@ -370,6 +348,7 @@ For licensing, see LICENSE.html or http://ckeditor.com/license .cke_skin_kama .cke_browser_gecko .cke_rtl.cke_button a.cke_off, .cke_skin_kama .cke_browser_gecko .cke_rtl .cke_button .cke_icon, .cke_skin_kama .cke_browser_gecko .cke_rtl .cke_button .cke_buttonarrow, +.cke_skin_kama .cke_browser_gecko .cke_rtl .cke_separator, .cke_skin_kama .cke_browser_gecko .cke_rtl .cke_toolbar_start { float: right; @@ -387,18 +366,6 @@ For licensing, see LICENSE.html or http://ckeditor.com/license float: right; } -/*** IE ***/ - -/* The biggest problem with IE is the RTL support (and float:right). It's - totally broken, and quite delicate. IE8 fixed these issues. */ - -.cke_skin_kama .cke_browser_ie .cke_rtl .cke_button .cke_icon, -.cke_skin_kama .cke_browser_ie .cke_rtl .cke_button .cke_label, -.cke_skin_kama .cke_browser_ie .cke_rtl .cke_button .cke_buttonarrow -{ - float: none; -} - /*** WebKit ***/ /* We have originally used display:inline-block+float for cke_toolbar and it @@ -417,17 +384,9 @@ For licensing, see LICENSE.html or http://ckeditor.com/license /*** Mixed Fixes ***/ -.cke_skin_kama .cke_browser_ie8 .cke_button .cke_label, -.cke_skin_kama .cke_browser_opera .cke_button .cke_label, -.cke_skin_kama .cke_browser_webkit .cke_button .cke_label -{ - line-height: 20px; -} - -.cke_skin_kama .cke_browser_opera.cke_browser_quirks .cke_button .cke_label, -.cke_skin_kama .cke_browser_iequirks .cke_button .cke_label +.cke_skin_kama .cke_browser_ie .cke_button .cke_label { - line-height: 17px; + line-height: 16px; } /* Fix cursor shape consistency on toolbar combos (#4031) */