diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-06-05 17:21:49 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-06-05 17:21:49 +0200 |
commit | 990405d6eef3abfbe1becbad58e1c4fcf68db233 (patch) | |
tree | f98ead4fecd60a9efcecb43065a96321a977ec1a /apps/files | |
parent | 96278e0201f947a8aba0897a97167b672c6ec6e0 (diff) | |
download | nextcloud-server-990405d6eef3abfbe1becbad58e1c4fcf68db233.tar.gz nextcloud-server-990405d6eef3abfbe1becbad58e1c4fcf68db233.zip |
fix position of sidebar toggle, fix Files controls position problems
Diffstat (limited to 'apps/files')
-rw-r--r-- | apps/files/css/upload.css | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/files/css/upload.css b/apps/files/css/upload.css index 06b4d4655fe..b28f2eac4ac 100644 --- a/apps/files/css/upload.css +++ b/apps/files/css/upload.css @@ -44,7 +44,6 @@ display: inline-block; vertical-align: top; height: 36px; - box-sizing: border-box; } #uploadprogresswrapper > input[type='button'] { height: 36px; @@ -53,7 +52,7 @@ position:relative; float: left; margin-left: 12px; - width: 130px; + width: 100%; height: 36px; display:inline-block; } |