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:
parent
e1922c01b6
commit
289e11f569
|
@ -653,8 +653,7 @@ input.readonly, textarea.readonly {
|
||||||
|
|
||||||
#update-nag, .plugin-update {
|
#update-nag, .plugin-update {
|
||||||
background-color: #fffeeb;
|
background-color: #fffeeb;
|
||||||
border-bottom-color: #ccc;
|
border-color: #ccc;
|
||||||
border-top-color: #ccc;
|
|
||||||
color: #555;
|
color: #555;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -653,8 +653,7 @@ input.readonly, textarea.readonly {
|
||||||
|
|
||||||
#update-nag, .plugin-update {
|
#update-nag, .plugin-update {
|
||||||
background-color: #fffeeb;
|
background-color: #fffeeb;
|
||||||
border-bottom-color: #ccc;
|
border-color: #ccc;
|
||||||
border-top-color: #ccc;
|
|
||||||
color: #555;
|
color: #555;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -755,10 +755,16 @@ td.media-icon img {
|
||||||
line-height: 29px;
|
line-height: 29px;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
border-bottom-width: 1px;
|
}
|
||||||
border-bottom-style: solid;
|
|
||||||
border-top-width: 1px;
|
#update-nag {
|
||||||
border-top-style: solid;
|
border-width: 1px 0;
|
||||||
|
border-style: solid none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.plugin-update {
|
||||||
|
border-width: 0 0 1px;
|
||||||
|
border-style: none none solid;
|
||||||
}
|
}
|
||||||
|
|
||||||
#update-nag a,
|
#update-nag a,
|
||||||
|
|
Loading…
Reference in New Issue