added form

This commit is contained in:
walkews 2017-07-11 17:03:08 -05:00
parent 1b0d9bbe9d
commit 43ec7e5ca8
8 changed files with 307 additions and 4 deletions

View file

@ -7,7 +7,28 @@ body{
font-weight:10;
}
.chosen{
.text_input{
height:75px;
width:75%;
}
max-width: 300px;
}
.chosen{
height:75px;
width:75%;
max-width: 300px;
}
.col-sm-3{
padding:5px;
}
.row{
padding:5px;
}
.text_input{
float:right;
height:30px;
width:70%;
}