mirror of
git://develop.git.wordpress.org/
synced 2025-03-25 06:20:06 +01:00
Administration: Fix a CSS issue on the Welcome Panel when the "Dashboard" heading is missing.
This change adds a CSS exception for when the "Dashboard" heading is missing or located below the Welcome Panel. Props critterverse, sabernhardt, rolfsiebers, audrasjb. Fixes #54977. git-svn-id: https://develop.svn.wordpress.org/trunk@52735 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
d7745c656d
commit
7c37cc1122
@ -110,6 +110,11 @@
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
/* Screen meta exception for when the "Dashboard" heading is missing or located below the Welcome Panel. */
|
||||
.index-php #screen-meta-links {
|
||||
margin: 0 20px 8px 0;
|
||||
}
|
||||
|
||||
/* Welcome Panel */
|
||||
.welcome-panel {
|
||||
position: relative;
|
||||
@ -120,6 +125,7 @@
|
||||
background-blend-mode: overlay;
|
||||
font-size: 14px;
|
||||
line-height: 1.3;
|
||||
clear: both;
|
||||
}
|
||||
|
||||
.welcome-panel::before {
|
||||
|
Loading…
x
Reference in New Issue
Block a user