REposition the counters and the GO TO functions

This commit is contained in:
mmcwilliams 2018-03-14 21:07:03 -04:00
parent e1491837f2
commit acc9b8e89d
1 changed files with 20 additions and 4 deletions

View File

@ -75,10 +75,13 @@
float: right; float: right;
} }
#counters, #counters_2, #move_to{ #counters,
.cam,.proj{ #counters_2,
#move_to{
.cam,
.proj{
width: 50%; width: 50%;
padding-bottom: 25px; padding-bottom: 10px;
label{ label{
text-align: center; text-align: center;
font-size: 24px; font-size: 24px;
@ -108,10 +111,23 @@
#move_to{ #move_to{
margin-top: 20px; margin-top: 20px;
.cam,.proj{ .cam,
.proj{
> div {
width: 294px;
margin: 0 auto;
}
label{ label{
font-size: 18px; font-size: 18px;
} }
input{
display: inline-block;
width: 206px;
}
button{
padding: 7px 16px;
float: right;
}
} }
} }