height: 30px;
border-radius: 3px; }
#glm-event-wrapper #EventDrivingDirectionSubmit {
- margin-left: 0px; }
+ margin-left: 0px;
+ font-weight: bold; }
+
+.hasDatepicker {
+ width: 100%;
+ height: 34px; }
+
+#glm-events-frontpage-wrapper .glm-events-frontpage-day {
+ padding: 3px;
+ background-color: #690433;
+ color: #ffc742; }
+#glm-events-frontpage-wrapper .glm-events-frontpage-event-container {
+ margin: 10px 0;
+ overflow: hidden; }
+#glm-events-frontpage-wrapper .glm-events-frontpage-event-image {
+ width: 90px;
+ height: 90px; }
+#glm-events-frontpage-wrapper .glm-events-frontpage-event-title, #glm-events-frontpage-wrapper .glm-events-frontpage-event-dates, #glm-events-frontpage-wrapper .glm-events-frontpage-event-content {
+ float: left;
+ width: auto;
+ padding: 0px 12px 0px 8px;
+ margin-top: 4px; }
+#glm-events-frontpage-wrapper .glm-events-frontpage-event-title {
+ /* font-size: 15px;*/
+ color: #690433;
+ font-weight: bold;
+ max-height: 37.2px;
+ overflow: hidden;
+ line-height: 1.4; }
+#glm-events-frontpage-wrapper .glm-events-frontpage-event-dates {
+ color: grey;
+ max-height: 20px;
+ overflow: hidden;
+ text-overflow: ellipsis;
+ white-space: nowrap; }
+#glm-events-frontpage-wrapper .glm-events-frontpage-event-content {
+ max-height: 37.2px;
+ overflow: hidden; }
#glm-member-detail-packages-container .package-title a {
color: #1479b0; }
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title><?php wp_title(); ?></title>
- <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=1.0.11">
+ <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=1.0.24">
<link rel="shortcut icon" href="<?php bloginfo('template_url'); ?>/favicon.ico">
<link href='//fonts.googleapis.com/css?family=Open+Sans:400,400italic,700' rel='stylesheet' type='text/css'>
<link href='//fonts.googleapis.com/css?family=Kaushan+Script' rel='stylesheet' type='text/css'>
#glm-event-detail-cost:before{
top: 0px;
}
- .stButton .sharethis{
- display: none;
-}
-span#eventShare.st_sharethis,
-#shareThisOrange{
- background-color: $maroon !important;
- padding: 2px 0 5px 10px;
- font-size: rem-calc(14);
- font-weight: bold;
- color: white;
- width: auto;
- height: 30px;
- border-radius: 3px;
-}
+ .stButton .sharethis{
+ display: none;
+ }
+ span#eventShare.st_sharethis,
+ #shareThisOrange{
+ background-color: $maroon !important;
+ padding: 2px 0 5px 10px;
+ font-size: rem-calc(14);
+ font-weight: bold;
+ color: white;
+ width: auto;
+ height: 30px;
+ border-radius: 3px;
+ }
#EventDrivingDirectionSubmit {
margin-left: 0px;
+ font-weight: bold;
}
}
+.hasDatepicker {
+ width: 100%;
+ height: 34px;
+}
+// Front page display
+#glm-events-frontpage-wrapper {
+ .glm-events-frontpage-day {
+ padding: 3px;
+ background-color: $maroon;
+ color: $gold;
+ }
+ .glm-events-frontpage-event-container {
+ margin: 10px 0;
+ overflow: hidden;
+ }
+ .glm-events-frontpage-event-image {
+ width: 90px;
+ height: 90px;
+ }
+ .glm-events-frontpage-event-title,
+ .glm-events-frontpage-event-dates,
+ .glm-events-frontpage-event-content {
+ float: left;
+ width: auto;
+ padding: 0px 12px 0px 8px;
+ margin-top: 4px;
+ }
+ .glm-events-frontpage-event-title {
+ /* font-size: 15px;*/
+ color: $maroon;
+ font-weight: bold;
+ max-height: 37.2px;
+ overflow: hidden;
+ line-height: 1.4;
+ }
+ .glm-events-frontpage-event-dates {
+ color: grey;
+ max-height: 20px;
+ overflow: hidden;
+ text-overflow: ellipsis;
+ white-space: nowrap;
+ }
+ .glm-events-frontpage-event-content {
+ max-height: 37.2px;
+ overflow: hidden;
+ }
+}
\ No newline at end of file
Author: Gaslight Media
Author URI: http://www.gaslightmedia.com
Description: A theme for MountPleasantCVB
-Version: 1.1.23
+Version: 1.1.24
*/