Plugins update notices css tweak
git-svn-id: http://svn.automattic.com/wordpress/trunk@11444 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
3f942844de
commit
552056c681
|
@ -82,13 +82,13 @@ select option {
|
||||||
.plugins .active th {
|
.plugins .active th {
|
||||||
border-top-style: solid;
|
border-top-style: solid;
|
||||||
border-top-width: 1px;
|
border-top-width: 1px;
|
||||||
padding: 4px 7px 0;
|
padding: 5px 7px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.plugins .second td,
|
.plugins .second td,
|
||||||
.plugins .second th {
|
.plugins .second th {
|
||||||
border-top: 0 none;
|
border-top: 0 none;
|
||||||
padding: 0 7px 4px;
|
padding: 0 7px 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.plugins-php .widefat tfoot th,
|
.plugins-php .widefat tfoot th,
|
||||||
|
@ -801,7 +801,7 @@ td.media-icon img {
|
||||||
}
|
}
|
||||||
|
|
||||||
.plugin-update .update-message {
|
.plugin-update .update-message {
|
||||||
margin: 0 10px 10px 31px;
|
margin: 0 10px 5px 31px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue