Give the filmout position input element a fixed width value

This commit is contained in:
Matt McWilliams 2021-04-01 19:45:08 -04:00
parent 6fed941441
commit 3e528c23a5
2 changed files with 6 additions and 2 deletions

View File

@ -839,13 +839,15 @@ button:focus {
#filmout_position_wrap input {
margin-right: 5px;
margin-left: 5px;
width: 308px !important;
box-sizing: border-box;
}
#filmout_position_wrap button,
#filmout_position_wrap input {
float: left;
}
#filmout_position_wrap > div {
width: 410px;
width: 425px;
margin: 0 auto;
}
#filmout_functions {

View File

@ -75,12 +75,14 @@
input{
margin-right: 5px;
margin-left: 5px;
width: 308px !important;
box-sizing: border-box;
}
button, input{
float: left;
}
> div{
width: 410px;
width: 425px;
margin: 0 auto;
}
}