summaryrefslogtreecommitdiffstats
path: root/core/css
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2015-03-25 15:48:34 +0100
committerMorris Jobke <hey@morrisjobke.de>2015-03-25 15:48:34 +0100
commit285f9e32e59e309cdb95403d45d307b3c20dca43 (patch)
treea35c490bcde1ec7e3cbc855e771a2d197a425b7f /core/css
parentbdce8524cb95a84972663f666cac02d3f8dced5e (diff)
parent090eb832f06b784e19e69edc9430b067597f7bbb (diff)
downloadnextcloud-server-285f9e32e59e309cdb95403d45d307b3c20dca43.tar.gz
nextcloud-server-285f9e32e59e309cdb95403d45d307b3c20dca43.zip
Merge pull request #15190 from owncloud/hide-update-notification-on-mobile
do not show update notification on mobile, fix overlapping of header menus
Diffstat (limited to 'core/css')
-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;