source: trunk/admin/inc/ckeditor/_source/skins/kama/elementspath.css@ 239

Last change on this file since 239 was 239, checked in by luc, 9 years ago

Admin: correzione visulaizzazione immissione dati spoglio per Chrome e Safari - Aggiornamento dell'editor da FCKeditor a CKeditor , accessibili anche a Chrome e Safari.

  • Property svn:executable set to *
File size: 1.2 KB
Line 
1/*
2Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.html or http://ckeditor.com/license
4*/
5
6@media print
7{
8 .cke_path
9 {
10 display: none;
11 }
12}
13
14.cke_skin_kama .cke_path
15{
16 display: inline-block;
17 float: left;
18 margin-top: 5px;
19}
20
21.cke_skin_kama .cke_rtl .cke_path
22{
23 float: right;
24}
25
26.cke_shared .cke_skin_kama .cke_path
27{
28 _width: 100%;
29 margin: 0 0 5px;
30}
31
32.cke_skin_kama .cke_path a,
33.cke_skin_kama .cke_path .cke_empty
34{
35 display: inline-block;
36 float: left;
37 padding: 1px 4px 0;
38 color: #60676a;
39 cursor: default;
40}
41
42.cke_skin_kama .cke_path .cke_empty
43{
44 visibility: hidden;
45}
46
47.cke_skin_kama .cke_rtl .cke_path a,
48.cke_skin_kama .cke_rtl .cke_path cke_empty
49{
50 float: right;
51}
52
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 */
56{
57 background-color: #dff1ff;
58 padding: 1px 4px 0;
59 outline: none;
60 color : #000;
61}
62
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
66{
67 float: none;
68}
69
70.cke_skin_kama .cke_path .cke_label
71{
72 display: none;
73}
Note: See TracBrowser for help on using the repository browser.