2018-01-09 18:01:19 +00:00
|
|
|
#settings{
|
2022-07-13 14:15:47 +00:00
|
|
|
h4{
|
|
|
|
margin-bottom: 1px;
|
|
|
|
}
|
2018-01-09 18:01:19 +00:00
|
|
|
> div{
|
|
|
|
width: 300px;
|
|
|
|
margin: 0 auto;
|
|
|
|
}
|
|
|
|
> div > div{
|
|
|
|
width: 360px;
|
|
|
|
}
|
2022-06-12 17:37:00 +00:00
|
|
|
input[type=text],
|
|
|
|
select{
|
2018-01-09 18:01:19 +00:00
|
|
|
.button();
|
|
|
|
display: inline-block;
|
|
|
|
padding: 6px 12px;
|
|
|
|
font-size: 21px;
|
|
|
|
min-width: 300px;
|
2018-02-01 19:52:47 +00:00
|
|
|
&.active{
|
|
|
|
border-color: @SELECTED;
|
|
|
|
color: @SELECTED;
|
|
|
|
}
|
2018-01-09 18:01:19 +00:00
|
|
|
}
|
2022-06-12 17:37:00 +00:00
|
|
|
input[type=text]{
|
|
|
|
width: 200px;
|
|
|
|
}
|
2018-01-09 18:01:19 +00:00
|
|
|
button{
|
|
|
|
margin-top: -1px;
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
input[type=radio]{
|
|
|
|
float: right;
|
|
|
|
margin-right: 20px;
|
|
|
|
}
|
|
|
|
.spacer{
|
|
|
|
margin-top: 10px;
|
|
|
|
}
|
2023-02-19 16:36:06 +00:00
|
|
|
#version{
|
|
|
|
position: absolute;
|
|
|
|
right: 20px;
|
|
|
|
bottom: 10px;
|
|
|
|
z-index: 1000;
|
|
|
|
height: 14px;
|
|
|
|
width: auto;
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 14px;
|
|
|
|
color: #999;
|
|
|
|
}
|
2018-01-09 18:01:19 +00:00
|
|
|
}
|