]> scripts.mit.edu Git - autoinstalls/wordpress.git/blob - wp-admin/css/ms.dev.css
Wordpress 3.2.1-scripts
[autoinstalls/wordpress.git] / wp-admin / css / ms.dev.css
1 /* Dashboard: MS Specific Data */
2 #dashboard_right_now p.musub {
3         margin-top: 12px;
4         border-top: 1px solid #ececec;
5         padding-left: 16px;
6         position: static;
7 }
8
9 .rtl #dashboard_right_now p.musub {
10         padding-left: 0;
11         padding-right: 16px;
12 }
13
14 #dashboard_right_now td.b a.musublink {
15         font-size: 16px;
16 }
17
18 #dashboard_right_now div.musubtable {
19         border-top: none;
20 }
21
22 #dashboard_right_now div.musubtable .t {
23         white-space: normal;
24 }
25
26 /* Background Color for Site Status */
27 .wp-list-table .site-deleted {
28         background: #ff8573;
29 }
30 .wp-list-table .site-spammed {
31         background: #faafaa;
32 }
33 .wp-list-table .site-archived {
34         background: #ffebe8;
35 }
36 .wp-list-table .site-mature {
37         background: #fecac2;
38 }