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