summaryrefslogtreecommitdiffstats
path: root/wp-admin/widgets-rtl.css
blob: a399baeaebae5e9f2339563cbdcf70cae8588212 (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
#sbreset, #lastmodule, #palettediv .module, .dropzone, .dropzone ul { float: right; }

* .module, #lastmodule { text-align: right; }

* html #palettediv ul { padding: 0 10px 0 0; }

#palettediv ul { padding: 0 10px 0 0;
 margin-left: 1px!important;}

* .handle, #lastmodule span {
	border-right: 1px solid #f2f2f2;
	border-left: 1px solid #e8e8e8;
}

#sbadmin p.submit {
	padding-right: 0;
	padding-left: 10px;
	clear: right;
}

#palettediv .module, #lastmodule, .dropzone {
	margin-right: auto;
	margin-left: 10px;
}

* .popper {
	right: auto;
	left: 3px;
	background-position: 5px 0;
}

.controlcloser {
	right: auto;
	left: 8px;
}

#shadow {
	left: auto;
	right: 0px;
}