mirror of
https://github.com/Karaka-Management/cssOMS.git
synced 2026-01-11 11:18:39 +00:00
Make slider single line
This commit is contained in:
parent
7637251ffb
commit
00ee93ad82
|
|
@ -1,5 +1,6 @@
|
|||
.slider {
|
||||
overflow-x: auto;
|
||||
white-space: nowrap;
|
||||
|
||||
ul {
|
||||
display: inline;
|
||||
|
|
|
|||
|
|
@ -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; }
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user