Merge pull request #2426 from FinnStutzenstein/Issue2420

Fixing the projector sidebar on firefox (closes #2420)
This commit is contained in:
Norman Jäckel 2016-09-23 14:45:25 +02:00 committed by GitHub
commit 26f615fed4

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;
} }