mirror of
https://github.com/WordPress/WordPress.git
synced 2025-03-08 06:20:04 +00:00
Dashboard styling from mt. fixes #6029
git-svn-id: http://svn.automattic.com/wordpress/trunk@7088 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
717b7316bf
commit
db0e02e19e
wp-admin
@ -2,6 +2,7 @@
|
|||||||
border: 1px solid #ccc;
|
border: 1px solid #ccc;
|
||||||
padding: 2px;
|
padding: 2px;
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
|
margin-right: 7px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#rightnow .reallynow {
|
#rightnow .reallynow {
|
||||||
@ -47,7 +48,7 @@
|
|||||||
padding: 10px;
|
padding: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#rightnow p {
|
#rightnow h3, #rightnow p {
|
||||||
padding: 0 10px;
|
padding: 0 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -64,7 +65,7 @@
|
|||||||
div#dashboard-widgets {
|
div#dashboard-widgets {
|
||||||
position: relative;
|
position: relative;
|
||||||
left: 20px;
|
left: 20px;
|
||||||
margin: -20px 0 0 -20px;
|
margin: -20px 6px 0 -20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.dashboard-widget-holder {
|
div.dashboard-widget-holder {
|
||||||
@ -95,15 +96,16 @@ div.dashboard-widget {
|
|||||||
margin-right: 20px;
|
margin-right: 20px;
|
||||||
border: 1px solid #ccc;
|
border: 1px solid #ccc;
|
||||||
padding: 2px;
|
padding: 2px;
|
||||||
height: 26em;
|
height: 27em;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
|
font-size: 11px;
|
||||||
}
|
}
|
||||||
|
|
||||||
h3.dashboard-widget-title {
|
h3.dashboard-widget-title {
|
||||||
background-color: #eaf3fa;
|
background-color: #eaf3fa;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0 10px;
|
padding: 0 7px;
|
||||||
font-size: 1.2em;
|
font-size: 14px;
|
||||||
line-height: 2;
|
line-height: 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -129,7 +131,7 @@ h3.dashboard-widget-title img.rss-icon {
|
|||||||
|
|
||||||
div.dashboard-widget-notice {
|
div.dashboard-widget-notice {
|
||||||
background-color: #cfe1ef;
|
background-color: #cfe1ef;
|
||||||
padding: 0 20px;
|
padding: 0 14px;
|
||||||
font-size: 1.2em;
|
font-size: 1.2em;
|
||||||
line-height: 2;
|
line-height: 2;
|
||||||
}
|
}
|
||||||
@ -163,8 +165,12 @@ div.dashboard-widget-content blockquote {
|
|||||||
margin: -1em 0;
|
margin: -1em 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.dashboard-widget-content .comment-meta {
|
div#dashboard_recent_comments p {
|
||||||
font-size: 95%;
|
font-size: 14px;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.dashboard-widget-content p.comment-meta {
|
||||||
|
font-size: 11px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
#dashboard_secondary div.dashboard-widget-content ul {
|
#dashboard_secondary div.dashboard-widget-content ul {
|
||||||
@ -219,40 +225,43 @@ div.dashboard-widget-content .comment-meta {
|
|||||||
|
|
||||||
#dashboard-widgets .widget_rss ul li span.rss-date {
|
#dashboard-widgets .widget_rss ul li span.rss-date {
|
||||||
float: left;
|
float: left;
|
||||||
margin: 0 0 1em;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#dashboard-widgets .widget_rss ul li a {
|
#dashboard-widgets .widget_rss ul li a {
|
||||||
float: left;
|
float: left;
|
||||||
margin: 0 .5em 1em 0;
|
margin: 0 .5em .2em 0;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
#dashboard-widgets .widget_rss ul li div {
|
#dashboard-widgets .widget_rss ul li div {
|
||||||
clear: both;
|
clear: both;
|
||||||
|
line-height: 1.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
#dashboard_primary a.rsswidget, #dashboard_plugins h5 {
|
#dashboard_primary a.rsswidget, #dashboard_plugins h5 {
|
||||||
font-size: 1.2em;
|
font-size: 14px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#dashboard_primary span.rss-date {
|
#dashboard_primary span.rss-date {
|
||||||
font-size: 1.2em;
|
font-size: 14px;
|
||||||
color: #999;
|
color: #999;
|
||||||
}
|
}
|
||||||
|
|
||||||
#dashboard_plugins h4 {
|
#dashboard_plugins h4 {
|
||||||
font-size: 1em;
|
font-size: 1em;
|
||||||
margin: 0 0 .7em;
|
margin: 0 0 .1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
#dashboard_plugins h5 {
|
#dashboard_plugins h5 {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
display: inline;
|
display: inline;
|
||||||
|
line-height: 1.4em;
|
||||||
}
|
}
|
||||||
|
|
||||||
#dashboard_plugins p {
|
#dashboard_plugins p {
|
||||||
margin: 0 0 1em;
|
margin: 0 0 1em;
|
||||||
|
line-height: 1.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.widget-loading {
|
.widget-loading {
|
||||||
|
@ -276,7 +276,7 @@ function wp_dashboard_recent_comments( $sidebar_args ) {
|
|||||||
|
|
||||||
if ( $is_first ) : $is_first = false;
|
if ( $is_first ) : $is_first = false;
|
||||||
?>
|
?>
|
||||||
<blockquote><?php comment_text(); ?></blockquote>
|
<blockquote><p>“<?php comment_excerpt(); ?>”</p></blockquote>
|
||||||
<p class='comment-meta'><?php echo $comment_meta; ?></p>
|
<p class='comment-meta'><?php echo $comment_meta; ?></p>
|
||||||
|
|
||||||
<ul id="dashboard-comments-list">
|
<ul id="dashboard-comments-list">
|
||||||
|
@ -1400,7 +1400,8 @@ ul.view-switch li.current a {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#the-comment-list td.comment {
|
#the-comment-list td.comment {
|
||||||
width: 70%;
|
width: 65%;
|
||||||
|
padding-right: 10%;
|
||||||
}
|
}
|
||||||
|
|
||||||
#the-comment-list td.comment p {
|
#the-comment-list td.comment p {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user