X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_source%2Fskins%2Fkama%2Ftoolbar.css;h=beaba55511beed0040f351be930022c92a4d7ad5;hb=059b4c2fef02528bf1af189f7996e80652faddfb;hp=50b684fb718ad773830468e74d82ed5b6c24ccf1;hpb=7cd80714081a8ffdf4a1a8d2c72f120ed5ef3d6d;p=ckeditor.git diff --git a/_source/skins/kama/toolbar.css b/_source/skins/kama/toolbar.css index 50b684f..beaba55 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-2010, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ @@ -22,12 +22,6 @@ 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; } .cke_skin_kama a.cke_toolbox_collapser, @@ -42,7 +36,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 +46,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 { @@ -395,3 +402,20 @@ For licensing, see LICENSE.html or http://ckeditor.com/license { cursor: default; } + +.cke_skin_kama .cke_browser_ie .cke_toolbox +{ + padding-bottom: 5px; + _padding-bottom: 6px; +} + +.cke_shared .cke_skin_kama .cke_browser_ie .cke_toolbox +{ + padding-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; +}