Upload media from the Media Library page.

git-svn-id: http://svn.automattic.com/wordpress/trunk@8998 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
azaozz
2008-09-27 08:17:55 +00:00
parent 6d59ab95b0
commit a6f7c12d48
10 changed files with 177 additions and 47 deletions

View File

@@ -62,7 +62,8 @@ li.widget-list-control-item h4.widget-title a,
li.widget-list-control-item, div.nav, .tablenav, #dashboard-widgets p.dashboard-widget-links,
ul.view-switch li.current, .form-table tr, #poststuff h3, #replyhandle,
.login form, h3.info-box-title, #post-status-info, #edit-settings-wrap {
.login form, h3.info-box-title, #post-status-info, #edit-settings-wrap,
#wpbody-content .describe tr {
background-color: #cfebf7;
}
@@ -146,7 +147,10 @@ ul#widget-list li.widget-list-item h4.widget-title {
border-color: #c6d9e9;
}
.form-table td, .form-table th {
.form-table td,
.form-table th,
#wpbody-content .describe td,
#wpbody-content .describe th {
border-bottom-color: #fff;
}

View File

@@ -62,7 +62,8 @@ li.widget-list-control-item h4.widget-title a,
li.widget-list-control-item, div.nav, .tablenav, #dashboard-widgets p.dashboard-widget-links,
ul.view-switch li.current, .form-table tr, #poststuff h3, #replyhandle,
.login form, h3.info-box-title, #post-status-info, #edit-settings-wrap {
.login form, h3.info-box-title, #post-status-info, #edit-settings-wrap,
#wpbody-content .describe tr {
background-color: #eaf3fa;
}
@@ -146,7 +147,10 @@ ul#widget-list li.widget-list-item h4.widget-title {
border-color: #c6d9e9;
}
.form-table td, .form-table th {
.form-table td,
.form-table th,
#wpbody-content .describe td,
#wpbody-content .describe th {
border-bottom-color: #fff;
}