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