[fix] preferences button display

This commit is contained in:
Adam Tauber 2014-10-05 13:37:26 +02:00
parent 5d7b63223f
commit c58e5a236a
2 changed files with 9 additions and 8 deletions

View file

@ -529,6 +529,14 @@ tr {
border-bottom: 0;
}
}
.right {
display: none;
postion: fixed !important;
top: 100px;
right: 0px;
}
}
@media screen and (max-width: 75em) {
@ -558,13 +566,6 @@ tr {
}
}
.right {
display: none;
postion: fixed !important;
top: 100px;
right: 0px;
}
#sidebar {
position: static;
max-width: @results-width;