Nation Notes module contributed by Z&H Healthcare.
[openemr.git] / library / custom_template / ckeditor / _source / skins / v2 / elementspath.css
blob87dedffd902e728f36d562686e3214088acd55a0
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_v2 .cke_path
16 padding: 3px 3px 0 3px;
17 display: inline-block;
18 float: left;
21 .cke_skin_v2 .cke_rtl .cke_path
23 float: right;
26 .cke_skin_v2 .cke_path a,
27 .cke_skin_v2 .cke_path .cke_empty
29 display: inline-block;
30 float: left;
31 border: solid 1px #efefde;
32 background-color: #efefde;
33 padding-top: 1px;
34 padding-bottom: 1px;
35 padding-left: 4px;
36 padding-right: 4px;
37 margin-bottom : 3px;
38 cursor: default;
41 .cke_skin_v2 .cke_path .cke_empty
43 visibility: hidden;
46 .cke_skin_v2 .cke_rtl .cke_path a,
47 .cke_skin_v2 .cke_rtl .cke_path cke_empty
49 float: right;
52 .cke_skin_v2 .cke_path a:hover,
53 .cke_skin_v2 .cke_path a:focus,
54 .cke_skin_v2 .cke_path a:active /* IE */
56 border: solid 1px #316ac5;
57 background-color: #dff1ff;
58 padding-top: 1px;
59 padding-bottom: 1px;
60 padding-left: 4px;
61 padding-right: 4px;
62 outline: none;
65 .cke_skin_v2 .cke_browser_ie .cke_rtl .cke_path a,
66 .cke_skin_v2 .cke_browser_ie .cke_rtl .cke_path .cke_empty
68 float: none;
71 .cke_skin_v2 .cke_path .cke_label
73 display: none;