Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2015-03-25 14:43:05 +0300
committerJan-Christoph Borchardt <hey@jancborchardt.net>2015-03-25 18:55:33 +0300
commit9bc1f0a67ab3ddbb7dca2d85ea9fc0b7a8365e21 (patch)
treeca7b1115aecbe787c408eafdee7ced22efa6d396 /core
parente4d8dc782513c9a725f79deb6a4cb725193a64a8 (diff)
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 a98547596b2..66b6dac7b0f 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;