summaryrefslogtreecommitdiffstats
path: root/wp-admin/css/mu.css
blob: 36b06b1ddba4a0538ecda62b707718bd32bd9f21 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
/* 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;
}