diff options
author | Vincent Petry <pvince81@owncloud.com> | 2016-05-12 18:15:54 +0200 |
---|---|---|
committer | Vincent Petry <pvince81@owncloud.com> | 2016-05-12 18:15:54 +0200 |
commit | 5f6fb4570430184dd9849b457cbec44c1b328ca4 (patch) | |
tree | aea69fb7459df57c653d3dd432ca29556c2ee205 /apps/files/css/mobile.css | |
parent | e077d78ec98a992530661e3801fbdaf43198d187 (diff) | |
parent | cacf5ed23f74524e537b5c51a55f4a406a7fa5fb (diff) | |
download | nextcloud-server-5f6fb4570430184dd9849b457cbec44c1b328ca4.tar.gz nextcloud-server-5f6fb4570430184dd9849b457cbec44c1b328ca4.zip |
Merge branch 'Superduper-Progressbar-branch-thingie' of https://github.com/luckydonald/core into luckydonald-Superduper-Progressbar-branch-thingie
Diffstat (limited to 'apps/files/css/mobile.css')
-rw-r--r-- | apps/files/css/mobile.css | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/apps/files/css/mobile.css b/apps/files/css/mobile.css index 0641304d211..bb20c8c3f77 100644 --- a/apps/files/css/mobile.css +++ b/apps/files/css/mobile.css @@ -67,7 +67,15 @@ table td.filename .nametext .innernametext { } /* shorten elements for mobile */ -#uploadprogressbar { +#uploadprogressbar, #uploadprogressbar .label.inner { width: 50px; } +/* hide desktop-only parts */ +#uploadprogressbar .desktop { + display: none !important; } +#uploadprogressbar .mobile { + display: block !important; +} + +}
\ No newline at end of file |