Fixing the projector sidebar on firefox (closes #2420)

This commit is contained in:
FinnStutzenstein 2016-09-23 14:34:31 +02:00
parent 53ac7c2348
commit 8a73ce1be5

View File

@ -459,7 +459,7 @@ img {
#content .col2 {
float: right;
position: relative;
display: inline-table;
display: inline-flex;
z-index: 3;
margin-bottom: 20px;
}
@ -499,6 +499,7 @@ img {
.col2 .projector_min {
background: url('/static/img/nav_projector_sidebar_min.png') no-repeat left 17px;
width: 50px;
margin-left: 20px;
padding-left: 8px;
float: right;
}