added form
This commit is contained in:
parent
1b0d9bbe9d
commit
43ec7e5ca8
8 changed files with 307 additions and 4 deletions
|
|
@ -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%;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue