From: Laury GvR Date: Tue, 18 Nov 2014 20:44:42 +0000 (-0500) Subject: Image gallery fixes X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=a3f5355ebde29a94fa63b2e0d5da9f372c432172;p=web%2FWP-Theme-GaslightMedia.git Image gallery fixes --- diff --git a/assets/img/DashboardActivityLogo.png b/assets/img/DashboardActivityLogo.png new file mode 100644 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 index 0000000..e69de29 diff --git a/css/app.css b/css/app.css index 50f12bc..fd3c226 100644 --- a/css/app.css +++ b/css/app.css @@ -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; } diff --git a/footer.php b/footer.php index 22cdbf3..9c36c32 100644 --- a/footer.php +++ b/footer.php @@ -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() { diff --git a/scss/site/_structure.scss b/scss/site/_structure.scss index 051b6a4..6a39442 100644 --- a/scss/site/_structure.scss +++ b/scss/site/_structure.scss @@ -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 }