X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_source%2Fskins%2Fkama%2Ftoolbar.css;h=11ba824e2d7c433064262636fc2f6fda99cc232e;hb=8665a7c6c60586526e32e8941fe2896739b6ebfb;hp=a0f9d163801ab57001b4302308dede8d0ad9df87;hpb=941b0a9ba4e673e292510d80a5a86806994b8ea6;p=ckeditor.git diff --git a/_source/skins/kama/toolbar.css b/_source/skins/kama/toolbar.css index a0f9d16..11ba824 100644 --- a/_source/skins/kama/toolbar.css +++ b/_source/skins/kama/toolbar.css @@ -22,6 +22,8 @@ For licensing, see LICENSE.html or http://ckeditor.com/license .cke_skin_kama .cke_toolbox { clear: both; + /* Define the padding-bottom otherwise the collapser button will not be clickable #4932*/ + padding-bottom: 1px; } .cke_skin_kama a.cke_toolbox_collapser, @@ -46,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 { @@ -113,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, @@ -158,15 +179,15 @@ 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 *, +.cke_skin_kama .cke_browser_ie a:hover.cke_button .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 +.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; @@ -184,6 +205,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 */ @@ -191,19 +219,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; @@ -281,11 +299,6 @@ For licensing, see LICENSE.html or http://ckeditor.com/license float: right; } -.cke_skin_kama .cke_hc .cke_button .cke_buttonarrow -{ - display: none; -} - /*** Firefox 2 ***/ .cke_skin_kama .cke_browser_gecko .cke_toolbar, @@ -370,19 +383,6 @@ 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 -{ - vertical-align: top; -} - -.cke_skin_kama .cke_browser_iequirks.cke_browser_ie8 .cke_button .cke_label -{ - /* revert previous */ - vertical-align: middle; -} -/* END IE8 strict button valign correction */ - /* Fix cursor shape consistency on toolbar combos (#4031) */ .cke_skin_kama .cke_browser_ie .cke_rcombo, .cke_skin_kama .cke_browser_ie .cke_rcombo * @@ -390,18 +390,13 @@ For licensing, see LICENSE.html or http://ckeditor.com/license cursor: default; } -.cke_skin_kama .cke_browser_ie7 .cke_toolbox +.cke_skin_kama .cke_browser_ie .cke_toolbox { - margin-bottom: 2px; + padding-bottom: 5px; + _padding-bottom: 6px; } -.cke_shared .cke_skin_kama .cke_browser_ie7 .cke_toolbox +.cke_shared .cke_skin_kama .cke_browser_ie .cke_toolbox { - margin-bottom: 0; -} - -.cke_skin_kama .cke_browser_gecko .cke_toolbox -{ - /* Define the padding-bottom otherwise the collapser button will not be clicable in FF */ - padding-bottom: 1px; + padding-bottom: 0; }