Ticket #7461: 7461.admin-rtl-styles.r8339.diff

File 7461.admin-rtl-styles.r8339.diff, 2.1 KB (added by RanYanivHartstein, 5 years ago)

Minor fixes for admin RTL styles

Line 
1Index: css/ie-rtl.css
2===================================================================
3--- css/ie-rtl.css      (revision 8339)
4+++ css/ie-rtl.css      (working copy)
5@@ -3,6 +3,10 @@
6        font-family: Tahoma,Verdana,sans-serif;
7 }
8 
9+#wpcontent #sidemenu li a {
10+       float: left;
11+}
12+
13 .wrap {
14        text-align: right;
15 }
16@@ -43,11 +47,4 @@
17 /* template editor */
18 #template textarea {
19        float:left;
20-}
21-
22-/* Editor */
23-
24-.mceToolbar {
25-       direction: ltr;
26-       text-align: left;
27 }
28\ No newline at end of file
29Index: rtl.css
30===================================================================
31--- rtl.css     (revision 8339)
32+++ rtl.css     (working copy)
33@@ -12,6 +12,11 @@
34        font-family: monospace !important;
35 }
36 
37+#update-nag {
38+       clear: both;
39+       margin-bottom: 1em;
40+}
41+
42 #wpwrap,#footer,#TB_title,.media-upload-form,#media-upload-header
43 {
44        direction:rtl!important;
45@@ -115,7 +120,8 @@
46 
47 .tablenav div
48 {
49-       float:right!important
50+       float:right !important;
51+       direction: rtl;
52 }
53 
54 .tablenav .delete
55@@ -321,4 +327,76 @@
56 
57 div#message {
58        clear: both;
59+}
60+
61+#media-items th.label {
62+       width: 120px;
63+}
64+
65+#media-items th.label .alignleft {
66+       width: 100px;
67+}
68+
69+#media-items th.label .alignright {
70+       width: 16px; height: 16px;
71+}
72+
73+input#href, input#src, input#class_name {
74+       direction: ltr; text-align: left;
75+}
76+
77+#sidemenu a {
78+       float: right;
79+}
80+
81+thead.media-item-info {
82+       float: left;
83+       margin-bottom: 18px;
84+       width: 100%;
85+}
86+
87+thead.media-item-info td {
88+       width: 100%;
89+       text-align: left;
90+}
91+
92+thead.media-item-info td.A1B1 {
93+       width: 150px;
94+}
95+
96+#gallery-form table.widefat th {
97+       float: left;
98+       width: 74%;
99+       text-align: center;
100+}
101+
102+#gallery-form table.widefat th.order-head {
103+       width: 18%;
104+}
105+
106+#media-upload tr.align td.field, #media-upload tr.image-size td.field {
107+       text-align: right !important;
108+}
109+
110+#media-upload tr.align td.field {
111+       float:right;
112+       margin-right:-15px;
113+}
114+
115+tr.image-size label {
116+       display:inline;
117+       margin:0 0 0 1em !important;
118+}
119+
120+#library-form {
121+       float: right;
122+}
123+
124+#filter .subsubsub {
125+       direction: rtl;
126+       text-align: right;
127+}
128+
129+#media-upload form#filter {
130+       margin-right: -20px;
131 }
132\ No newline at end of file