summaryrefslogtreecommitdiffstats
path: root/wp-admin/upload.css
diff options
context:
space:
mode:
authordonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2006-11-24 16:16:44 +0000
committerdonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2006-11-24 16:16:44 +0000
commit600b71019494e1c29898a620e58c0d2602f37b74 (patch)
tree21181d77ad4ebbcd42cd883e509c08a568d29514 /wp-admin/upload.css
parent7935d0bd9ef23d32ae29a95bd6c3ea0b6eab2973 (diff)
downloadwordpress-mu-600b71019494e1c29898a620e58c0d2602f37b74.tar.gz
wordpress-mu-600b71019494e1c29898a620e58c0d2602f37b74.tar.xz
wordpress-mu-600b71019494e1c29898a620e58c0d2602f37b74.zip
WP Merge to 4524
git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@810 7be80a69-a1ef-0310-a953-fb0f7c49ff36
Diffstat (limited to 'wp-admin/upload.css')
-rw-r--r--wp-admin/upload.css47
1 files changed, 31 insertions, 16 deletions
diff --git a/wp-admin/upload.css b/wp-admin/upload.css
index 601f7e7..a74ec18 100644
--- a/wp-admin/upload.css
+++ b/wp-admin/upload.css
@@ -3,45 +3,60 @@ body { background: #f9fcfe; }
.upload-file-data { display: none; }
#upload-menu {
- background: #247fab;
- margin: 0px;
+ border-top: 2em solid #247fab;
+ margin: 0;
padding: 0;
+ height: 0;
list-style: none;
- height: 2em;
- border-bottom: 1px solid #448abd;
width: 100%;
}
-#upload-menu li { margin: 0 0 0 .75em; }
+body > #upload-menu { border-bottom: 7px solid #fff; }
-#upload-menu li div {
- padding: 5px;
+#upload-menu li {
+ margin: 0;
+ position: relative;
+ top: -2em;
+ padding-bottom: 5px;
+ border: none;
border-top: 3px solid #247fab;
}
-#upload-menu li a {
+#upload-menu li a.upload-tab-link {
+ margin-left: 0.75em;
+ padding: 5px 5px 0;
+ display: block;
+ float: left;
+ height: 100%;
text-decoration: none;
border-bottom: none;
color: #fff;
}
-#upload-menu li span a.page-numbers { color: #00019b; }
-
-#upload-menu .current div {
- background: #f9fcfe;
+#upload-menu li.current {
border-right: 2px solid #448abd;
color: #000;
}
-#upload-menu .current div a, #upload-menu div:hover a {
+#upload-menu li.current a.upload-tab-link, #upload-menu li a:hover {
+ background: #f9fcfe;
color: #000;
}
-#upload-menu div:hover {
- background: #f9fcfe;
- color: #000;
+#upload-menu li #current-tab-nav {
+ float: left;
+ padding: 5px 5px 0 0;
+ margin-left: -5px;
+}
+
+#upload-menu li span .page-numbers {
+ padding: 0;
+ border: none;
}
+#upload-menu li span a.page-numbers { color: #00019b; }
+#upload-menu li span a.page-numbers:hover { text-decoration: underline; }
+
#upload-content {
position: relative;
clear: both;