summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2015-03-25 12:43:05 +0100
committerJan-Christoph Borchardt <hey@jancborchardt.net>2015-03-25 12:43:05 +0100
commit090eb832f06b784e19e69edc9430b067597f7bbb (patch)
treee19ce91df7df41e7cebe02bc3bb975f57851f797 /core
parente188f0e4368ad1b34ecc35fcafa277f0e3946c01 (diff)
downloadnextcloud-server-090eb832f06b784e19e69edc9430b067597f7bbb.tar.gz
nextcloud-server-090eb832f06b784e19e69edc9430b067597f7bbb.zip
do not show update notification on mobile, fix overlapping of header menus, fix #10544
Diffstat (limited to 'core')
-rw-r--r--core/css/mobile.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/core/css/mobile.css b/core/css/mobile.css
index 662c583efbc..892612fc06a 100644
--- a/core/css/mobile.css
+++ b/core/css/mobile.css
@@ -54,6 +54,11 @@
display: none;
}
+/* do not show update notification on mobile */
+#update-notification {
+ display: none !important;
+}
+
/* position share dropdown */
#dropdown {
margin-right: 10% !important;