Changeset 1657:589433690f81 for plugins/widgets/style.css
- Timestamp:
- 08/29/13 15:42:29 (12 years ago)
- Branch:
- Ticket #1604 - widgets
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/widgets/style.css
r1651 r1657 42 42 margin-bottom: 2em; 43 43 } 44 .widgets.fieldset. drag {44 .widgets.fieldset.if-drag { 45 45 margin-bottom: 0; 46 46 border-radius: 6px 6px 0 0; 47 border-bottom: 1px dashed #FF0000; 47 48 } 48 49 #widgets, #dndnav, #dndextra, #dndcustom { … … 62 63 .sortable-delete > li { 63 64 margin-bottom: 3px; 65 } 66 .sortable-delete li.sortable-delete-placeholder { 67 border: 0 none; 68 color: #666666; 69 font-size: 1rem; 70 font-weight: normal; 71 text-align: center; 64 72 } 65 73 … … 109 117 } 110 118 111 .sortable-delete. drag {112 b ackground: url("style/JsToolbar/bt_clean.png") no-repeat scroll 2px 5px #FFBABA;113 border- color: #999999;119 .sortable-delete.if-drag { 120 border: 1px solid #999999; 121 border-top: 0; 114 122 border-radius: 0 0 6px 6px; 115 border-right: 1px solid #999999;116 border-style: solid;117 border-width: 0 1px 1px;118 123 color: #000000; 119 124 font-weight: bold; … … 121 126 margin: 0 0 2em; 122 127 min-height: 25px; 123 padding: 4px 4px 0 24px;128 padding: 4px; 124 129 display: block; 125 130 }
Note: See TracChangeset
for help on using the changeset viewer.