bring event form into line with other forms
This commit is contained in:
parent
0bb89778d3
commit
b1f2c29a96
@ -8,18 +8,24 @@
|
||||
float: left;
|
||||
}
|
||||
|
||||
#event-summary, #start_text, #finish_text {
|
||||
width: 300px;
|
||||
#event-summary, #start_text {
|
||||
width: 98%;
|
||||
float: left;
|
||||
}
|
||||
|
||||
#finish_text {
|
||||
width: 100%;
|
||||
float: left;
|
||||
}
|
||||
|
||||
|
||||
#event-category-wrap {
|
||||
margin-top: 15px;
|
||||
}
|
||||
|
||||
.event-cats {
|
||||
margin-top: 15px;
|
||||
width: 400px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user