summaryrefslogtreecommitdiffstats
path: root/apps/files/css/mobile.css
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2014-03-21 14:34:05 +0100
committerJan-Christoph Borchardt <hey@jancborchardt.net>2014-03-21 14:34:05 +0100
commit40c20b2eebed45be56cf554b904fe2d7510ed448 (patch)
tree26bdb335d4ae9b0bcee8656e92416630fafdd30b /apps/files/css/mobile.css
parentecf52e05fb9e88910167351dfa75bde5db2267ae (diff)
downloadnextcloud-server-40c20b2eebed45be56cf554b904fe2d7510ed448.tar.gz
nextcloud-server-40c20b2eebed45be56cf554b904fe2d7510ed448.zip
mobile: remove shift for multiselect bar to account for missing navigation
Diffstat (limited to 'apps/files/css/mobile.css')
-rw-r--r--apps/files/css/mobile.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/files/css/mobile.css b/apps/files/css/mobile.css
index 00c4630ea6c..225448e5abc 100644
--- a/apps/files/css/mobile.css
+++ b/apps/files/css/mobile.css
@@ -13,6 +13,11 @@ table td.date {
display: none;
}
+/* remove shift for multiselect bar to account for missing navigation */
+table.multiselect thead {
+ padding-left: 0;
+}
+
/* restrict length of displayed filename to prevent overflow */
table td.filename .nametext {
max-width: 75% !important;