margin: 0 auto;
}
.glm-event-day-row {
- border: 1px solid #FFF;
margin-top: 8px !important;
- background: -webkit-linear-gradient(top, #f2f2f2 5%, #fff 100%);
- background: -moz-linear-gradient(center top, #f2f2f2 5%, #fff 100%);
- background: -ms-linear-gradient(top, #f2f2f2 5%, #fff 100%);
}
.glm-event-day-event {
position: relative;
- border: 1px solid #ccc;
border-radius: 5px;
padding: 5px;
margin-top: 10px !important;
margin-bottom: 10px !important;
transition: border 300ms;
}
-.glm-event-day-event:hover {
- border: 1px solid black;
-}
#EventDrivingDirectionSubmit {
width: 100%;
}
.glm-event-day-event a.glm-read-more {
margin: 10px;
padding: 5px 10px;
- background-color: #fff;
- border: 1px solid #2c296d;
border-radius: 5px;
text-decoration: none;
- color: black;
float: right;
clear: right;
transition: all 300ms;
}
-.glm-event-day-event a.glm-read-more:hover {
- background-color: #2c296d;
- border: 1px solid #fff;
- background-color: #2c296d;
- color: #fff;
-}
.glm-event-cal {
margin-top: 10px;
width: 64px;
- border: 1px solid #2c296d;
border-radius: 5px;
text-align: center;
}
.glm-event-cal-day-container {
- background: -webkit-linear-gradient(left, #fff 5%, #f2f2f2 100%);
- background: -moz-linear-gradient(center top, #fff 5%, #f2f2f2 100%);
- background: -ms-linear-gradient(left, #fff 5%, #f2f2f2 100%);
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
}
}
.glm-event-cal-month {
width: 100%;
- background-color: #2c296d;
- color: #fff;
font-weight: bold;
}
#eventDetail-map {