Changeset - a6a1d63daefe
[Not reviewed]
default
0 1 0
Mads Kiilerich - 8 years ago 2017-06-25 18:25:31
mads@kiilerich.com
style: fix double height navigation bar in Chrome - caused by navbar-caret absolute position causing float to the next line
1 file changed with 2 insertions and 4 deletions:
0 comments (0 inline, 0 general)
kallithea/public/css/style.css
Show inline comments
 
@@ -2279,21 +2279,19 @@ div#legend_data, div#legend_container, d
 
#content #left #menu ul.opened,
 
#content #left #menu li ul.expanded {
 
    display: block !important;
 
}
 

	
 
.navbar-caret {
 
    margin-right: 11px;
 
    margin-left: 3px;
 
    margin-top: -2px;
 
    display: inline-block;
 
}
 

	
 
.navbar-caret:after {
 
    font-family: 'kallithea';
 
    content: ' \23f7';           /* triangle-down */
 
    position: absolute;
 
    top: -2px;
 
}
 

	
 
#context-bar .select2-container .select2-choice .select2-chosen,
 
nav.navbar #quick .select2-container .select2-choice .select2-chosen {
 
    margin-right: 0;
 
}
0 comments (0 inline, 0 general)