summaryrefslogtreecommitdiffstats
path: root/wp-admin/upload-rtl.css
diff options
context:
space:
mode:
authordonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2007-10-12 16:21:15 +0000
committerdonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2007-10-12 16:21:15 +0000
commit3a4570b0fc8b3d6339bef71d17d7701554e0bbf7 (patch)
tree2a06e5261263c68d8afd95a6328879dc289cb909 /wp-admin/upload-rtl.css
parentb83c34a7010faee0223f6037025c350da12e05e6 (diff)
Merge with WP 2.3 - testing use only!
Move pluggable functions out of wpmu-functions and into pluggable.php, fixes #439 git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1069 7be80a69-a1ef-0310-a953-fb0f7c49ff36
Diffstat (limited to 'wp-admin/upload-rtl.css')
-rw-r--r--wp-admin/upload-rtl.css50
1 files changed, 0 insertions, 50 deletions
diff --git a/wp-admin/upload-rtl.css b/wp-admin/upload-rtl.css
deleted file mode 100644
index cf1a7c2..0000000
--- a/wp-admin/upload-rtl.css
+++ /dev/null
@@ -1,50 +0,0 @@
-#upload-menu li a.upload-tab-link {
- float: right;
- margin: 0 .75em 0 0;
-}
-
-table { float: right; }
-
-#upload-menu li #current-tab-nav {
- float: right;
- padding: 5px 0 0 5px;
- margin-right: -5px;
-}
-
-#upload-file th, #the-attachment-links textarea { text-align: left; }
-
-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 {
- display: block;
- float: right;
-}
-
-#upload-menu li.current {
- border-right: 0;
- border-left: 2px solid #448abd;
-}
-
-#upload-file {
- left: auto;
- right: 0;
-}
-
-#file-title {
- margin: 0 75px .2em 0;
- font-family: Tahoma, Georgia, "Times New Roman", Times, serif;
-}
-
-.back {
- left: auto;
- right: 14px;
-}
-
-#uploadoptions td {
- padding-left: 0;
- padding-right: 1em;
-}