diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2012-05-10 14:08:08 +0000 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2012-05-10 14:08:08 +0000 |
commit | e3f452cf539d26c61c9b2d84143ebc231c102c8b (patch) | |
tree | 54aa05898f4a6dbbe84e118a35d933fcaf880ade /apps/files/css | |
parent | 2ae37b32d4b1086236f2bc63e19d7622816b6d97 (diff) | |
download | nextcloud-server-e3f452cf539d26c61c9b2d84143ebc231c102c8b.tar.gz nextcloud-server-e3f452cf539d26c61c9b2d84143ebc231c102c8b.zip |
larger clickable area for new button
Diffstat (limited to 'apps/files/css')
-rw-r--r-- | apps/files/css/files.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/css/files.css b/apps/files/css/files.css index 9a2c9098c07..daa475d298b 100644 --- a/apps/files/css/files.css +++ b/apps/files/css/files.css @@ -14,7 +14,7 @@ .file_upload_wrapper .file_upload_button_wrapper { position:absolute; top:0; left:0; width:100%; height:100%; cursor:pointer; z-index:1000; } #new { float:left; border-top-right-radius:0; border-bottom-right-radius:0; margin:0 0 0 1em; border-right:none; z-index:1010; height:1.3em; } #new.active { border-bottom-left-radius:0; border-bottom:none; } -#new>a { padding-left:1em; padding-right:1em; color:#fff; text-shadow:0 1px 0 #51a351; } +#new>a { padding:.5em 1.2em .3em; color:#fff; text-shadow:0 1px 0 #51a351; } #new>ul { display:none; position:fixed; text-align:left; padding:.5em; background:#f8f8f8; margin-top:0.075em; border:1px solid #ddd; min-width:7em; margin-left:-.5em; z-index:-1; } #new>ul>li { margin:.3em; padding-left:2em; background-repeat:no-repeat; cursor:pointer; padding-bottom:0.1em } #new>ul>li>p { cursor:pointer; } |