Fix CSS formatting. Remove redundant rule. see #25976. see #25824.

git-svn-id: https://develop.svn.wordpress.org/trunk@26240 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2013-11-17 01:10:49 +00:00
parent bbd6116d28
commit 3035556d48
1 changed files with 9 additions and 7 deletions

View File

@ -2883,7 +2883,6 @@ body #dashboard-widgets .postbox form .submit {
} }
#dash-right-now .inside { #dash-right-now .inside {
margin-bottom: 0;
overflow: hidden; overflow: hidden;
padding: 0; padding: 0;
} }
@ -12193,7 +12192,7 @@ li#wp-admin-bar-toggle-button {
font-size: 1.4em; font-size: 1.4em;
line-height: 1.6em; line-height: 1.6em;
} }
/* Add New plugins page */ /* Add New plugins page */
table.plugin-install .column-name, table.plugin-install .column-name,
table.plugin-install .column-version, table.plugin-install .column-version,
@ -12202,16 +12201,19 @@ li#wp-admin-bar-toggle-button {
display: block; display: block;
width: auto; width: auto;
} }
table.plugin-install th.column-name, table.plugin-install th.column-version, table.plugin-install th.column-rating, table.plugin-install th.column-description { table.plugin-install th.column-name,
table.plugin-install th.column-version,
table.plugin-install th.column-rating,
table.plugin-install th.column-description {
display: none; display: none;
} }
table.plugin-install td.column-name strong { table.plugin-install td.column-name strong {
font-size: 1.4em; font-size: 1.4em;
line-height: 1.6em; line-height: 1.6em;
} }
table.plugin-install #the-list td { table.plugin-install #the-list td {
-webkit-box-shadow: none; -webkit-box-shadow: none;
box-shadow: none; box-shadow: none;
@ -12222,7 +12224,7 @@ li#wp-admin-bar-toggle-button {
-webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.1); -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.1);
box-shadow: inset 0 -1px 0 rgba(0,0,0,0.1); box-shadow: inset 0 -1px 0 rgba(0,0,0,0.1);
} }
/* Dashboard */ /* Dashboard */
#dashboard_recent_comments #the-comment-list .comment-item .avatar { #dashboard_recent_comments #the-comment-list .comment-item .avatar {
height: 30px; height: 30px;