Revert plugin page styling for now. Props mt. see #6067

git-svn-id: http://svn.automattic.com/wordpress/trunk@7142 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2008-03-03 21:09:08 +00:00
parent 8b6871a538
commit 92ad2aabbe

View File

@ -1,15 +1,13 @@
#plugins .active td { #plugins tr {
opacity:1; background: #f0f0f0;
filter:alpha(opacity=100)
} }
#plugins .active td.name { #plugins .name {
font-weight: bold; font-weight: bold;
} }
#plugins td { #plugins .active {
opacity:0.70; background: #fff;
filter:alpha(opacity=70)
} }
#plugins p { #plugins p {
@ -19,6 +17,7 @@
#plugins .togl { #plugins .togl {
width: 150px; width: 150px;
border-right: 1px solid #ccc;
} }
.import-system { .import-system {