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

git-svn-id: http://svn.automattic.com/wordpress/trunk@11075 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
azaozz 2009-04-24 06:39:08 +00:00
parent e1922c01b6
commit 289e11f569
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,