Uses a variable for the multiselect header offset

Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
This commit is contained in:
Michael Weimann 2018-07-23 18:59:00 +02:00
parent 353bd8ee8a
commit 9977b1415d

View file

@ -256,7 +256,7 @@ table.multiselect thead {
z-index: 55;
-moz-box-sizing: border-box;
box-sizing: border-box;
left: 300px; /* sidebar */
left: $navigation-width;
}
table.multiselect thead th {