This repository has been archived on 2024-08-19. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
core/view/css/mod_events.css
2015-11-26 23:19:06 +01:00

17 lines
211 B
CSS

/* fix borders */
#events-calendar {
margin-left: -1px;
margin-bottom: -1px;
}
.bootstrap-tagsinput {
width: 100%;
padding: 6px 12px;
}
.event-wrapper {
max-width: 700px;
height: auto;
padding: 10px;
}