From 6e54a62f24a2ec07f46e899f284a717c7cdd5f4a Mon Sep 17 00:00:00 2001 From: rob1n Date: Fri, 27 Apr 2007 02:39:22 +0000 Subject: [PATCH] Whoops, forgot widgets-rtl.css. git-svn-id: https://develop.svn.wordpress.org/trunk@5327 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/widgets-rtl.css | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 wp-admin/widgets-rtl.css diff --git a/wp-admin/widgets-rtl.css b/wp-admin/widgets-rtl.css new file mode 100644 index 0000000000..805f39dc90 --- /dev/null +++ b/wp-admin/widgets-rtl.css @@ -0,0 +1,39 @@ +#sbreset, #lastmodule, #palettediv .module, .dropzone, .dropzone ul { float: right; } + +* .module, #lastmodule { text-align: right; } + +* html #palettediv ul { padding: 0 10px 0 0; } + +#palettediv ul { padding: 0 10px 0 0; } + +* .handle, #lastmodule span { + border-right: 1px solid #f2f2f2; + border-left: 1px solid #e8e8e8; +} + +#sbadmin p.submit { + padding-right: 0; + padding-left: 10px; + clear: right; +} + +#palettediv .module, #lastmodule, .dropzone { + margin-right: auto; + margin-left: 10px; +} + +* .popper { + right: auto; + left: 3px; + background-position: 5px 0; +} + +.controlcloser { + right: auto; + left: 8px; +} + +#shadow { + left: auto; + right: 0px; +} \ No newline at end of file