summaryrefslogtreecommitdiffstats
path: root/wp-admin/css/ie-rtl.css
blob: 1aa7cdb7db1518e7af15c535d0c44fd2d45b4b65 (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
67
68
69
70
71
72
73
#poststuff .postbox h3 {
	padding-left:0;
	padding-right: 23px;
}
* html #poststuff .postarea, * html #poststuff #titlediv {
	margin-left:0;
	margin-right: 3%;
}
* html #poststuff h2 {
	margin-right: 0;
}
#bh {
	padding-right:0;
	padding-left: 15px;
}
div#dashboard-widgets {
	padding-right:0;
	padding-left: 1px;
}
#tagchecklist span a {
	margin: 4px -9px 0 0;
}
#poststuff .togbox {
	margin-left:0;
	margin-right: -19px;
}
.widefat th input {
	margin: 0 5px 0 0;
}
/* ---------- add by navid */
#dashmenu { /* fix top right bottom in admin */
	direction:ltr;
}
#sidemenu a { /* fix left admin buttom ex. plugins, options */
	float:left;
}
.wrap h2 {
	margin:5px 4px 0 0;
}
#editor-toolbar {/* fix hover in media uploader icon */
	direction:ltr;
}
#TB_window { /* fix theme preview */
	left:2%;
}
/* fix widget page */
form#widgets-filter {
	position:static;
}
#widget-search {
	display:none;
}
/* fix manage comment page */
ul.view-switch li {
	float:left;
}
form#posts-filter {
	position:static;
}
#post-search {
	display:none;
}
#submenu {
	margin-right: 20px;
}
/* Fixes for media-upload window */
/* Center media-upload panel on screen */
#TB_window { 
	width: 670px; 
	position: absolute; 
	top: 50%; 
	left: 50%; 
	margin-right: 335px !important; }