changeset 6431:d94e87f92a47

style: fix the CSS selector referring to the notification box The notification box is shown by a CSS rule with this selector: .dropdown.open .dropdown-menu However, since 8bd7a63, the selector :nav.navbar #quick li #quick_login" no longer refers to the same element. To make the notification box work correctly, refer to it using its class name, .dropdown-menu.
author Andrew Shadura <andrew@shadura.me>
date Wed, 11 Jan 2017 18:10:19 +0100
parents 8bd7a637cea0
children 5c828c042ce0
files kallithea/public/css/style.css
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/kallithea/public/css/style.css	Tue Sep 20 19:03:37 2016 +0200
+++ b/kallithea/public/css/style.css	Wed Jan 11 18:10:19 2017 +0100
@@ -3127,7 +3127,7 @@
     float: left;
 }
 
-nav.navbar #quick li #quick_login,
+nav.navbar #quick li .dropdown-menu,
 #content #left #menu ul.closed,
 #content #left #menu li ul.collapsed,
 .yui-tt-shadow {