From ec31a29b3c0add4ab4adf1ba089282b7024b1eb1 Mon Sep 17 00:00:00 2001 From: Bartek Przybylski Date: Wed, 10 Aug 2011 20:12:42 +0200 Subject: [PATCH] Bug 279826 fix --- files/css/files.css | 4 +++- files/templates/index.php | 29 ++++++++++++++++------------- 2 files changed, 19 insertions(+), 14 deletions(-) diff --git a/files/css/files.css b/files/css/files.css index 0ec1698bf3a..004721cff9a 100644 --- a/files/css/files.css +++ b/files/css/files.css @@ -1,9 +1,11 @@ /* FILE MENU */ .actions { padding:.6em; float:right; margin-right:13em; } .actions input { margin:0; padding:.3em; } +.actions div { position: relative; display:inline-block; } #file_menu { right:0; position:absolute; top:0; } #file_menu a { display:block; float:left; background-image:none; text-decoration:none; } -.file_upload_form, #file_newfolder_form { display:inline; } +.file_upload_form { display: inline; z-index: 5;} +#file_newfolder_form { display:inline; z-index: 6;} #fileSelector, #file_upload_submit, #file_newfolder_submit { display:none; } .file_upload_wrapper, #file_newfolder_name { background-repeat:no-repeat; background-position:.5em .3em; padding-left:2em; } .file_upload_wrapper { background:url("../img/file.png"); font-weight:bold; position:relative; top:-1.2em; left:-2em; display:-moz-inline-box; /* fallback for older firefox versions*/ display:inline-block; width:8em; } diff --git a/files/templates/index.php b/files/templates/index.php index 3951787a25d..d9a6c2b4b80 100644 --- a/files/templates/index.php +++ b/files/templates/index.php @@ -1,19 +1,22 @@
-
- - - -
- - -
- -
-
- -
+
+
+ + + +
+ + +
+ +
+
+
+ +
+
-- 2.39.5