diff options
| author | donncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36> | 2006-11-07 12:37:04 +0000 |
|---|---|---|
| committer | donncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36> | 2006-11-07 12:37:04 +0000 |
| commit | d510632e9f07cec9ac3de3b5dafc56bd58c81b8a (patch) | |
| tree | b4944ea6ceed3a73977f9edeae40f8174a4bab29 /wp-admin/upload-rtl.css | |
| parent | 74e848ef222ada441de10e1db012988d1904b3ca (diff) | |
WP Merge
git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@804 7be80a69-a1ef-0310-a953-fb0f7c49ff36
Diffstat (limited to 'wp-admin/upload-rtl.css')
| -rw-r--r-- | wp-admin/upload-rtl.css | 42 |
1 files changed, 30 insertions, 12 deletions
diff --git a/wp-admin/upload-rtl.css b/wp-admin/upload-rtl.css index b7bb3ae..a085c86 100644 --- a/wp-admin/upload-rtl.css +++ b/wp-admin/upload-rtl.css @@ -1,22 +1,40 @@ -body { font: 13px Tahoma, "Lucida Grande", "Lucida Sans Unicode", Verdana; } +table { float: right; } + +#upload-file th, #the-attachment-links textarea { text-align: left; } -#upload-menu li { margin: 0 .75em 0 0; } +h2 { margin: 0 0 0 .2em; } + +#upload-files li { margin: 0 15px 15px 0; } + +#upload-file-view { padding: 0 75px 0 0; } + +#upload-menu li { + margin: 0 .75em 0 0; + display: block; + float: right; +} #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; } +#upload-file { + left: auto; + right: 0; +} -table { float: right; } +#file-title { + margin: 0 75px .2em 0; + font-family: Tahoma, Georgia, "Times New Roman", Times, serif; +} -#the-attachment-links { float: left; } +.back { + left: auto; + right: 14px; +} -#th { text-align: left; } +#uploadoptions td { + padding-left: 0; + padding-right: 1em; +} |
