X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_source%2Fskins%2Fkama%2Ftoolbar.css;h=3d351d80192e586667651ad201bd2242ebd2e206;hb=48b1db88210b4160dce439c6e3e32e14af8c106b;hp=3ce80a9c90e97834141fc83eb0d29c6ba6895b4f;hpb=8761695d9b70afe75905deaac88f78c1f8aeb32d;p=ckeditor.git diff --git a/_source/skins/kama/toolbar.css b/_source/skins/kama/toolbar.css index 3ce80a9..3d351d8 100644 --- a/_source/skins/kama/toolbar.css +++ b/_source/skins/kama/toolbar.css @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2009, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ @@ -22,12 +22,8 @@ For licensing, see LICENSE.html or http://ckeditor.com/license .cke_skin_kama .cke_toolbox { clear: both; - padding: 5px 3px 5px 6px; -} - -.cke_skin_kama .cke_rtl .cke_toolbox -{ - padding: 5px 6px 5px 3px; + /* Define the padding-bottom otherwise the collapser button will not be clickable #4932*/ + padding-bottom: 1px; } .cke_skin_kama a.cke_toolbox_collapser, @@ -42,7 +38,7 @@ For licensing, see LICENSE.html or http://ckeditor.com/license height: 11px; float: right; border: 1px outset #D3D3D3; - margin: 11px 4px 2px; + margin: 11px 0 2px; cursor: pointer; } @@ -52,6 +48,19 @@ For licensing, see LICENSE.html or http://ckeditor.com/license float: left; } +.cke_skin_kama a.cke_toolbox_collapser span +{ + display: none; +} + +.cke_skin_kama .cke_hc a.cke_toolbox_collapser span +{ + font-size: 10px; + font-weight: bold; + font-family: Arial; + display: inline; +} + .cke_skin_kama a.cke_toolbox_collapser_min, .cke_skin_kama a:hover.cke_toolbox_collapser_min { @@ -119,6 +128,12 @@ 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, @@ -164,15 +179,32 @@ For licensing, see LICENSE.html or http://ckeditor.com/license border-width: 3px; } -.cke_skin_kama .cke_button a.cke_disabled, -.cke_skin_kama .cke_browser_ie a:hover.cke_button .cke_disabled +.cke_skin_kama .cke_button a.cke_disabled * { filter: alpha(opacity=30); /* IE */ opacity: 0.3; /* Safari, Opera and Mozilla */ } -.cke_skin_kama .cke_hc .cke_button a.cke_disabled, -.cke_skin_kama .cke_browser_ie.cke_hc a:hover.cke_button .cke_disabled +/* IE with zoom != 100% will distort the icons otherwise #4821 */ +.cke_skin_kama .cke_browser_ie .cke_button a.cke_disabled *, +.cke_skin_kama .cke_browser_ie a:hover.cke_button .cke_disabled * +{ + filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale'), alpha(opacity=30); +} +.cke_skin_kama .cke_browser_ie .cke_rtl .cke_button a.cke_disabled *, +.cke_skin_kama .cke_browser_ie .cke_rtl a:hover.cke_button .cke_disabled * +{ + 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_ie .cke_button.cke_noalphafix a.cke_disabled * +{ + filter: alpha(opacity=30); +} + +.cke_skin_kama .cke_hc .cke_button a.cke_disabled *, +.cke_skin_kama .cke_browser_ie.cke_hc a:hover.cke_button .cke_disabled * { filter: alpha(opacity=60); opacity: 0.6; @@ -190,6 +222,13 @@ For licensing, see LICENSE.html or http://ckeditor.com/license padding: 2px 4px; } +.cke_skin_kama .cke_button a:hover, +.cke_skin_kama .cke_button a:focus, +.cke_skin_kama .cke_button a:active /* IE */ +{ + background-color: #dff1ff; +} + .cke_skin_kama .cke_button a:hover.cke_on, .cke_skin_kama .cke_button a:focus.cke_on, .cke_skin_kama .cke_button a:active.cke_on /* IE */ @@ -197,19 +236,9 @@ For licensing, see LICENSE.html or http://ckeditor.com/license background-color: #86caff; } -.cke_skin_kama .cke_button a:hover.cke_off, -.cke_skin_kama .cke_button a:focus.cke_off, -.cke_skin_kama .cke_button a:active.cke_off /* IE */ -{ - background-color: #dff1ff; -} - -.cke_skin_kama .cke_hc .cke_button a:hover.cke_on, -.cke_skin_kama .cke_hc .cke_button a:focus.cke_on, -.cke_skin_kama .cke_hc .cke_button a:active.cke_on, /* IE */ -.cke_skin_kama .cke_hc .cke_button a:hover.cke_off, -.cke_skin_kama .cke_hc .cke_button a:focus.cke_off, -.cke_skin_kama .cke_hc .cke_button a:active.cke_off /* IE */ +.cke_skin_kama .cke_hc .cke_button a:hover, +.cke_skin_kama .cke_hc .cke_button a:focus, +.cke_skin_kama .cke_hc .cke_button a:active /* IE */ { padding: 0 2px !important; border-width: 3px; @@ -225,6 +254,28 @@ For licensing, see LICENSE.html or http://ckeditor.com/license height: 16px; display: inline-block; float: left; + cursor: default; +} + +.cke_skin_kama .cke_rtl .cke_button .cke_icon +{ + background-image: url(icons_rtl.png); +} +/* IE with zoom != 100% will distort the icons otherwise #4821 */ +.cke_skin_kama .cke_browser_ie .cke_button .cke_icon +{ + filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale'); +} +.cke_skin_kama .cke_browser_ie .cke_rtl .cke_button .cke_icon +{ + 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_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 @@ -279,17 +330,23 @@ For licensing, see LICENSE.html or http://ckeditor.com/license _background-image: url(images/sprites_ie6.png); background-repeat: no-repeat; float: left; + cursor: default; } -.cke_skin_kama .cke_rtl .cke_button .cke_buttonarrow +/* IE with zoom != 100% will distort the icons otherwise #4821 */ +.cke_skin_kama .cke_browser_ie .cke_button .cke_buttonarrow { - background-position: 0 -1469px; /* (0, -5) */ - float: right; + filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale'); +} +.cke_skin_kama .cke_browser_ie6 .cke_button .cke_buttonarrow +{ + filter: ; } -.cke_skin_kama .cke_hc .cke_button .cke_buttonarrow +.cke_skin_kama .cke_rtl .cke_button .cke_buttonarrow { - display: none; + background-position: 0 -1469px; /* (0, -5) */ + float: right; } /*** Firefox 2 ***/ @@ -376,15 +433,20 @@ For licensing, see LICENSE.html or http://ckeditor.com/license line-height: 17px; } -/* IE8 strict button valign correction */ -.cke_skin_kama .cke_browser_ie8 .cke_button .cke_label +/* Fix cursor shape consistency on toolbar combos (#4031) */ +.cke_skin_kama .cke_browser_ie .cke_rcombo, +.cke_skin_kama .cke_browser_ie .cke_rcombo * { - vertical-align: top; + cursor: default; } -.cke_skin_kama .cke_browser_iequirks.cke_browser_ie8 .cke_button .cke_label +.cke_skin_kama .cke_browser_ie .cke_toolbox { - /* revert previous */ - vertical-align: middle; + padding-bottom: 5px; + _padding-bottom: 6px; +} + +.cke_shared .cke_skin_kama .cke_browser_ie .cke_toolbox +{ + padding-bottom: 0; } -/* END IE8 strict button valign correction */