45 lines
753 B
CSS
45 lines
753 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;
|
|
}
|
|
|
|
/* No drag and drop on ms-sites.php */
|
|
.ms-sites-php .postbox h3 {
|
|
cursor: auto;
|
|
}
|
|
|
|
.ms-sites-php .postbox .description {
|
|
margin:10px 0 0px;
|
|
padding:0px 10px 10px;
|
|
border-bottom:1px solid #DFDFDF;
|
|
}
|
|
|
|
/* Background Color for Site Status */
|
|
tr.site-deleted {
|
|
background: #ff8573;
|
|
}
|
|
tr.site-spammed {
|
|
background: #faa;
|
|
}
|
|
tr.site-archived {
|
|
background:#ffebe8;
|
|
}
|
|
tr.site-mature {
|
|
background: #fecac2;
|
|
}
|