Dotclear

source: plugins/widgets/style.css @ 1480:9451796b02e2

Revision 1480:9451796b02e2, 1.1 KB checked in by Anne Kozlika <kozlika@…>, 12 years ago (diff)

Chasse aux bugs html et mini-améliorations de présentation, suite.

Line 
1#listWidgets {
2     float: left;
3     width: 33%;
4}
5#listWidgets fieldset {
6     background: #eee;
7}
8#listWidgets #widgets p.widget-name {
9     background: #fff;
10}
11
12#sidebarsWidgets {
13     float: left;
14     width: 65%;
15     margin-left: 1%;
16}
17#sidebarNav {
18     float: left;
19     width: 50%;
20     margin-left: 0%;
21}
22#sidebarExtra {
23     float: left;
24     width: 49%;
25     margin-left: 1%;
26}
27#sidebarCustom {
28     float: left;
29     width: 100%;
30}
31
32#sidebarsControl {
33     clear: left;
34}
35
36#widgets, #dndnav, #dndextra {
37     padding: 1em 0;
38}
39
40.widgets fieldset {
41     border: 1px solid #999;
42     background: #E4E0EC;
43}
44
45.widgets p.widget-name {
46     background: #f5f5f5;
47     color: #000;
48     padding: 4px 6px;
49     margin: 0.5em 0 0 0;
50     border-width: 1px 1px 1px 1px;
51     border-style: solid;
52     border-color: #999;
53     font-weight: bold;
54}
55.widgets p.widget-name img {
56     cursor: pointer;
57     margin-bottom: -1px;
58}
59
60.widgetSettings {
61     border-width: 0 1px 1px 1px;
62     border-style: solid;
63     border-color: #666;
64     padding: 4px 6px;
65     background: #fff;
66}
67
68#widgets .widgetSettings {
69     display: none;
70}
71
72.hideControls .widgetSettings {
73     display: none;
74}
75.hideControl {
76     display: none;
77}
78
79#widgets-tpl dt {
80     margin: 1em 0 0 0;
81}
82#widgets-tpl dd {
83     margin: 0.2em 0 1em 0;
84}
Note: See TracBrowser for help on using the repository browser.

Sites map