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:
Matt Mullenweg
2007-08-20 07:01:15 +00:00
parent 38a4fd8947
commit bb24dac060
2 changed files with 14 additions and 25 deletions

View File

@@ -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;
}