diff options
author | Morris Jobke <hey@morrisjobke.de> | 2014-06-16 13:51:49 +0200 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2014-06-16 13:51:49 +0200 |
commit | b75fe439e7beb99346d31c5dff0127a1c4942d30 (patch) | |
tree | 12f0ae453b7ba74b277198029ec884a1addf5a0e /core | |
parent | 4fbab3c12db8bc23c7a4891005c00f6f302ae9e3 (diff) | |
download | nextcloud-server-b75fe439e7beb99346d31c5dff0127a1c4942d30.tar.gz nextcloud-server-b75fe439e7beb99346d31c5dff0127a1c4942d30.zip |
fix CSS for upload button - fixes #8939
Diffstat (limited to 'core')
-rw-r--r-- | core/css/mobile.css | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/core/css/mobile.css b/core/css/mobile.css index 2e515957c80..d840cdafa26 100644 --- a/core/css/mobile.css +++ b/core/css/mobile.css @@ -129,11 +129,6 @@ table.multiselect thead { left: 0 !important; } -/* shorten elements for mobile */ -#uploadprogresswrapper { - width: 50px; -} - /* fix controls bar jumping when navigation is slid out */ .snapjs-left #app-navigation-toggle, |