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