Adjust styling.

This commit is contained in:
Paulo Reis 2018-03-28 12:05:47 +01:00
parent b8049f3c46
commit 2dde810a1d
2 changed files with 4 additions and 11 deletions

View file

@ -1,8 +1,8 @@
.system-message {
padding: (@line-height-computed / 4) (@line-height-computed / 2);
background-color: @state-warning-bg;
color: #333;
border-bottom: 1px solid @common-border-color;
padding: (@line-height-computed / 4) (@line-height-computed / 2);
background-color: @state-warning-bg;
color: #333;
border-bottom: 1px solid @common-border-color;
}
.clickable {

View file

@ -576,10 +576,3 @@
padding: @navbar-default-padding-v 0;
}
}
.system-messages {
padding-top: @header-height;
position: absolute;
width: 100%;
z-index: 1;
}