Dotclear

source: plugins/widgets/style.css @ 1651:32a765e8db48

Revision 1651:32a765e8db48, 2.3 KB checked in by Lepeltier kévin, 12 years ago (diff)

Ticket #1604 finition

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.drag {
45     margin-bottom: 0;
46     border-radius: 6px 6px 0 0;
47}
48#widgets, #dndnav, #dndextra, #dndcustom {
49     padding: 1em 0;
50     margin: 1em 0 0;
51}
52#dndnav > li,
53#dndextra > li,
54#dndcustom > li,
55.sortable-delete > li {
56     padding: O;
57     border: 1px solid #999;
58     margin-bottom: 1em;
59     list-style: none;
60}
61
62.sortable-delete > li {
63     margin-bottom: 3px;
64}
65
66#dndnav li.ui-sortable-placeholder,
67#dndextra li.ui-sortable-placeholder,
68#dndcustom li.ui-sortable-placeholder,
69.sortable-delete li.ui-sortable-placeholder {
70     border: 1px dashed #999;
71     height: 2rem;
72     padding: 3px;
73}
74
75#dndnav .form-note, #dndextra .form-note, #dndcustom .form-note {
76     display: none;
77}
78
79
80.widget-name {
81     background: #eef;
82     color: #000;
83     padding: 4px 6px;
84     margin: 0;
85     font-weight: bold;
86}
87.widget-name span {
88     display: block;
89     font-style: normal;
90     font-size: 1.1rem;
91}
92.widget-name img {
93     cursor: pointer;
94     margin-bottom: -1px;
95}
96.removeWidget {
97     padding: 8px 6px;
98     margin: 0;
99}
100
101.widgetSettings {
102     border-top: 1px solid #ddd;
103     padding: 8px 6px;
104     background: #f5f5f5;
105}
106
107.sortable-delete {
108    display: none;
109}
110
111.sortable-delete.drag {
112    background: url("style/JsToolbar/bt_clean.png") no-repeat scroll 2px 5px #FFBABA;
113    border-color: #999999;
114    border-radius: 0 0 6px 6px;
115    border-right: 1px solid #999999;
116    border-style: solid;
117    border-width: 0 1px 1px;
118    color: #000000;
119    font-weight: bold;
120    list-style: none outside none;
121    margin: 0 0 2em;
122    min-height: 25px;
123    padding: 4px 4px 0 24px;
124    display: block;
125}
126
127#widgets .widgetSettings {
128     display: none;
129}
130.hideControls .widgetSettings {
131     display: none;
132}
133.hideControl {
134     display: none;
135}
136
137#widgets-tpl dt {
138     margin: 1em 0 0 0;
139}
140#widgets-tpl dd {
141     margin: 0.2em 0 1em 0;
142}
Note: See TracBrowser for help on using the repository browser.

Sites map