fix(formatting of form)
This commit is contained in:
parent
e1ae0fdc15
commit
b5812d733f
2 changed files with 18 additions and 11 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue