X-Git-Url: https://jasonwoof.com/gitweb/?p=ckeditor.git;a=blobdiff_plain;f=_source%2Fskins%2Fkama%2Felementspath.css;h=ae63b265c7ff7f40b977aa337f96e5d58ddd7468;hp=e3300d4282d54f8123ed34feb4702fa21f6c786e;hb=941b0a9ba4e673e292510d80a5a86806994b8ea6;hpb=7cd80714081a8ffdf4a1a8d2c72f120ed5ef3d6d diff --git a/_source/skins/kama/elementspath.css b/_source/skins/kama/elementspath.css index e3300d4..ae63b26 100644 --- a/_source/skins/kama/elementspath.css +++ b/_source/skins/kama/elementspath.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 */ @@ -13,9 +13,9 @@ For licensing, see LICENSE.html or http://ckeditor.com/license .cke_skin_kama .cke_path { - padding: 0 5px; display: inline-block; float: left; + margin-top: 5px; } .cke_skin_kama .cke_rtl .cke_path @@ -23,16 +23,18 @@ For licensing, see LICENSE.html or http://ckeditor.com/license float: right; } +.cke_shared .cke_skin_kama .cke_path +{ + _width: 100%; + margin: 0 0 5px; +} + .cke_skin_kama .cke_path a, .cke_skin_kama .cke_path .cke_empty { display: inline-block; float: left; - padding-top: 1px; - padding-bottom: 1px; - padding-left: 4px; - padding-right: 4px; - margin-bottom : 3px; + padding: 1px 4px 0; color: #60676a; } @@ -52,10 +54,7 @@ For licensing, see LICENSE.html or http://ckeditor.com/license .cke_skin_kama .cke_path a:active /* IE */ { background-color: #dff1ff; - padding-top: 1px; - padding-bottom: 1px; - padding-left: 4px; - padding-right: 4px; + padding: 1px 4px 0; outline: none; color : #000; }