fix(formatting of form)

This commit is contained in:
walkews 2017-07-12 11:13:00 -05:00
parent e1ae0fdc15
commit b5812d733f
2 changed files with 18 additions and 11 deletions

View file

@ -7,17 +7,12 @@ body{
font-weight:10;
}
.text_input{
height:75px;
width:70%;
max-width: 300px;
}
.chosen{
.chosen{
text-align:right;
float:right;
height:75px;
width:70%;
max-width: 300px;
width:100%;
/*max-width: 300px;*/
padding:5px;
}
@ -32,5 +27,12 @@ body{
.text_input{
float:right;
height:30px;
width:70%;
width:100%;
}
.right{
float:right;
width:70%;
max-width: 300px;
}