Changeset 1648:2eee4ee2798e for plugins/widgets/style.css
- Timestamp:
- 08/25/13 20:39:43 (12 years ago)
- Branch:
- Ticket #1604
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/widgets/style.css
r1526 r1648 6 6 margin: 0 1% 0 0; 7 7 } 8 #widgets > div{8 #widgets > li { 9 9 border: 1px solid #ccc; 10 10 margin-bottom: .5em; … … 12 12 min-height: 3em; 13 13 padding: 0 0 4px 0; 14 list-style: none; 14 15 } 15 16 #widgets .widget-name, #widgets .js-remove { … … 41 42 padding: 1em 0; 42 43 } 43 #dndnav > div, #dndextra > div, #dndcustom > div{44 #dndnav > li, #dndextra > li, #dndcustom > li { 44 45 padding: O; 45 46 border: 1px solid #999; 46 47 margin-bottom: 1em; 48 list-style: none; 47 49 } 50 #dndnav .form-note, #dndextra .form-note, #dndcustom .form-note { 51 display: none; 52 } 53 48 54 49 55 .widget-name {
Note: See TracChangeset
for help on using the changeset viewer.