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.

git-svn-id: https://develop.svn.wordpress.org/trunk@45483 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2019-05-30 16:39:59 +00:00
parent 3b248eeb83
commit 454cdf5f54
2 changed files with 8 additions and 22 deletions

View File

@ -1113,6 +1113,14 @@ p.popular-tags a {
margin: 2px 0 12px;
}
#poststuff .inside .the-tagcloud {
margin: 5px 0 10px;
padding: 8px;
border: 1px solid #ddd;
line-height: 1.8;
word-spacing: 3px;
}
.the-tagcloud ul {
margin: 0;
}

View File

@ -368,28 +368,6 @@
z-index: 100100;
}
ul#dismissed-updates {
display: none;
}
form.upgrade {
margin-top: 8px;
}
form.upgrade .hint {
font-style: italic;
font-size: 85%;
margin: -0.5em 0 2em 0;
}
#poststuff .inside .the-tagcloud {
margin: 5px 0 10px;
padding: 8px;
border: 1px solid #ddd;
line-height: 1.8em;
word-spacing: 3px;
}
.drag-drop #drag-drop-area {
border: 4px dashed #b4b9be;
height: 200px;