Two style tweaks to the update nag so it blends well with help/option panels and the admin bar.
* Add a top border to it, but hide it under the admin bar. Helps appearance as the page is rendered (as admin bar is last). * Bring the update nag slightly off center again (see [19130]) to ensure it lines up with help/options panels. see #18197. git-svn-id: http://svn.automattic.com/wordpress/trunk@19139 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -1035,9 +1035,9 @@ th.action-links {
|
||||
padding: 5px 0;
|
||||
font-size: 12px;
|
||||
text-align: center;
|
||||
margin: 0 15px 0 0;
|
||||
border-width: 0 1px 1px;
|
||||
border-style: none solid solid;
|
||||
margin: -1px 15px 0 5px;
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
-webkit-border-bottom-right-radius: 3px;
|
||||
-webkit-border-bottom-left-radius: 3px;
|
||||
border-bottom-right-radius: 3px;
|
||||
|
||||
Reference in New Issue
Block a user