Project

General

Profile

« Previous | Next » 

Revision 13b1482c

Added by Tomer Brisker about 8 years ago

Fixes #14451 - Allow plugins to add menus to top menu without breaking the second menu

(cherry picked from commit 8b924f2848fb53eb1b0faccb59c8154ff9b52c0b)

View differences:

app/assets/stylesheets/topbar.scss
.navbar-outer {
background-color: $primary_color;
border-color: darken($primary_color, 5%);
height: 25px;
min-height: 0;
z-index: 1;
padding: 0 40px;
......
.navbar-inner {
border-bottom: none;
border-top: 1px solid $border_color;
clear: left;
clear: both;
left: 0;
min-height: 40px;
position: absolute;
right: 0;
top: 25px;
padding: 0 40px;
@include linear-gradient($primary_gradient_start, $primary_gradient_end);

Also available in: Unified diff