forked from crowdfavorite-mirrors/wp-editorial-calendar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
edcal_rtl.css
60 lines (49 loc) · 906 Bytes
/
edcal_rtl.css
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
.inline-edit-row fieldset label span.title {
width: 7em;
float: right;
text-align: right;
direction: rtl;
}
.inline-edit-row fieldset label span.input-text-wrap {
margin-left: 0;
margin-right: 7em;
}
.inline-edit-row fieldset label span.input-text-wrap {
text-align: right;
direction: rtl;
}
#topleft {
left: auto;
right: 0px;
}
#topright {
right: auto;
left: 0px;
}
#screen-options-link-wrap, #contextual-help-link-wrap {
float: left;
}
.wrap h2 {
text-align: right;
direction: rtl;
}
.icon32 {
float: right;
}
.post {
text-align: right;
direction: rtl;
}
.dayhead {
min-width: 0;
text-align: right;
direction: rtl;
}
#contextual-help-wrap {
text-align: right;
direction: rtl;
}
#tooltiptitle {
direction: rtl;
padding-right: 35px;
}