scripts.mit.edu
/
autoinstalls
/
wordpress.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
54cadd07bf8e962b97aa7caddd19a15dd6b244b4
[autoinstalls/wordpress.git]
/
wp-admin
/
css
/
ie-rtl.css
1
/* footer */
2
body, td {
3
font-family: Tahoma,Verdana,sans-serif;
4
}
5
6
.wrap {
7
text-align: right;
8
}
9
10
.wrap h2 {
11
margin: 5px 0 0 4px;
12
}
13
14
#footer {
15
padding-left:50px;
16
}
17
#footer p {
18
background:none;
19
height:auto;
20
padding: 5px 5px 0;
21
}
22
23
#bh {
24
padding-left: 15px;
25
padding-right: 0px;
26
}
27
/* write post */
28
#poststuff .togbox {
29
margin-right:-16px;
30
}
31
#poststuff h3 {
32
padding-right:20px;
33
}
34
35
p#widget-search, p#post-search {
36
padding-left: 15px;
37
}
38
39
.widefat th {
40
padding-bottom: 8px;
41
}
42
43
/* template editor */
44
#template textarea {
45
float:left;
46
}
47
48
/* Editor */
49
50
.mceToolbar {
51
direction: ltr;
52
text-align: left;
53
}