]> scripts.mit.edu Git - autoinstalls/wordpress.git/blob - wp-admin/css/ms.dev.css
Wordpress 3.0.6
[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 #dashboard_right_now td.b a.musublink {
10         font-size: 16px;
11 }
12
13 #dashboard_right_now div.musubtable {
14         border-top: none;
15 }
16
17 #dashboard_right_now div.musubtable .t {
18         white-space: normal;
19 }
20
21 /* No drag and drop on ms-sites.php */
22 .ms-sites-php .postbox h3 {
23         cursor: auto;
24 }
25
26 .ms-sites-php .postbox .description {
27         margin:10px 0 0px;
28         padding:0px 10px 10px;
29         border-bottom:1px solid #DFDFDF;
30 }
31
32 /* Background Color for Site Status */
33 tr.site-deleted {
34         background: #ff8573;
35 }
36 tr.site-spammed {
37         background: #faa;
38 }
39 tr.site-archived {
40         background:#ffebe8;
41 }
42 tr.site-mature {
43         background: #fecac2;
44 }