summaryrefslogtreecommitdiffstats
path: root/wp-admin/css/global-rtl.css
diff options
context:
space:
mode:
Diffstat (limited to 'wp-admin/css/global-rtl.css')
-rw-r--r--wp-admin/css/global-rtl.css33
1 files changed, 15 insertions, 18 deletions
diff --git a/wp-admin/css/global-rtl.css b/wp-admin/css/global-rtl.css
index 4967c54..c1dfe5e 100644
--- a/wp-admin/css/global-rtl.css
+++ b/wp-admin/css/global-rtl.css
@@ -1,34 +1,31 @@
-//* styles for use by people extending the WordPress interface */
-body, td { font-family: sans-serif; }
-
-textarea, input, select { font-family: sans-serif; }
-
-.alignleft { float: right; }
-.alignright { float: left; }
-
-.textleft { text-align: right; }
-.textright { text-align: left; }
-
-.wrap h2 { font-family: sans-serif; }
-
+body, td {
+ font-family: Tahoma;
+}
+textarea, input, select {
+ font-family: Tahoma;
+}
+h1, h2, h3 {
+ font-family:arial;
+}
.widefat td {
padding: 7px 10px 9px 15px;
}
-
.widefat th {
padding: 9px 10px 6px 15px;
text-align: right;
}
-
.widefat th input {
margin: 0 8px 0 0;
}
-
.widefat .check-column {
text-align: left;
}
-
.wrap h2 {
+ font-family:arial;
margin: 5px -4px 0 0;
- padding: 0 0 7px 280px;
+ padding-right:0;
+ padding-left: 280px;
+}
+.wrap h2.long-header {
+ padding-left: 0;
}