Changeset 1518:03fef8e1ef34 for plugins/widgets
- Timestamp:
- 08/21/13 17:45:30 (12 years ago)
- Branch:
- default
- Location:
- plugins/widgets
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/widgets/index.php
r1483 r1518 198 198 '<form id="listWidgets" action="'.$p_url.'" method="post" class="widgets">'. 199 199 '<h3>'.__('Available widgets').'</h3>'. 200 __('Move widgets from this list to one of the sidebars.').200 '<p>'.__('Move widgets from this list to one of the sidebars.').'</p>'. 201 201 '<div id="widgets">'; 202 202 -
plugins/widgets/style.css
r1483 r1518 1 1 #listWidgets { 2 2 float: left; 3 width: 4 5%;3 width: 46%; 4 4 background: #eee; 5 padding: 1.5em 1% ;5 padding: 1.5em 1% 0; 6 6 border: 1px solid #ccc; 7 margin -left: 1.5em;7 margin: 0 1% 0 0; 8 8 } 9 9 #widgets .widget-name { … … 17 17 #sidebarsWidgets { 18 18 float: left; 19 width: 4 5%;20 margin -left: 3%;19 width: 47%; 20 margin: 0 0 0 1%; 21 21 padding: 0 1%; 22 22 } … … 27 27 margin-bottom: 2em; 28 28 } 29 30 29 #widgets, #dndnav, #dndextra, #dndcustom { 31 30 padding: 1em 0;
Note: See TracChangeset
for help on using the changeset viewer.