1 | /* |
---|
2 | # -- BEGIN LICENSE BLOCK --------------------------------------- |
---|
3 | # |
---|
4 | # This file is part of Dotclear 2. |
---|
5 | # |
---|
6 | # Copyright (c) 2003-2013 Olivier Meunier & Association Dotclear |
---|
7 | # Licensed under the GPL version 2.0 license. |
---|
8 | # See LICENSE file or |
---|
9 | # http://www.gnu.org/licenses/old-licenses/gpl-2.0.html |
---|
10 | # |
---|
11 | # -- END LICENSE BLOCK ----------------------------------------- |
---|
12 | */ |
---|
13 | |
---|
14 | |
---|
15 | /* ------------------------------------------------------------- side bars */ |
---|
16 | #sidebarsWidgets { |
---|
17 | float: left; |
---|
18 | width: 47%; |
---|
19 | margin: 0 0 0 1%; |
---|
20 | padding: 0 1%; |
---|
21 | } |
---|
22 | .widgets.fieldset { |
---|
23 | margin-bottom: 2em; |
---|
24 | } |
---|
25 | .widgets.fieldset.if-drag { |
---|
26 | margin-bottom: 0; |
---|
27 | border-radius: 6px 6px 0 0; |
---|
28 | border-bottom: 1px dashed #FF0000; |
---|
29 | } |
---|
30 | #dndnav, #dndextra, #dndcustom { |
---|
31 | padding: 1em 0; |
---|
32 | margin: 1em 0 0; |
---|
33 | } |
---|
34 | #dndnav > li, |
---|
35 | #dndextra > li, |
---|
36 | #dndcustom > li, |
---|
37 | .sortable-delete > li { |
---|
38 | padding: O; |
---|
39 | border: 1px solid #999; |
---|
40 | margin-bottom: 1em; |
---|
41 | list-style: none; |
---|
42 | } |
---|
43 | #dndnav > li.ui-sortable-placeholder, |
---|
44 | #dndextra > li.ui-sortable-placeholder, |
---|
45 | #dndcustom > li.ui-sortable-placeholder, |
---|
46 | .sortable-delete > li.ui-sortable-placeholder { |
---|
47 | border: 1px dashed #999; |
---|
48 | height: 2rem; |
---|
49 | padding: 3px; |
---|
50 | } |
---|
51 | |
---|
52 | .sortable-delete { |
---|
53 | display: none; |
---|
54 | } |
---|
55 | .sortable-delete.if-drag { |
---|
56 | border: 1px solid #999999; |
---|
57 | border-top: 0; |
---|
58 | border-radius: 0 0 6px 6px; |
---|
59 | color: #000000; |
---|
60 | font-weight: bold; |
---|
61 | list-style: none outside none; |
---|
62 | margin: 0 0 2em; |
---|
63 | min-height: 25px; |
---|
64 | padding: 4px; |
---|
65 | display: block; |
---|
66 | } |
---|
67 | .sortable-delete > li { |
---|
68 | margin-bottom: 3px; |
---|
69 | } |
---|
70 | .sortable-delete > li.sortable-delete-placeholder { |
---|
71 | border: 0 none; |
---|
72 | color: #FF0000; |
---|
73 | font-size: 1rem; |
---|
74 | font-weight: normal; |
---|
75 | text-align: center; |
---|
76 | } |
---|
77 | |
---|
78 | .widget-name { |
---|
79 | background: #eef; |
---|
80 | color: #000; |
---|
81 | padding: 4px 6px; |
---|
82 | margin: 0; |
---|
83 | font-weight: bold; |
---|
84 | } |
---|
85 | .widget-name img { |
---|
86 | cursor: pointer; |
---|
87 | margin-bottom: -1px; |
---|
88 | } |
---|
89 | .widget-name a.aexpand, |
---|
90 | .widget-name a.aexpand:link, |
---|
91 | .widget-name a.aexpand:visited { |
---|
92 | border: 0 none; |
---|
93 | color: #000000; |
---|
94 | text-decoration: none; |
---|
95 | } |
---|
96 | #dndnav .form-note, |
---|
97 | #dndextra .form-note, |
---|
98 | #dndcustom .form-note { |
---|
99 | display: none; |
---|
100 | } |
---|
101 | .removeWidget { |
---|
102 | padding: 8px 6px; |
---|
103 | margin: 0; |
---|
104 | } |
---|
105 | .widgetSettings { |
---|
106 | border-top: 1px solid #ddd; |
---|
107 | padding: 8px 6px; |
---|
108 | background: #f5f5f5; |
---|
109 | } |
---|
110 | |
---|
111 | #sidebarsControl { |
---|
112 | clear: left; |
---|
113 | } |
---|
114 | |
---|
115 | /* ------------------------------------------------------------- list Widgets ref */ |
---|
116 | #listWidgets { |
---|
117 | float: left; |
---|
118 | width: 46%; |
---|
119 | background: #eee; |
---|
120 | padding: 1.5em 1% 0; |
---|
121 | margin: 0 1% 0 0; |
---|
122 | } |
---|
123 | #listWidgets h3 { |
---|
124 | color: #333; |
---|
125 | } |
---|
126 | |
---|
127 | #widgets-ref { |
---|
128 | padding: 1em 0; |
---|
129 | margin: 1em 0 0; |
---|
130 | } |
---|
131 | #widgets-ref > li { |
---|
132 | border: 1px solid #ccc; |
---|
133 | margin-bottom: .5em; |
---|
134 | background: #fff; |
---|
135 | min-height: 3em; |
---|
136 | padding: 0 0 4px 0; |
---|
137 | list-style: none; |
---|
138 | } |
---|
139 | #widgets-ref .widget-name, |
---|
140 | #widgets-ref .manual-move { |
---|
141 | background: #fff; |
---|
142 | margin-bottom: 0; |
---|
143 | padding: 4px 8px 0; |
---|
144 | } |
---|
145 | #widgets-ref .widget-name { |
---|
146 | min-height: 3em; |
---|
147 | } |
---|
148 | #widgets-ref .widget-name .form-note { |
---|
149 | display: block; |
---|
150 | font-style: normal; |
---|
151 | font-size: 1.1rem; |
---|
152 | } |
---|
153 | #widgets-ref .widgetSettings { |
---|
154 | display: none; |
---|
155 | } |
---|
156 | |
---|
157 | /* ------------------------------------------------------------- help */ |
---|
158 | #widgets-tpl dt { |
---|
159 | margin: 1em 0 0 0; |
---|
160 | } |
---|
161 | #widgets-tpl dd { |
---|
162 | margin: 0.2em 0 1em 0; |
---|
163 | } |
---|