Nation Notes module contributed by Z&H Healthcare.
[openemr.git] / library / custom_template / ckeditor / _source / skins / kama / elementspath.css
blob4fdf4a7e9c4285ec2636ba0766ac97bf076e2a22
1 /*
2 Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved.
3 For licensing, see LICENSE.html or http://ckeditor.com/license
4 */
6 @media print
8 .cke_path
10 display: none;
14 .cke_skin_kama .cke_path
16 display: inline-block;
17 float: left;
18 margin-top: 5px;
21 .cke_skin_kama .cke_rtl .cke_path
23 float: right;
26 .cke_shared .cke_skin_kama .cke_path
28 _width: 100%;
29 margin: 0 0 5px;
32 .cke_skin_kama .cke_path a,
33 .cke_skin_kama .cke_path .cke_empty
35 display: inline-block;
36 float: left;
37 padding: 1px 4px 0;
38 color: #60676a;
39 cursor: default;
42 .cke_skin_kama .cke_path .cke_empty
44 visibility: hidden;
47 .cke_skin_kama .cke_rtl .cke_path a,
48 .cke_skin_kama .cke_rtl .cke_path cke_empty
50 float: right;
53 .cke_skin_kama .cke_path a:hover,
54 .cke_skin_kama .cke_path a:focus,
55 .cke_skin_kama .cke_path a:active /* IE */
57 background-color: #dff1ff;
58 padding: 1px 4px 0;
59 outline: none;
60 color : #000;
63 /* IE double float-right workaround */
64 .cke_skin_kama .cke_browser_ie .cke_rtl .cke_path a,
65 .cke_skin_kama .cke_browser_ie .cke_rtl .cke_path .cke_empty
67 float: none;
70 .cke_skin_kama .cke_path .cke_label
72 display: none;