Make slider single line

This commit is contained in:
Dennis Eichhorn 2017-09-03 21:09:44 +02:00
parent 7637251ffb
commit 00ee93ad82
2 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,6 @@
.slider {
overflow-x: auto;
white-space: nowrap;
ul {
display: inline;

View File

@ -3487,6 +3487,8 @@ form .inputPrefix {
line-height: 2em;
height: 100%;
background: #bebebe; }
form table.layout {
table-layout: fixed; }
form .layout td + td {
padding-left: 5px; }
form .list {
@ -3872,7 +3874,8 @@ div.alert {
color: #4865a5; }
.slider {
overflow-x: auto; }
overflow-x: auto;
white-space: nowrap; }
.slider ul {
display: inline; }