show sidebar label on collapsed sidebar SPR-957

This removes the base z-indexes as they seem not to be needed (source
order defines initial heights) and interfered with the sidbar functionality.

Removing it was suggested in SPR-899 as well
This commit is contained in:
Andreas Gohr 2017-04-24 15:53:27 +02:00
commit 9e264cdc04
4 changed files with 24 additions and 23 deletions

View file

@ -73,16 +73,7 @@
z-index: 900;
}
.tools .row > .col-xs-12 {
z-index: 1;
}
.header .row > .col-xs-12 {
z-index: 2;
}
.content .row > .col-xs-12 {
z-index: 3;
border-radius: 0 @ini_default_border_radius @fix_border-radius @fix_border-radius; // @ini_default_border_radius vs. @fix_border-radius
}