New default city weather styles
authorLaury GvR <laury@gaslightmedia.com>
Thu, 20 Dec 2018 18:21:48 +0000 (13:21 -0500)
committerLaury GvR <laury@gaslightmedia.com>
Thu, 20 Dec 2018 18:21:48 +0000 (13:21 -0500)
css/front.css

index caf5ff8..08c5904 100644 (file)
@@ -1288,6 +1288,9 @@ glm-member-detail-content-toggle {
 .glm-weather-image-wrapper {
     display: block;
     width: 24%;
+    padding: 10px;
+    background: white;
+    border-right: 1px solid #dedede;
 }
 .glm-weather-image-wrapper img {
     width: 100%;
@@ -1298,6 +1301,7 @@ glm-member-detail-content-toggle {
     -moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.4);
     box-shadow: 0px 0px 5px rgba(0,0,0,0.4); */
     border-radius: 5px 0 0 5px;
+    border: 1px solid #dedede;
 }
 .glm-weather-block-content {
     overflow: hidden;