]> source.dussan.org Git - nextcloud-server.git/commitdiff
do not show update notification on mobile, fix overlapping of header menus, fix ...
authorJan-Christoph Borchardt <hey@jancborchardt.net>
Wed, 25 Mar 2015 11:43:05 +0000 (12:43 +0100)
committerJan-Christoph Borchardt <hey@jancborchardt.net>
Wed, 25 Mar 2015 11:43:05 +0000 (12:43 +0100)
core/css/mobile.css

index 662c583efbc4b5ab1a29fddde957330eb635d40d..892612fc06a30f69171cb4bc2397d66a751c80d3 100644 (file)
        display: none;
 }
 
+/* do not show update notification on mobile */
+#update-notification {
+       display: none !important;
+}
+
 /* position share dropdown */
 #dropdown {
        margin-right: 10% !important;