diff options
Diffstat (limited to 'www/static/browser.css')
| -rw-r--r-- | www/static/browser.css | 17 |
1 files changed, 12 insertions, 5 deletions
diff --git a/www/static/browser.css b/www/static/browser.css index 817da0b..fa53a61 100644 --- a/www/static/browser.css +++ b/www/static/browser.css @@ -99,9 +99,6 @@ Tools visibility: hidden; } -#new-folder-form{ - -} #new-folder-area{ @@ -117,6 +114,9 @@ Tools margin-left: -200px; border: 1px solid black; + z-index: 100; + + visibility: hidden; } @@ -161,11 +161,15 @@ input.new-folder-input:focus{ } #upload-area{ - height: 190px; + height: 390px; width: 400px; position: fixed; top: 50%; - margin-top: -100px; + margin-top: -250px; + + background: white; + + opacity: 1; padding: 10px; @@ -173,6 +177,9 @@ input.new-folder-input:focus{ margin-left: -200px; border: 1px solid black; + z-index: 100; + + visibility: hidden; } |
