mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-02 16:59:35 +01:00
ea720f6a36
git-svn-id: http://svn.automattic.com/wordpress/trunk@18086 1a063a9b-81f0-0310-95a4-ce76da25c4cd
34 lines
605 B
CSS
34 lines
605 B
CSS
/* Dashboard: MS Specific Data */
|
|
#dashboard_right_now p.musub {
|
|
margin-top: 12px;
|
|
border-top: 1px solid #ececec;
|
|
padding-left: 16px;
|
|
position: static;
|
|
}
|
|
|
|
#dashboard_right_now td.b a.musublink {
|
|
font-size: 16px;
|
|
}
|
|
|
|
#dashboard_right_now div.musubtable {
|
|
border-top: none;
|
|
}
|
|
|
|
#dashboard_right_now div.musubtable .t {
|
|
white-space: normal;
|
|
}
|
|
|
|
/* Background Color for Site Status */
|
|
.wp-list-table .site-deleted {
|
|
background: #ff8573;
|
|
}
|
|
.wp-list-table .site-spammed {
|
|
background: #faafaa;
|
|
}
|
|
.wp-list-table .site-archived {
|
|
background: #ffebe8;
|
|
}
|
|
.wp-list-table .site-mature {
|
|
background: #fecac2;
|
|
}
|