summaryrefslogtreecommitdiffstats
path: root/wp-admin/css/theme-editor.css
blob: 2c59e97b8b472331229aa99329b0f3d749839424 (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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
#template textarea {
	font-family: 'Courier New', Courier, monospace;
	font-size: 12px;
	width: 97%;
}

#template p {
	width: 97%;
}

#templateside {
	float: right;
	width: 190px;
	margin-top:-3.4em;
}

#templateside h3, #postcustomstuff p.submit {
	margin: 0;
}

h3#bordertitle {
	margin-bottom: 10px;
}

#templateside h4 {
	margin-bottom: 0px;
}

#templateside ol, #templateside ul {
	list-style: none;
	margin: .5em;
	padding: 0;
}

#templateside ol li, #templateside ul li {
	margin: 1px 0px;
}

#themeselector {
	padding-right: 5px;
	float: right;
	position: relative;
	bottom: 25px;
}

#themeselector select {
	margin: 0;
	padding: 0;
}

.nonessential {
	font-size: small;
}

.highlight {
	padding: 1px;
}

div.bordertitle h2 {
	border: none;
	padding-bottom: 0px;
}

div.tablenav {
	margin-right: 210px;
}