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

RevLine 
[0]1#listWidgets {
2     float: left;
[1518]3     width: 46%;
[1483]4     background: #eee;
[1518]5     padding: 1.5em 1% 0; 
6     margin: 0 1% 0 0;
[0]7}
[1648]8#widgets > li {
[1526]9     border: 1px solid #ccc;
10     margin-bottom: .5em;
[1483]11     background: #fff;
12     min-height: 3em;
[1526]13     padding: 0 0 4px 0;
[1648]14     list-style: none;
[1526]15}
16#widgets .widget-name, #widgets .js-remove {
17     background: #fff;
18     margin-bottom: 0;
19     padding: 4px 8px; 
20}
[1651]21#widgets .js-hide {
22     display: none;
23}
[1526]24#widgets .widget-name {
25     min-height: 3em;
26     padding-bottom: 0;
[1480]27}
[1483]28#listWidgets h3 {
29     color: #333;
[1480]30}
[0]31
32#sidebarsWidgets {
33     float: left;
[1518]34     width: 47%;
35     margin: 0 0 0 1%;
[1483]36     padding: 0 1%;
[0]37}
38#sidebarsControl {
39     clear: left;
40}
[1483]41.widgets.fieldset {
[1651]42     margin-bottom: 2em;
43}
44.widgets.fieldset.drag {
[1650]45     margin-bottom: 0;
46     border-radius: 6px 6px 0 0;
[1483]47}
48#widgets, #dndnav, #dndextra, #dndcustom {
[0]49     padding: 1em 0;
[1650]50     margin: 1em 0 0;
[0]51}
[1649]52#dndnav > li,
53#dndextra > li,
54#dndcustom > li,
55.sortable-delete > li {
[1526]56     padding: O;
57     border: 1px solid #999;
58     margin-bottom: 1em;
[1648]59     list-style: none;
[1526]60}
[1649]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;
[1650]72     padding: 3px;
[1649]73}
74
[1648]75#dndnav .form-note, #dndextra .form-note, #dndcustom .form-note {
76     display: none;
77}
78
[0]79
[1483]80.widget-name {
81     background: #eef;
[0]82     color: #000;
[1480]83     padding: 4px 6px;
[1526]84     margin: 0;
[0]85     font-weight: bold;
86}
[1483]87.widget-name span {
88     display: block;
89     font-style: normal;
90     font-size: 1.1rem;
91}
92.widget-name img {
[0]93     cursor: pointer;
94     margin-bottom: -1px;
95}
[1526]96.removeWidget {
97     padding: 8px 6px;
98     margin: 0;
99}
[0]100
101.widgetSettings {
[1526]102     border-top: 1px solid #ddd;
103     padding: 8px 6px;
[1483]104     background: #f5f5f5;
[0]105}
[1649]106
[1651]107.sortable-delete {
108    display: none;
109}
[1650]110
[1651]111.sortable-delete.drag {
112    background: url("style/JsToolbar/bt_clean.png") no-repeat scroll 2px 5px #FFBABA;
[1650]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;
[1649]118    color: #000000;
119    font-weight: bold;
120    list-style: none outside none;
[1650]121    margin: 0 0 2em;
[1649]122    min-height: 25px;
123    padding: 4px 4px 0 24px;
[1651]124    display: block;
[1649]125}
126
[0]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