Make WordPress Core

Changeset 45483


Ignore:
Timestamp:
05/30/2019 04:39:59 PM (6 years ago)
Author:
SergeyBiryukov
Message:

Media: Move tag cloud styles that accidentally ended up in Media section after the reorganization in [16136] to a more appropriate place.

Remove styles for wp-admin/update-core.php accidentally duplicated in Media section as part of the same reorganization.

See #46530.

Location:
trunk/src/wp-admin/css
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/css/edit.css

    r45462 r45483  
    11121112.tagcloud h2 {
    11131113    margin: 2px 0 12px;
     1114}
     1115
     1116#poststuff .inside .the-tagcloud {
     1117    margin: 5px 0 10px;
     1118    padding: 8px;
     1119    border: 1px solid #ddd;
     1120    line-height: 1.8;
     1121    word-spacing: 3px;
    11141122}
    11151123
  • trunk/src/wp-admin/css/media.css

    r45158 r45483  
    367367    filter: alpha(opacity=70);
    368368    z-index: 100100;
    369 }
    370 
    371 ul#dismissed-updates {
    372     display: none;
    373 }
    374 
    375 form.upgrade {
    376     margin-top: 8px;
    377 }
    378 
    379 form.upgrade .hint {
    380     font-style: italic;
    381     font-size: 85%;
    382     margin: -0.5em 0 2em 0;
    383 }
    384 
    385 #poststuff .inside .the-tagcloud {
    386     margin: 5px 0 10px;
    387     padding: 8px;
    388     border: 1px solid #ddd;
    389     line-height: 1.8em;
    390     word-spacing: 3px;
    391369}
    392370
Note: See TracChangeset for help on using the changeset viewer.