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 { .slider {
overflow-x: auto; overflow-x: auto;
white-space: nowrap;
ul { ul {
display: inline; display: inline;

View File

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