Changeset 1661:14832508668c for plugins/widgets/style.css
- Timestamp:
- 08/30/13 14:54:18 (12 years ago)
- Branch:
- Ticket #1604 - widgets
- Parents:
- 1660:98821b618690 (diff), 1634:aefa52039896 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/widgets/style.css
r1629 r1661 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 > div { 9 border: 1px solid #ccc; 10 margin-bottom: .5em; 11 background: #fff; 12 min-height: 3em; 13 padding: 0 0 4px 0; 14 } 15 #widgets .widget-name, #widgets .js-remove { 16 background: #fff; 17 margin-bottom: 0; 18 padding: 4px 8px; 19 } 20 #widgets .widget-name { 21 min-height: 3em; 22 padding-bottom: 0; 23 } 24 #listWidgets h3 { 25 color: #333; 26 } 1 /* 2 # -- BEGIN LICENSE BLOCK --------------------------------------- 3 # 4 # This file is part of Dotclear 2. 5 # 6 # Copyright (c) 2003-2013 Olivier Meunier & Association Dotclear 7 # Licensed under the GPL version 2.0 license. 8 # See LICENSE file or 9 # http://www.gnu.org/licenses/old-licenses/gpl-2.0.html 10 # 11 # -- END LICENSE BLOCK ----------------------------------------- 12 */ 27 13 14 15 /* ------------------------------------------------------------- side bars */ 28 16 #sidebarsWidgets { 29 17 float: left; … … 32 20 padding: 0 1%; 33 21 } 34 #sidebarsControl {35 clear: left;36 }37 22 .widgets.fieldset { 38 23 margin-bottom: 2em; 39 24 } 40 #widgets, #dndnav, #dndextra, #dndcustom { 25 .widgets.fieldset.if-drag { 26 margin-bottom: 0; 27 border-radius: 6px 6px 0 0; 28 border-bottom: 1px dashed #FF0000; 29 } 30 #dndnav, #dndextra, #dndcustom { 41 31 padding: 1em 0; 32 margin: 1em 0 0; 42 33 } 43 #dndnav > div, #dndextra > div, #dndcustom > div { 34 #dndnav > li, 35 #dndextra > li, 36 #dndcustom > li, 37 .sortable-delete > li { 44 38 padding: O; 45 39 border: 1px solid #999; 46 40 margin-bottom: 1em; 41 list-style: none; 42 } 43 #dndnav > li.ui-sortable-placeholder, 44 #dndextra > li.ui-sortable-placeholder, 45 #dndcustom > li.ui-sortable-placeholder, 46 .sortable-delete > li.ui-sortable-placeholder { 47 border: 1px dashed #999; 48 height: 2rem; 49 padding: 3px; 50 } 51 52 .sortable-delete { 53 display: none; 54 } 55 .sortable-delete.if-drag { 56 border: 1px solid #999999; 57 border-top: 0; 58 border-radius: 0 0 6px 6px; 59 color: #000000; 60 font-weight: bold; 61 list-style: none outside none; 62 margin: 0 0 2em; 63 min-height: 25px; 64 padding: 4px; 65 display: block; 66 } 67 .sortable-delete > li { 68 margin-bottom: 3px; 69 } 70 .sortable-delete > li.sortable-delete-placeholder { 71 border: 0 none; 72 color: #FF0000; 73 font-size: 1rem; 74 font-weight: normal; 75 text-align: center; 47 76 } 48 77 … … 54 83 font-weight: bold; 55 84 } 56 .widget-name span {57 display: block;58 font-style: normal;59 font-size: 1.1rem;60 }61 85 .widget-name img { 62 86 cursor: pointer; 63 87 margin-bottom: -1px; 64 88 } 65 .widget-name a.aexpand, .widget-name a.aexpand:link, .widget-name a.aexpand:visited { 89 .widget-name a.aexpand, 90 .widget-name a.aexpand:link, 91 .widget-name a.aexpand:visited { 66 92 border: 0 none; 67 93 color: #000000; 68 94 text-decoration: none; 95 } 96 #dndnav .form-note, 97 #dndextra .form-note, 98 #dndcustom .form-note { 99 display: none; 69 100 } 70 101 .removeWidget { … … 72 103 margin: 0; 73 104 } 74 75 105 .widgetSettings { 76 106 border-top: 1px solid #ddd; … … 78 108 background: #f5f5f5; 79 109 } 80 #widgets .widgetSettings { 81 display: none; 110 111 #sidebarsControl { 112 clear: left; 82 113 } 83 .hideControls .widgetSettings { 84 display: none; 114 115 /* ------------------------------------------------------------- list Widgets ref */ 116 #listWidgets { 117 float: left; 118 width: 46%; 119 background: #eee; 120 padding: 1.5em 1% 0; 121 margin: 0 1% 0 0; 85 122 } 86 .hideControl { 123 #listWidgets h3 { 124 color: #333; 125 } 126 127 #widgets-ref { 128 padding: 1em 0; 129 margin: 1em 0 0; 130 } 131 #widgets-ref > li { 132 border: 1px solid #ccc; 133 margin-bottom: .5em; 134 background: #fff; 135 min-height: 3em; 136 padding: 0 0 4px 0; 137 list-style: none; 138 } 139 #widgets-ref .widget-name, 140 #widgets-ref .manual-move { 141 background: #fff; 142 margin-bottom: 0; 143 padding: 4px 8px 0; 144 } 145 #widgets-ref .widget-name { 146 min-height: 3em; 147 } 148 #widgets-ref .widget-name .form-note { 149 display: block; 150 font-style: normal; 151 font-size: 1.1rem; 152 } 153 #widgets-ref .widgetSettings { 87 154 display: none; 88 155 } 89 156 157 /* ------------------------------------------------------------- help */ 90 158 #widgets-tpl dt { 91 159 margin: 1em 0 0 0;
Note: See TracChangeset
for help on using the changeset viewer.