summaryrefslogtreecommitdiffstats
path: root/wp-admin/upload-rtl.css
blob: a085c869ed2cbe64ac78d401824e5be1d54472fc (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
table { float: right; }

#upload-file th, #the-attachment-links textarea { text-align: left; }

h2 { margin: 0 0 0 .2em; }

#upload-files li { margin: 0 15px 15px 0; }

#upload-file-view { padding: 0 75px 0 0; }

#upload-menu li {
	margin: 0 .75em 0 0;
	display: block;
	float: right;
}

#upload-menu .current div {
	border-right: 0;
	border-left: 2px solid #448abd;
}

#upload-file {
	left: auto;
	right: 0;
}

#file-title {
	margin: 0 75px .2em 0;
	font-family: Tahoma, Georgia, "Times New Roman", Times, serif;
}

.back {
	left: auto;
	right: 14px;
}

#uploadoptions td {
	padding-left: 0;
	padding-right: 1em;
}