Skip to content

Commit e85a07e

Browse files
committed
CSS: header fixes.
1 parent 827a185 commit e85a07e

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

less/header.less

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,8 @@
156156
.evo-title,.evo-title2{
157157
background-color: @color-header2;
158158
position: absolute; //fixed;
159-
z-index: 1001; // above bootstrap dropdown
159+
z-index: 1002; // above bootstrap dropdown
160+
//width: ~"calc(100% - 190px)";
160161
width: 100%;
161162
overflow: hidden;
162163
>h1{
@@ -166,8 +167,9 @@
166167
font-weight: @weight-label;
167168
}
168169
@media only screen and (min-width: @screen2) {
169-
top:0 !important;
170-
margin-left: @width-toolbar-left;
170+
width: ~"calc(100% - 190px)";
171+
top:0 !important;
172+
margin-left: @width-toolbar-left;
171173
//background-color: white;
172174
>h1{
173175
margin-left: 0;
@@ -177,14 +179,14 @@
177179
}
178180

179181
.evo-title{
180-
z-index: 1005;
181182
top: 65px;
182183
padding:20px 10px;
183184
min-height: 120px;
184185
}
185186
.evo-title2{
186187
top: 65px;
187188
padding:5px 10px;
189+
z-index: 1001;
188190
}
189191

190192
// --- content ---

0 commit comments

Comments
 (0)