mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 12:20:22 +00:00
Huge MS refactoring and code cleanup. see #12460. props ocean90.
git-svn-id: https://develop.svn.wordpress.org/trunk@13918 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
+24
-46
@@ -1,45 +1,3 @@
|
||||
/* Blog Switcher */
|
||||
|
||||
#all-my-blogs-tab a.current {
|
||||
position: relative;
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
|
||||
#all-my-blogs {
|
||||
position: absolute;
|
||||
top: 30px;
|
||||
left: 0;
|
||||
right: 0;
|
||||
_width: 100%; /* IE6 Hack */
|
||||
margin: 4px 7px;
|
||||
padding: 6px 10px;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
#all-my-blogs * {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
form#all-my-blogs p, form#all-my-blogs p * {
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
#all-my-blogs a {
|
||||
font-size: 10px;
|
||||
text-decoration: underline;
|
||||
margin: 0 14px;
|
||||
}
|
||||
|
||||
#all-my-blogs a:hover, #all-my-blogs a:active {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
form#wpmu-search {
|
||||
position:absolute;
|
||||
right:0;
|
||||
top:0;
|
||||
}
|
||||
|
||||
/* Site Admin Menu */
|
||||
#adminmenu .menu-icon-site div.wp-menu-image {
|
||||
background: transparent url('../images/site-admin.png') no-repeat scroll 0px -33px;
|
||||
@@ -49,7 +7,7 @@ form#wpmu-search {
|
||||
background: transparent url('../images/site-admin.png') no-repeat scroll 0px -1px;
|
||||
}
|
||||
|
||||
/* Dashboard: MU Specific Data */
|
||||
/* Dashboard: MS Specific Data */
|
||||
#dashboard_right_now p.musub {
|
||||
margin-top: 12px;
|
||||
border-top: 1px solid #ececec;
|
||||
@@ -59,12 +17,32 @@ form#wpmu-search {
|
||||
#dashboard_right_now td.b a.musublink {
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
#dashboard_right_now div.musubtable {
|
||||
border-top: none;
|
||||
}
|
||||
|
||||
/* 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:#f55;
|
||||
background: #ff8573;
|
||||
}
|
||||
tr.site-spammed {
|
||||
background:#faa;
|
||||
background: #faa;
|
||||
}
|
||||
tr.site-archived {
|
||||
background:#fee;
|
||||
background:#ffebe8;
|
||||
}
|
||||
tr.site-mature {
|
||||
background: #fecac2;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user