Merge "Set proper z-index value on messages and navbar"

This commit is contained in:
Jenkins 2016-02-10 02:01:58 +00:00 committed by Gerrit Code Review
commit 4493ade2f0
5 changed files with 7 additions and 15 deletions

View File

@ -13,10 +13,10 @@ $navbar-border-size: 1px !default;
$navbar-true-height: $navbar-height + $navbar-border-size !default;
#main_content {
height: 100%; /* fallback if needed --> its scrolls, but it works */
height: calc(100% - #{$navbar-true-height});
height: 100%;
display: table;
min-width: $main-content-min-width;
padding-top: $navbar-true-height;
}
#content_body,

View File

@ -1,8 +1,8 @@
.messages {
position: fixed;
z-index: 9999;
top: $padding-large-vertical*2;
right: $padding-large-vertical*2;
z-index: $zindex-dropdown + 1;
padding-top: $padding-small-vertical;
right: $padding-large-horizontal;
// TODO (hurgleburlger) RESPONSIVE
// We will readdress this when we address the responsiveness of Horizon

View File

@ -1,7 +1,7 @@
{% load i18n %}
{% spaceless %}
<nav class="navbar navbar-default">
<nav class="navbar navbar-default navbar-fixed-top">
<div class="container-fluid">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">

View File

@ -16,7 +16,6 @@
}
#content_body {
padding-top: $navbar-height;
transition: padding-left $sidebar-animation;
display: block;
padding-left: $sidebar-width + $content-body-padding;
@ -33,13 +32,6 @@
}
// The top nav is fixed, even when the page scrolls
.topbar {
width: 100%;
position: fixed;
z-index: 4;
}
// Border radius is unattractive here
.navbar {
border-radius: 0;

View File

@ -2,7 +2,7 @@
{% load context_selection %}
{% load compress %}
<nav class="navbar-inverse">
<nav class="navbar-inverse navbar-fixed-top">
<div class="container-fluid">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">