From cc8227915b5d488f40f4e278dc0c71a1d2aecbd8 Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Thu, 8 May 2008 17:46:46 +0000 Subject: [PATCH] global-rtl.css from mdawaffe. fixes #6931 for trunk git-svn-id: https://develop.svn.wordpress.org/trunk@7908 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/css/global-rtl.css | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 wp-admin/css/global-rtl.css diff --git a/wp-admin/css/global-rtl.css b/wp-admin/css/global-rtl.css new file mode 100644 index 0000000000..a34f7ad4c0 --- /dev/null +++ b/wp-admin/css/global-rtl.css @@ -0,0 +1,28 @@ +/* styles for use by people extending the WordPress interface */ +.alignleft { float: right; } +.alignright { float: left; } + +.textleft { text-align: right; } +.textright { text-align: left; } + +.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 { + margin: 5px -4px 0 0; + padding: 0 0 7px 280px; +}