aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/css/upload.css
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2014-06-05 17:21:49 +0200
committerJan-Christoph Borchardt <hey@jancborchardt.net>2014-06-05 17:21:49 +0200
commit990405d6eef3abfbe1becbad58e1c4fcf68db233 (patch)
treef98ead4fecd60a9efcecb43065a96321a977ec1a /apps/files/css/upload.css
parent96278e0201f947a8aba0897a97167b672c6ec6e0 (diff)
downloadnextcloud-server-990405d6eef3abfbe1becbad58e1c4fcf68db233.tar.gz
nextcloud-server-990405d6eef3abfbe1becbad58e1c4fcf68db233.zip
fix position of sidebar toggle, fix Files controls position problems
Diffstat (limited to 'apps/files/css/upload.css')
-rw-r--r--apps/files/css/upload.css3
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;
}