Release for golive. Event styling
authorLaury GvR <laury@gaslightmedia.com>
Wed, 15 Jun 2016 13:42:02 +0000 (09:42 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Wed, 15 Jun 2016 13:42:02 +0000 (09:42 -0400)
css/app.css
header.php
scss/plugins/_glm-member-db-events.scss
style.css

index 462693f..1f53b32 100644 (file)
@@ -7471,7 +7471,44 @@ h2#slide-text {
   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; }
index 43346f7..d90b5a8 100644 (file)
@@ -4,7 +4,7 @@
     <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'>
index e74578e..e1796be 100644 (file)
@@ -117,21 +117,69 @@ $readMoreColor           : $l-blue;
     #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
index c297ef0..a2f10f9 100644 (file)
--- a/style.css
+++ b/style.css
@@ -3,5 +3,5 @@ Theme Name: MountPleasantCVB
 Author: Gaslight Media
 Author URI: http://www.gaslightmedia.com
 Description: A theme for MountPleasantCVB
-Version: 1.1.23
+Version: 1.1.24
 */