width: 35%;
}
}
- height: 34px;
- max-width: 100%;
+.hasDatepicker {
- font-size: 1rem;
- line-height: 1.2;
- width: 100%;
++ height: 34px;
++ max-width: 100%;
+ /* Front page styles */
+ #glm-events-frontpage-wrapper {
- background-color: grey;
- color: white;
- border-radius: 5px;
- margin: 0 0 10px 0;
- padding: 5px;
- text-align: center;
- font-size: .7em;
- font-weight: bold;
++ font-size: 1rem;
++ line-height: 1.2;
++ width: 100%;
+ }
+ .glm-events-frontpage-day {
- float: left;
- height: 100%;
- width: 30%;
++ background-color: grey;
++ color: white;
++ border-radius: 5px;
++ margin: 0 0 10px 0;
++ padding: 5px;
++ text-align: center;
++ font-size: .7em;
++ font-weight: bold;
+ }
+ .glm-events-frontpage-event-image {
- min-width: 90px;
- float: left;
- height: 100%;
++ float: left;
++ height: 100%;
++ width: 30%;
+ }
+ .glm-events-frontpage-event-image img {
- border: lightgrey solid 1px;
- border-radius: 5px;
- background-color: white;
- height: 90px;
++ min-width: 90px;
++ float: left;
++ height: 100%;
+ }
+ .glm-events-frontpage-event-container {
- font-size: .66em;
- font-weight: bold;
- float: right;
- width: 70%;
++ border: lightgrey solid 1px;
++ border-radius: 5px;
++ background-color: white;
++ height: 90px;
+ }
+ .glm-events-frontpage-event-title {
- font-size: .63em;
- font-weight: bold;
- float: right;
- width: 70%;
++ font-size: .66em;
++ font-weight: bold;
++ float: right;
++ width: 70%;
+ }
+ .glm-events-frontpage-event-dates {
- font-size: .63em;
- float: right;
- width: 70%;
++ font-size: .63em;
++ font-weight: bold;
++ float: right;
++ width: 70%;
+ }
+ .glm-events-frontpage-event-content {
++ font-size: .63em;
++ float: right;
++ width: 70%;
}