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-27 13:32:20 +01:00

22 lines
281 B
CSS

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