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;
|
2023-06-17 02:07:53 +00:00
|
|
|
&.left{
|
|
|
|
float: left;
|
|
|
|
padding-left: 30px;
|
|
|
|
}
|
|
|
|
&.right{
|
|
|
|
float: right;
|
|
|
|
padding-right: 30px;
|
|
|
|
input[type=number] {
|
|
|
|
min-width: 200px;
|
|
|
|
width: 200px;
|
|
|
|
}
|
2023-06-17 21:57:30 +00:00
|
|
|
input[readonly]{
|
|
|
|
cursor: not-allowed;
|
|
|
|
}
|
2023-06-17 02:07:53 +00:00
|
|
|
.spacer{
|
|
|
|
height: 62px;
|
|
|
|
}
|
|
|
|
.proj_time{
|
|
|
|
height: 111px;
|
|
|
|
}
|
|
|
|
.cam_time{
|
|
|
|
height: 111px;
|
|
|
|
}
|
2023-07-11 02:33:16 +00:00
|
|
|
& > div {
|
|
|
|
width: 270px;
|
|
|
|
}
|
2023-06-17 02:07:53 +00:00
|
|
|
}
|
2018-01-09 18:01:19 +00:00
|
|
|
}
|
|
|
|
> div > div{
|
|
|
|
width: 360px;
|
|
|
|
}
|
2023-06-17 02:07:53 +00:00
|
|
|
input[type=text],
|
|
|
|
input[type=number],
|
2022-06-12 17:37:00 +00:00
|
|
|
select{
|
2018-01-09 18:01:19 +00:00
|
|
|
.button();
|
|
|
|
display: inline-block;
|
|
|
|
padding: 6px 12px;
|
|
|
|
font-size: 21px;
|
|
|
|
min-width: 300px;
|
2023-07-15 01:13:04 +00:00
|
|
|
max-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{
|
2023-07-11 02:33:16 +00:00
|
|
|
margin-top: 0px;
|
|
|
|
float: right;
|
|
|
|
padding: 8px 16px 9px;
|
2018-01-09 18:01:19 +00:00
|
|
|
}
|
|
|
|
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
|
|
|
}
|