diff options
| author | donncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36> | 2007-05-21 18:37:58 +0000 |
|---|---|---|
| committer | donncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36> | 2007-05-21 18:37:58 +0000 |
| commit | 89fe0ff804e7c6497ebacc8b341ac89974f6f255 (patch) | |
| tree | 3fce310b29c685008fdbb75c5ab531bc3a6ae12a /wp-admin/widgets-rtl.css | |
| parent | a139071806ba941346a109fbefb2d5f22bae1cc4 (diff) | |
WP Merge to rev 5499, this is a big one! Test it before you put it live!
Test only, not for production use yet
git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@972 7be80a69-a1ef-0310-a953-fb0f7c49ff36
Diffstat (limited to 'wp-admin/widgets-rtl.css')
| -rw-r--r-- | wp-admin/widgets-rtl.css | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/wp-admin/widgets-rtl.css b/wp-admin/widgets-rtl.css new file mode 100644 index 0000000..805f39d --- /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 |
