streams/view/css/mod_events.css

17 lines
203 B
CSS
Raw Normal View History

#event-desc-textarea, #event-location-textarea {
width: 400px;
2014-09-08 05:14:28 +00:00
}
#event-summary {
width: 400px;
}
.event-cats {
margin-top: 15px;
width: 400px;
}
.required {
color: #ff0000;
font-size: 1.2rem;
}