Revision 3777:8f829e4bf0d6,
2.8 KB
checked in by franck <carnet.franck.paul@…>, 7 years ago
(diff) |
Use standard colors and background in widgets plugin admin
|
Rev | Line | |
---|
[3730] | 1 | /* ------------------------------------------------------------- side bars */ |
---|
[1659] | 2 | |
---|
[0] | 3 | #sidebarsWidgets { |
---|
[3730] | 4 | float: left; |
---|
| 5 | width: 49%; |
---|
| 6 | margin: 0 0 0 1%; |
---|
| 7 | padding: 0 1%; |
---|
[0] | 8 | } |
---|
[1483] | 9 | .widgets.fieldset { |
---|
[3730] | 10 | margin-bottom: 2em; |
---|
[1483] | 11 | } |
---|
[1657] | 12 | .widgets.fieldset.if-drag { |
---|
[3730] | 13 | padding-bottom: 0; |
---|
| 14 | border-radius: .5em; |
---|
[1526] | 15 | } |
---|
[1659] | 16 | #dndnav, #dndextra, #dndcustom { |
---|
[3730] | 17 | padding: 1em 0; |
---|
| 18 | margin: 1em 0 0; |
---|
[0] | 19 | } |
---|
[3730] | 20 | #dndnav>li, #dndextra>li, #dndcustom>li { |
---|
| 21 | padding: 0; |
---|
| 22 | border: 1px solid #999; |
---|
| 23 | margin-bottom: 1em; |
---|
| 24 | list-style: none; |
---|
[1526] | 25 | } |
---|
[3730] | 26 | #dndnav>li.empty-widgets, #dndextra>li.empty-widgets, #dndcustom>li.empty-widgets { |
---|
| 27 | border: 0; |
---|
[2395] | 28 | } |
---|
[3730] | 29 | #dndnav>li.ui-sortable-placeholder, #dndextra>li.ui-sortable-placeholder, #dndcustom>li.ui-sortable-placeholder, .sortable-delete>li.ui-sortable-placeholder { |
---|
| 30 | border: 1px dashed #999; |
---|
| 31 | height: 2em; |
---|
| 32 | padding: .3em; |
---|
[1649] | 33 | } |
---|
[3730] | 34 | .sortable-delete>li.ui-sortable-placeholder { |
---|
| 35 | border-width: 2px; |
---|
| 36 | border-color: red; |
---|
[1669] | 37 | } |
---|
[1659] | 38 | .sortable-delete { |
---|
[3730] | 39 | display: none; |
---|
[1648] | 40 | } |
---|
[1657] | 41 | .sortable-delete.if-drag { |
---|
[3730] | 42 | border: 1px dotted #999; |
---|
[3777] | 43 | /* color: #000; */ |
---|
[3730] | 44 | font-weight: bold; |
---|
| 45 | list-style-type: none; |
---|
| 46 | margin: 0 0 1em; |
---|
| 47 | padding: .5em 1em; |
---|
| 48 | display: block; |
---|
[3777] | 49 | /* background: #fafafa; */ |
---|
[1649] | 50 | } |
---|
[3730] | 51 | .sortable-delete>li { |
---|
| 52 | margin-bottom: 3px; |
---|
[1659] | 53 | } |
---|
[3730] | 54 | .sortable-delete>li.sortable-delete-placeholder { |
---|
| 55 | border: 0 none; |
---|
[3777] | 56 | /* color: #aaa; */ |
---|
[3730] | 57 | font-size: 1em; |
---|
| 58 | font-weight: bold; |
---|
| 59 | text-align: center; |
---|
[1526] | 60 | } |
---|
[1483] | 61 | .widget-name { |
---|
[3777] | 62 | /* background: #eef; |
---|
| 63 | color: #000; */ |
---|
[3730] | 64 | padding: 4px 6px; |
---|
| 65 | margin: 0; |
---|
| 66 | font-weight: bold; |
---|
[0] | 67 | } |
---|
[1483] | 68 | .widget-name img { |
---|
[3730] | 69 | cursor: pointer; |
---|
| 70 | margin-bottom: -1px; |
---|
[0] | 71 | } |
---|
[3730] | 72 | .widget-name a.aexpand, .widget-name a.aexpand:link, .widget-name a.aexpand:visited { |
---|
| 73 | border: 0 none; |
---|
[3777] | 74 | /* color: #000; */ |
---|
[3730] | 75 | text-decoration: none; |
---|
[1629] | 76 | } |
---|
[3730] | 77 | #dndnav .form-note, #dndextra .form-note, #dndcustom .form-note { |
---|
| 78 | display: none; |
---|
[1526] | 79 | } |
---|
[2401] | 80 | .toolsWidget { |
---|
[3730] | 81 | float: right; |
---|
[1526] | 82 | } |
---|
[0] | 83 | .widgetSettings { |
---|
[3730] | 84 | border-top: 1px solid #ddd; |
---|
| 85 | padding: 8px 6px; |
---|
[3777] | 86 | /* background: #f5f5f5; */ |
---|
[0] | 87 | } |
---|
[3730] | 88 | #sidebarsControl { |
---|
| 89 | clear: left; |
---|
| 90 | } |
---|
| 91 | /* ------------------------------------------------------------- list Widgets ref */ |
---|
[1659] | 92 | |
---|
| 93 | #listWidgets { |
---|
[3730] | 94 | float: left; |
---|
| 95 | width: 49%; |
---|
[3777] | 96 | /* background: #eee; */ |
---|
[3730] | 97 | padding: 1.5em 1% 0; |
---|
| 98 | margin: 0 1% 0 0; |
---|
[0] | 99 | } |
---|
[1659] | 100 | #listWidgets h3 { |
---|
[3777] | 101 | /* color: #333; */ |
---|
[1659] | 102 | } |
---|
| 103 | #widgets-ref { |
---|
[3730] | 104 | padding: 1em 0; |
---|
| 105 | margin: 1em 0 0; |
---|
[1659] | 106 | } |
---|
[3730] | 107 | #widgets-ref>li { |
---|
| 108 | border: 1px solid #ccc; |
---|
| 109 | margin-bottom: .5em; |
---|
[3777] | 110 | /* background: #fff; */ |
---|
[3730] | 111 | min-height: 3em; |
---|
| 112 | padding: 0 0 4px 0; |
---|
| 113 | list-style: none; |
---|
[1659] | 114 | } |
---|
[3730] | 115 | #widgets-ref .widget-name, #widgets-ref .manual-move { |
---|
[3777] | 116 | /* background: #fff; */ |
---|
[3730] | 117 | margin-bottom: 0; |
---|
| 118 | padding: 4px 8px 0; |
---|
[1659] | 119 | } |
---|
| 120 | #widgets-ref .widget-name { |
---|
[3730] | 121 | min-height: 3em; |
---|
[1659] | 122 | } |
---|
| 123 | #widgets-ref .widget-name .form-note { |
---|
[3730] | 124 | display: block; |
---|
| 125 | font-style: normal; |
---|
| 126 | font-size: 1.1rem; |
---|
[1659] | 127 | } |
---|
| 128 | #widgets-ref .widgetSettings { |
---|
[3730] | 129 | display: none; |
---|
[0] | 130 | } |
---|
[2418] | 131 | .removeWidget { |
---|
[3730] | 132 | margin-left: 1em; |
---|
[2418] | 133 | } |
---|
[1659] | 134 | /* ------------------------------------------------------------- help */ |
---|
[3730] | 135 | |
---|
[0] | 136 | #widgets-tpl dt { |
---|
[3730] | 137 | margin: 1em 0 0 0; |
---|
[0] | 138 | } |
---|
| 139 | #widgets-tpl dd { |
---|
[3730] | 140 | margin: 0.2em 0 1em 0; |
---|
[2566] | 141 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.