Dotclear

source: plugins/widgets/style.css @ 1657:589433690f81

Revision 1657:589433690f81, 2.4 KB checked in by Lepeltier kévin, 12 years ago (diff)

Ticket #1604 : Correction graphique

Line 
1#listWidgets {
2     float: left;
3     width: 46%;
4     background: #eee;
5     padding: 1.5em 1% 0; 
6     margin: 0 1% 0 0;
7}
8#widgets > li {
9     border: 1px solid #ccc;
10     margin-bottom: .5em;
11     background: #fff;
12     min-height: 3em;
13     padding: 0 0 4px 0;
14     list-style: none;
15}
16#widgets .widget-name, #widgets .js-remove {
17     background: #fff;
18     margin-bottom: 0;
19     padding: 4px 8px; 
20}
21#widgets .js-hide {
22     display: none;
23}
24#widgets .widget-name {
25     min-height: 3em;
26     padding-bottom: 0;
27}
28#listWidgets h3 {
29     color: #333;
30}
31
32#sidebarsWidgets {
33     float: left;
34     width: 47%;
35     margin: 0 0 0 1%;
36     padding: 0 1%;
37}
38#sidebarsControl {
39     clear: left;
40}
41.widgets.fieldset {
42     margin-bottom: 2em;
43}
44.widgets.fieldset.if-drag {
45     margin-bottom: 0;
46     border-radius: 6px 6px 0 0;
47    border-bottom: 1px dashed #FF0000;
48}
49#widgets, #dndnav, #dndextra, #dndcustom {
50     padding: 1em 0;
51     margin: 1em 0 0;
52}
53#dndnav > li,
54#dndextra > li,
55#dndcustom > li,
56.sortable-delete > li {
57     padding: O;
58     border: 1px solid #999;
59     margin-bottom: 1em;
60     list-style: none;
61}
62
63.sortable-delete > li {
64     margin-bottom: 3px;
65}
66.sortable-delete li.sortable-delete-placeholder {
67    border: 0 none;
68    color: #666666;
69    font-size: 1rem;
70    font-weight: normal;
71    text-align: center;
72}
73
74#dndnav li.ui-sortable-placeholder,
75#dndextra li.ui-sortable-placeholder,
76#dndcustom li.ui-sortable-placeholder,
77.sortable-delete li.ui-sortable-placeholder {
78     border: 1px dashed #999;
79     height: 2rem;
80     padding: 3px;
81}
82
83#dndnav .form-note, #dndextra .form-note, #dndcustom .form-note {
84     display: none;
85}
86
87
88.widget-name {
89     background: #eef;
90     color: #000;
91     padding: 4px 6px;
92     margin: 0;
93     font-weight: bold;
94}
95.widget-name span {
96     display: block;
97     font-style: normal;
98     font-size: 1.1rem;
99}
100.widget-name img {
101     cursor: pointer;
102     margin-bottom: -1px;
103}
104.removeWidget {
105     padding: 8px 6px;
106     margin: 0;
107}
108
109.widgetSettings {
110     border-top: 1px solid #ddd;
111     padding: 8px 6px;
112     background: #f5f5f5;
113}
114
115.sortable-delete {
116    display: none;
117}
118
119.sortable-delete.if-drag {
120    border: 1px solid #999999;
121    border-top: 0;
122    border-radius: 0 0 6px 6px;
123    color: #000000;
124    font-weight: bold;
125    list-style: none outside none;
126    margin: 0 0 2em;
127    min-height: 25px;
128    padding: 4px;
129    display: block;
130}
131
132#widgets .widgetSettings {
133     display: none;
134}
135.hideControls .widgetSettings {
136     display: none;
137}
138.hideControl {
139     display: none;
140}
141
142#widgets-tpl dt {
143     margin: 1em 0 0 0;
144}
145#widgets-tpl dd {
146     margin: 0.2em 0 1em 0;
147}
Note: See TracBrowser for help on using the repository browser.

Sites map