diff options
| author | oweissbarth | 2014-07-19 16:17:49 +0200 |
|---|---|---|
| committer | oweissbarth | 2014-07-19 16:17:49 +0200 |
| commit | 0097ccaf345cbc423df415322357e1f574e19140 (patch) | |
| tree | e0d171cf1d01f457741b48bc291f05f76a07961b /www/static/browser.css | |
| parent | 7f757321be39166ff259225c03a6793101cd921e (diff) | |
| download | files.iamfabulous.de-0097ccaf345cbc423df415322357e1f574e19140.tar.gz | |
added d&d multifile upload
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; } |
