Ticket #21250: 21250.patch
| File 21250.patch, 1.4 KB (added by , 14 years ago) |
|---|
-
wp-admin/css/ie.dev.css
258 258 .widgets-sortables, 259 259 #dragHelper, 260 260 .widget .widget-top, 261 .widget,262 261 .widget-control-actions, 263 262 .tagchecklist, 264 263 #col-container, … … 379 378 position: relative; 380 379 } 381 380 381 .inactive-sidebar .widget { 382 display: block; 383 float: left; 384 } 385 382 386 #wpcontent .button-primary-disabled { 383 387 color: #9FD0D5; 384 388 background: #298CBA; -
wp-admin/css/wp-admin.dev.css
7756 7756 7757 7757 .inactive-sidebar .widget { 7758 7758 margin: 0 10px 20px; 7759 float: left;7759 display: inline-block; 7760 7760 } 7761 7761 7762 7762 div.sidebar-name h3 { … … 7918 7918 7919 7919 .widget-title h4 { 7920 7920 margin: 0; 7921 padding-bottom: 0.2em; 7921 7922 line-height: 1; 7922 7923 overflow: hidden; 7923 7924 white-space: nowrap; -
wp-admin/widgets.php
365 365 </div> 366 366 <div class="widget-holder inactive"> 367 367 <?php wp_list_widget_controls( $registered_sidebar['id'] ); ?> 368 < br class="clear" />368 <div class="clear"></div> 369 369 </div> 370 370 </div> 371 371 <?php
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)