Changeset 1651:32a765e8db48 for plugins/widgets/style.css
- Timestamp:
- 08/27/13 18:46:14 (12 years ago)
- Branch:
- Ticket #1604
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/widgets/style.css
r1650 r1651 19 19 padding: 4px 8px; 20 20 } 21 #widgets .js-hide { 22 display: none; 23 } 21 24 #widgets .widget-name { 22 25 min-height: 3em; … … 37 40 } 38 41 .widgets.fieldset { 42 margin-bottom: 2em; 43 } 44 .widgets.fieldset.drag { 39 45 margin-bottom: 0; 40 46 border-radius: 6px 6px 0 0; … … 99 105 } 100 106 107 .sortable-delete { 108 display: none; 109 } 101 110 102 .sortable-delete {103 background: url(" index.php?pf=pages/icon.png") no-repeat scroll 6px 8px #FFBABA;111 .sortable-delete.drag { 112 background: url("style/JsToolbar/bt_clean.png") no-repeat scroll 2px 5px #FFBABA; 104 113 border-color: #999999; 105 114 border-radius: 0 0 6px 6px; … … 113 122 min-height: 25px; 114 123 padding: 4px 4px 0 24px; 124 display: block; 115 125 } 116 126
Note: See TracChangeset
for help on using the changeset viewer.