Changeset 2415:16da02d6c108 for plugins/widgets/style.css
- Timestamp:
- 10/17/13 07:18:33 (12 years ago)
- Branch:
- 2.6
- Parents:
- 2394:d7117f1bbfc5 (diff), 2413:6af4dde5a9c0 (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. - Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/widgets/style.css
r2342 r2415 38 38 margin-bottom: 1em; 39 39 list-style: none; 40 } 41 #dndnav > li.empty-widgets, 42 #dndextra > li.empty-widgets, 43 #dndcustom > li.empty-widgets { 44 border: 0; 40 45 } 41 46 #dndnav > li.ui-sortable-placeholder, … … 97 102 display: none; 98 103 } 99 .removeWidget { 100 padding: 8px 6px; 101 margin: 0; 104 .toolsWidget { 105 float: right; 102 106 } 103 107 .widgetSettings { -
plugins/widgets/style.css
r2401 r2415 16 16 #sidebarsWidgets { 17 17 float: left; 18 width: 4 7%;18 width: 49%; 19 19 margin: 0 0 0 1%; 20 20 padding: 0 1%; … … 118 118 #listWidgets { 119 119 float: left; 120 width: 4 6%;120 width: 49%; 121 121 background: #eee; 122 122 padding: 1.5em 1% 0;
Note: See TracChangeset
for help on using the changeset viewer.