summaryrefslogtreecommitdiffstats
path: root/wp-admin/css/widgets-rtl.css
blob: d76cc9f8dd59132c565abe6a8ca7cca15284328f (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
.dropzone,
#palettediv,
.handle,
.controlform {
	direction: rtl;
	text-align: justify;
	}
.dropzone {
	float: right;
	margin-left: 10px;
	margin-right: auto;
	width: 240px;
	}
* html .dropzone ul {
	margin-right: 0;
	}
* .handle, #lastmodule span {
	border-left: 1px solid #e8e8e8;
	border-right: 1px solid #f2f2f2;
	}
* .popper {
	right: auto;
	left: 3px;
	}
#palettediv .module, #lastmodule {
	margin-right: auto;
	margin-left: 10px;
	float: right;
	}
#palettediv ul {
	padding: 0 10px 0 0;
	margin-right: 0;
	width: 100%;
	}
.placemat {
	margin-right: 0;
	float: right;
	}