diff options
| author | donncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36> | 2006-10-05 17:45:26 +0000 |
|---|---|---|
| committer | donncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36> | 2006-10-05 17:45:26 +0000 |
| commit | 767c3538b9f4aa2684429a7efea8f7728034c754 (patch) | |
| tree | 8cc7b4bc82bfc8e5cc2179b7a8aa7b4f9a2be193 /wp-admin/upload-rtl.css | |
| parent | 23c0a299ada091cdeece968ad5cd3bdd20f5ef3c (diff) | |
WP Merge to rev 4347
git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@789 7be80a69-a1ef-0310-a953-fb0f7c49ff36
Diffstat (limited to 'wp-admin/upload-rtl.css')
| -rw-r--r-- | wp-admin/upload-rtl.css | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/wp-admin/upload-rtl.css b/wp-admin/upload-rtl.css new file mode 100644 index 0000000..b7bb3ae --- /dev/null +++ b/wp-admin/upload-rtl.css @@ -0,0 +1,22 @@ +body { font: 13px Tahoma, "Lucida Grande", "Lucida Sans Unicode", Verdana; } + +#upload-menu li { margin: 0 .75em 0 0; } + +#upload-menu .current div { + border-right: 0; + border-left: 2px solid #448abd; +} + +#upload-file-view { 0 15px 0 0 } + +#file-title { margin: 0 15px .2em 0; } + +h2 { margin: 0 0 0 .2em; } + +#upload-files li { margin: 0 15px 15px 0; } + +table { float: right; } + +#the-attachment-links { float: left; } + +#th { text-align: left; } |
