Tweak quake example UI
This commit is contained in:
parent
f2d15f6470
commit
091fe63700
@ -44,6 +44,10 @@
|
|||||||
margin-left: -200px;
|
margin-left: -200px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
input[type=range] {
|
||||||
|
width: 400px;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
<div id='controls'>
|
<div id='controls'>
|
||||||
<div>
|
<div>
|
||||||
<input id='slider' type='range' min='0' max='1000' value='0'>
|
<input id='slider' type='range' min='0' max='100' step='0.1' value='0'>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<span id='date'></span>
|
<span id='date'></span>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user