From 5ad50c9353eda3c551d2c0e0787cedaef9149f51 Mon Sep 17 00:00:00 2001
From: Chris Gross <gross.364@osu.edu>
Date: Wed, 12 Aug 2015 17:39:46 -0400
Subject: [PATCH] daily build 3

---
 .../themes/ocio_omega_4/css/ocio-4.no-query.css      |  2 +-
 .../themes/ocio_omega_4/css/ocio-4.styles.css        |  2 +-
 .../themes/ocio_omega_4/sass/components/_tiles.scss  | 12 ++++++++----
 3 files changed, 10 insertions(+), 6 deletions(-)

diff --git a/profiles/wcm_base/themes/ocio_omega_4/css/ocio-4.no-query.css b/profiles/wcm_base/themes/ocio_omega_4/css/ocio-4.no-query.css
index 5b95e6aa..fd33ed9e 100644
--- a/profiles/wcm_base/themes/ocio_omega_4/css/ocio-4.no-query.css
+++ b/profiles/wcm_base/themes/ocio_omega_4/css/ocio-4.no-query.css
@@ -400,7 +400,7 @@ h2.pane-title {
   -webkit-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.18);
   box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.18);
 }
-.panel-pane.pane-bundle-tile-pane .title-text {
+.panel-pane.pane-bundle-tile-pane .fieldable-panels-pane .title-box .title-text {
   display: block;
   text-align: center;
   padding: 0 2em;
diff --git a/profiles/wcm_base/themes/ocio_omega_4/css/ocio-4.styles.css b/profiles/wcm_base/themes/ocio_omega_4/css/ocio-4.styles.css
index 5f5c21a6..c66e3930 100644
--- a/profiles/wcm_base/themes/ocio_omega_4/css/ocio-4.styles.css
+++ b/profiles/wcm_base/themes/ocio_omega_4/css/ocio-4.styles.css
@@ -423,7 +423,7 @@ h2.pane-title {
   -webkit-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.18);
   box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.18);
 }
-.panel-pane.pane-bundle-tile-pane .title-text {
+.panel-pane.pane-bundle-tile-pane .fieldable-panels-pane .title-box .title-text {
   display: block;
   text-align: center;
   padding: 0 2em;
diff --git a/profiles/wcm_base/themes/ocio_omega_4/sass/components/_tiles.scss b/profiles/wcm_base/themes/ocio_omega_4/sass/components/_tiles.scss
index fe52f860..b1ae9d1b 100644
--- a/profiles/wcm_base/themes/ocio_omega_4/sass/components/_tiles.scss
+++ b/profiles/wcm_base/themes/ocio_omega_4/sass/components/_tiles.scss
@@ -3,10 +3,14 @@
 .panel-pane.pane-bundle-tile-pane {
   @include box-shadow;
 
-  .title-text {
-    display: block;
-    text-align: center;
-    padding: 0 2em;
+  .fieldable-panels-pane {
+    .title-box {
+      .title-text {
+        display: block;
+        text-align: center;
+        padding: 0 2em;
+      }
+    }
   }
 }
 
-- 
GitLab