X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_source%2Fskins%2Fkama%2Felementspath.css;h=97e1a33e6337a151a03b6b861ad9bdb3814069a7;hb=a272c66d841421f8bf933c16535bdcde1c4649fc;hp=e3300d4282d54f8123ed34feb4702fa21f6c786e;hpb=ea7e3453c7b0f023b050aca6d9f83ab372860d91;p=ckeditor.git diff --git a/_source/skins/kama/elementspath.css b/_source/skins/kama/elementspath.css index e3300d4..97e1a33 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-2013, 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,17 +23,20 @@ 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; + cursor: default; } .cke_skin_kama .cke_path .cke_empty @@ -52,10 +55,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; } @@ -66,3 +66,8 @@ For licensing, see LICENSE.html or http://ckeditor.com/license { float: none; } + +.cke_skin_kama .cke_path .cke_label +{ + display: none; +}