mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-05 17:00:03 +00:00
Better styling for update notice, fixes #1476
git-svn-id: https://develop.svn.wordpress.org/trunk@5904 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -1331,21 +1331,16 @@ a.view-link {
|
||||
}
|
||||
|
||||
#update-nag {
|
||||
width: 100%;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
background: #fff;
|
||||
border-bottom: 2px solid #911;
|
||||
border-bottom: 1px solid #ccc;
|
||||
background: #fffeeb;
|
||||
text-align: center;
|
||||
font-size: 11px;
|
||||
height: 18px;
|
||||
line-height: 29px;
|
||||
font-size: 12px;
|
||||
color: #555;
|
||||
}
|
||||
|
||||
.nagtime {
|
||||
padding-top: 15px;
|
||||
#update-nag a {
|
||||
font-size: 1.1em;
|
||||
}
|
||||
|
||||
.nagtime #user_info {
|
||||
top: 17px ;
|
||||
#update-nag a:link {
|
||||
color: #036;
|
||||
}
|
||||
Reference in New Issue
Block a user