REposition the counters and the GO TO functions
This commit is contained in:
parent
e1491837f2
commit
acc9b8e89d
|
@ -75,10 +75,13 @@
|
|||
float: right;
|
||||
}
|
||||
|
||||
#counters, #counters_2, #move_to{
|
||||
.cam,.proj{
|
||||
#counters,
|
||||
#counters_2,
|
||||
#move_to{
|
||||
.cam,
|
||||
.proj{
|
||||
width: 50%;
|
||||
padding-bottom: 25px;
|
||||
padding-bottom: 10px;
|
||||
label{
|
||||
text-align: center;
|
||||
font-size: 24px;
|
||||
|
@ -108,10 +111,23 @@
|
|||
|
||||
#move_to{
|
||||
margin-top: 20px;
|
||||
.cam,.proj{
|
||||
.cam,
|
||||
.proj{
|
||||
> div {
|
||||
width: 294px;
|
||||
margin: 0 auto;
|
||||
}
|
||||
label{
|
||||
font-size: 18px;
|
||||
}
|
||||
input{
|
||||
display: inline-block;
|
||||
width: 206px;
|
||||
}
|
||||
button{
|
||||
padding: 7px 16px;
|
||||
float: right;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue