Changeset 26275
- Timestamp:
- 11/19/2013 11:46:05 PM (7 years ago)
- Location:
- trunk/src/wp-admin
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/css/wp-admin.css
r26271 r26275 10290 10290 margin: 0 auto; 10291 10291 border: 1px solid #dedede !important; /* ln 991 in colors-fresh.css */ 10292 border-bottom: none !important; /* ln 991 in colors-fresh.css */ 10293 margin-left: 0 !important; /* Wide format widgets are the devil */ 10294 width: 100% !important; /* Wide format widgets are the devil */ 10292 margin-bottom: -1px; 10295 10293 } 10296 10294 … … 10312 10310 } 10313 10311 div#widgets-right .widget-top { 10314 border-bottom: none;10315 10312 padding: 0; 10316 10313 background: #f7f7f7; … … 10328 10325 div#widgets-right .widget-inside { 10329 10326 border-top: 1px solid #dedede; 10330 }10331 10332 /* The last widget has some additional borders */10333 div#widgets-right .widget:last-child {10334 border-bottom: 1px solid #dedede !important; /* ln 991 in colors-fresh.css */10335 10327 } 10336 10328 -
trunk/src/wp-admin/js/widgets.js
r26271 r26275 47 47 if ( inside.is(':hidden') ) { 48 48 if ( w > 250 && inside.closest('div.widgets-sortables').length ) { 49 css.width = w + 30 + 'px';50 49 if ( inside.closest('div.widget-liquid-right').length ) 51 50 css[margin] = 235 - w + 'px';
Note: See TracChangeset
for help on using the changeset viewer.