Remove the top border from the plugin-update notice, props demetris, fixes #9628

git-svn-id: https://develop.svn.wordpress.org/trunk@11075 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz 2009-04-24 06:39:08 +00:00
parent da385d8a79
commit 6a3781100f
3 changed files with 12 additions and 8 deletions

View File

@ -653,8 +653,7 @@ input.readonly, textarea.readonly {
#update-nag, .plugin-update {
background-color: #fffeeb;
border-bottom-color: #ccc;
border-top-color: #ccc;
border-color: #ccc;
color: #555;
}

View File

@ -653,8 +653,7 @@ input.readonly, textarea.readonly {
#update-nag, .plugin-update {
background-color: #fffeeb;
border-bottom-color: #ccc;
border-top-color: #ccc;
border-color: #ccc;
color: #555;
}

View File

@ -755,10 +755,16 @@ td.media-icon img {
line-height: 29px;
font-size: 12px;
text-align: center;
border-bottom-width: 1px;
border-bottom-style: solid;
border-top-width: 1px;
border-top-style: solid;
}
#update-nag {
border-width: 1px 0;
border-style: solid none;
}
.plugin-update {
border-width: 0 0 1px;
border-style: none none solid;
}
#update-nag a,