update style of sliders; add styles for new input fields
This commit is contained in:
parent
bf4125478b
commit
646f917277
@ -63,8 +63,7 @@ a:hover
|
|||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.content,
|
.intro
|
||||||
.missing-feature
|
|
||||||
{
|
{
|
||||||
max-width: 650px;
|
max-width: 650px;
|
||||||
}
|
}
|
||||||
@ -84,7 +83,7 @@ a:hover
|
|||||||
.control-wrapper
|
.control-wrapper
|
||||||
{
|
{
|
||||||
float: left;
|
float: left;
|
||||||
width: 100px;
|
width: 200px;
|
||||||
margin-right: 20px;
|
margin-right: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -94,19 +93,29 @@ a:hover
|
|||||||
color: #666;
|
color: #666;
|
||||||
}
|
}
|
||||||
|
|
||||||
.control-slider-value
|
.control-slider
|
||||||
{
|
|
||||||
display: inline-block;
|
|
||||||
color: #333;
|
|
||||||
float: right;
|
|
||||||
}
|
|
||||||
|
|
||||||
.control-input
|
|
||||||
{
|
{
|
||||||
display: block;
|
display: block;
|
||||||
width: 100px;
|
float: left;
|
||||||
|
border: none;
|
||||||
|
width: 160px;
|
||||||
|
height: 1px;
|
||||||
|
margin-top: 6px;
|
||||||
|
background: #ddd;
|
||||||
|
-webkit-appearance: none;
|
||||||
|
-moz-appearance: none;
|
||||||
|
appearance: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.control-number
|
||||||
|
{
|
||||||
|
display: block;
|
||||||
|
color: #333;
|
||||||
|
float: right;
|
||||||
|
border: none;
|
||||||
|
max-width: 30px;
|
||||||
|
font-family: sans-serif;
|
||||||
|
}
|
||||||
|
|
||||||
#import-input
|
#import-input
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user