Image gallery fixes
authorLaury GvR <laury@gaslightmedia.com>
Tue, 18 Nov 2014 20:44:42 +0000 (15:44 -0500)
committerLaury GvR <laury@gaslightmedia.com>
Tue, 18 Nov 2014 20:44:42 +0000 (15:44 -0500)
assets/img/DashboardActivityLogo.png [new file with mode: 0644]
assets/img/DashboardActivityLogo1.png [new file with mode: 0644]
css/app.css
footer.php
scss/site/_structure.scss

diff --git a/assets/img/DashboardActivityLogo.png b/assets/img/DashboardActivityLogo.png
new file mode 100644 (file)
index 0000000..ba0957e
Binary files /dev/null and b/assets/img/DashboardActivityLogo.png differ
diff --git a/assets/img/DashboardActivityLogo1.png b/assets/img/DashboardActivityLogo1.png
new file mode 100644 (file)
index 0000000..e69de29
index 50f12bc..fd3c226 100644 (file)
@@ -6142,10 +6142,13 @@ article h2 {
 
 [class*="block-grid-"] > li {
   display: inline-flex;
-  float: none;
+  /*        float: none;*/
   height: auto;
   padding: 0 0.625rem 1.25rem; }
 
+#homepage_portfolio [class*="block-grid-"] > li {
+  float: none; }
+
 #homepage_problem_solvers {
   text-align: center; }
 
@@ -6158,7 +6161,6 @@ article h2 {
   border-radius: 4px;
   color: white;
   background: #0568b3;
-  float: none;
   font-family: times;
   font-size: 18px;
   /*        font-style: italic;*/ }
@@ -6175,13 +6177,14 @@ article h2 {
     font-style: italic; }
 
 .ngg-gallery-thumbnail {
-  float: none !important; }
+  /*        float: none !important;*/
+  margin: 0 !important; }
 
 .ngg-gallery-thumbnail img {
   padding: 0 !important;
   margin: none auto !important;
-  float: none;
-  display: inline-block;
+  /*        float: none;*/
+  /*        display: inline-block;*/
   border: 0;
   border-bottom: 1px solid darkgrey; }
 
index 22cdbf3..9c36c32 100644 (file)
@@ -39,6 +39,7 @@
         jQuery("#payment_form tbody .field_cell").addClass("small-12 medium-10 columns");
         jQuery("#payment_form #tr_exp_date .field_cell select").addClass("small-5");
         jQuery(".homepage_testimonials_text :not(div :first-child)").hide();
+        jQuery(".ngg-gallery-thumbnail img").css("margin","none");
         jQuery(".homepage_testimonials_rarrow").click(function() {
             if (jQuery("#testimonial1").is(":visible")) {
                 jQuery("#testimonial1").fadeOut(function() {
index 051b6a4..6a39442 100644 (file)
@@ -647,10 +647,13 @@ article h2 {
     }
     [class*="block-grid-"] > li {
         display: inline-flex;
-        float: none;
+/*        float: none;*/
         height: auto;
         padding: 0 0.625rem 1.25rem; 
     }
+    #homepage_portfolio [class*="block-grid-"] > li {
+        float: none;
+    }
 
     #homepage_problem_solvers {
         text-align:center;
@@ -664,11 +667,11 @@ article h2 {
         border-radius: 4px;
         color: white;
         background:#0568b3;
-        float: none;
         font-family: times;
         font-size: 18px;
 /*        font-style: italic;*/
     }
+    
     #fancybox-title-inside {
         background:#0568b3;
         border-radius: 4px;
@@ -682,13 +685,14 @@ article h2 {
         }
     }
     .ngg-gallery-thumbnail {
-        float: none !important;
+/*        float: none !important;*/
+    margin: 0 !important;
     }
     .ngg-gallery-thumbnail img {
         padding: 0 !important;
         margin: none auto !important;
-        float: none;
-        display: inline-block;
+/*        float: none;*/
+/*        display: inline-block;*/
         border: 0;
         border-bottom: 1px solid #a9a9a9
     }