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