From 0d1c1deabbfbc8737cfb21fbbfb515ada8f9af1c Mon Sep 17 00:00:00 2001 From: briandunnigan Date: Wed, 10 Feb 2016 13:44:41 -0500 Subject: [PATCH] Cornerstone Compile CORNERSTONE COMPILE -Adding support for sub/super characters -Fixing social icons/glyphicon conflict on blank page builder pages -Fixing social icon external media link -Multi level dropdown hover/submenu background color issue fixed --- css/hale2015-blue.css | 20 ++++++++++++++++++++ css/hale2015-green.css | 20 ++++++++++++++++++++ css/hale2015-orange.css | 20 ++++++++++++++++++++ css/hale2015-purple.css | 20 ++++++++++++++++++++ css/hale2015-red.css | 20 ++++++++++++++++++++ scss/_hale2015-common.scss | 2 +- 6 files changed, 101 insertions(+), 1 deletion(-) diff --git a/css/hale2015-blue.css b/css/hale2015-blue.css index 4d31692..c73cc1d 100644 --- a/css/hale2015-blue.css +++ b/css/hale2015-blue.css @@ -9476,6 +9476,13 @@ a.btn { border-bottom: 1px solid #eee; } +/*-------------------------------------------------------------- +10.6 UC Calendar - Fixes for Sub/Super Characters +--------------------------------------------------------------*/ +#content .widget.uc-ecw .uc-cal-list .uc-cal-item .uc-cal-event-title { + display: flex !important; +} + /* - - - - - - - - - - - - - - - - - - - == Captions - - - - - - - - - - - - - - - - - - - */ @@ -9849,6 +9856,7 @@ q:before, table q:after { .uc-listcal .uc-cal-list .uc-cal-item .uc-cal-event-title { font-style: normal; margin-left: 1em; + display: flex !important; } .uc-listcal .uc-cal-list .uc-cal-item .glyphicon-new-window { display: none; @@ -10610,6 +10618,18 @@ input[type="button"]#footers.btn-block { width: 100%; } +.panel-grid { + /* Denotes the beginning of a Page Builder section */ +} +.panel-grid .simple-social-icons ul li.social-bloglovin:before, .panel-grid .simple-social-icons ul li.social-dribbble:before, .panel-grid .simple-social-icons ul li.social-email:before, .panel-grid .simple-social-icons ul li.social-facebook:before, .panel-grid .simple-social-icons ul li.social-flickr:before, .panel-grid .simple-social-icons ul li.social-github:before, .panel-grid .simple-social-icons ul li.social-gplus:before, .panel-grid .simple-social-icons ul li.social-instagram:before, .panel-grid .simple-social-icons ul li.social-linkedin:before, .panel-grid .simple-social-icons ul li.social-pinterest:before, .panel-grid .simple-social-icons ul li.social-rss:before, .panel-grid .simple-social-icons ul li.social-stumbleupon:before, .panel-grid .simple-social-icons ul li.social-tumblr:before, .panel-grid .simple-social-icons ul li.social-twitter:before, .panel-grid .simple-social-icons ul li.social-vimeo:before, .panel-grid .simple-social-icons ul li.social-youtube:before { + display: none !important; + content: none !important; +} +.panel-grid .simple-social-icons ul li a .glyphicon-new-window { + display: none !important; + content: none !important; +} + @media screen and (min-width: 768px) { #masthead { background-color: #e7e7e7; diff --git a/css/hale2015-green.css b/css/hale2015-green.css index 0c7757e..eed266f 100644 --- a/css/hale2015-green.css +++ b/css/hale2015-green.css @@ -9476,6 +9476,13 @@ a.btn { border-bottom: 1px solid #eee; } +/*-------------------------------------------------------------- +10.6 UC Calendar - Fixes for Sub/Super Characters +--------------------------------------------------------------*/ +#content .widget.uc-ecw .uc-cal-list .uc-cal-item .uc-cal-event-title { + display: flex !important; +} + /* - - - - - - - - - - - - - - - - - - - == Captions - - - - - - - - - - - - - - - - - - - */ @@ -9849,6 +9856,7 @@ q:before, table q:after { .uc-listcal .uc-cal-list .uc-cal-item .uc-cal-event-title { font-style: normal; margin-left: 1em; + display: flex !important; } .uc-listcal .uc-cal-list .uc-cal-item .glyphicon-new-window { display: none; @@ -10610,6 +10618,18 @@ input[type="button"]#footers.btn-block { width: 100%; } +.panel-grid { + /* Denotes the beginning of a Page Builder section */ +} +.panel-grid .simple-social-icons ul li.social-bloglovin:before, .panel-grid .simple-social-icons ul li.social-dribbble:before, .panel-grid .simple-social-icons ul li.social-email:before, .panel-grid .simple-social-icons ul li.social-facebook:before, .panel-grid .simple-social-icons ul li.social-flickr:before, .panel-grid .simple-social-icons ul li.social-github:before, .panel-grid .simple-social-icons ul li.social-gplus:before, .panel-grid .simple-social-icons ul li.social-instagram:before, .panel-grid .simple-social-icons ul li.social-linkedin:before, .panel-grid .simple-social-icons ul li.social-pinterest:before, .panel-grid .simple-social-icons ul li.social-rss:before, .panel-grid .simple-social-icons ul li.social-stumbleupon:before, .panel-grid .simple-social-icons ul li.social-tumblr:before, .panel-grid .simple-social-icons ul li.social-twitter:before, .panel-grid .simple-social-icons ul li.social-vimeo:before, .panel-grid .simple-social-icons ul li.social-youtube:before { + display: none !important; + content: none !important; +} +.panel-grid .simple-social-icons ul li a .glyphicon-new-window { + display: none !important; + content: none !important; +} + @media screen and (min-width: 768px) { #masthead { background-color: #e7e7e7; diff --git a/css/hale2015-orange.css b/css/hale2015-orange.css index d2441c9..5a72d2f 100644 --- a/css/hale2015-orange.css +++ b/css/hale2015-orange.css @@ -9476,6 +9476,13 @@ a.btn { border-bottom: 1px solid #eee; } +/*-------------------------------------------------------------- +10.6 UC Calendar - Fixes for Sub/Super Characters +--------------------------------------------------------------*/ +#content .widget.uc-ecw .uc-cal-list .uc-cal-item .uc-cal-event-title { + display: flex !important; +} + /* - - - - - - - - - - - - - - - - - - - == Captions - - - - - - - - - - - - - - - - - - - */ @@ -9849,6 +9856,7 @@ q:before, table q:after { .uc-listcal .uc-cal-list .uc-cal-item .uc-cal-event-title { font-style: normal; margin-left: 1em; + display: flex !important; } .uc-listcal .uc-cal-list .uc-cal-item .glyphicon-new-window { display: none; @@ -10610,6 +10618,18 @@ input[type="button"]#footers.btn-block { width: 100%; } +.panel-grid { + /* Denotes the beginning of a Page Builder section */ +} +.panel-grid .simple-social-icons ul li.social-bloglovin:before, .panel-grid .simple-social-icons ul li.social-dribbble:before, .panel-grid .simple-social-icons ul li.social-email:before, .panel-grid .simple-social-icons ul li.social-facebook:before, .panel-grid .simple-social-icons ul li.social-flickr:before, .panel-grid .simple-social-icons ul li.social-github:before, .panel-grid .simple-social-icons ul li.social-gplus:before, .panel-grid .simple-social-icons ul li.social-instagram:before, .panel-grid .simple-social-icons ul li.social-linkedin:before, .panel-grid .simple-social-icons ul li.social-pinterest:before, .panel-grid .simple-social-icons ul li.social-rss:before, .panel-grid .simple-social-icons ul li.social-stumbleupon:before, .panel-grid .simple-social-icons ul li.social-tumblr:before, .panel-grid .simple-social-icons ul li.social-twitter:before, .panel-grid .simple-social-icons ul li.social-vimeo:before, .panel-grid .simple-social-icons ul li.social-youtube:before { + display: none !important; + content: none !important; +} +.panel-grid .simple-social-icons ul li a .glyphicon-new-window { + display: none !important; + content: none !important; +} + @media screen and (min-width: 768px) { #masthead { background-color: #e7e7e7; diff --git a/css/hale2015-purple.css b/css/hale2015-purple.css index fd353b0..fa4593b 100644 --- a/css/hale2015-purple.css +++ b/css/hale2015-purple.css @@ -9476,6 +9476,13 @@ a.btn { border-bottom: 1px solid #eee; } +/*-------------------------------------------------------------- +10.6 UC Calendar - Fixes for Sub/Super Characters +--------------------------------------------------------------*/ +#content .widget.uc-ecw .uc-cal-list .uc-cal-item .uc-cal-event-title { + display: flex !important; +} + /* - - - - - - - - - - - - - - - - - - - == Captions - - - - - - - - - - - - - - - - - - - */ @@ -9849,6 +9856,7 @@ q:before, table q:after { .uc-listcal .uc-cal-list .uc-cal-item .uc-cal-event-title { font-style: normal; margin-left: 1em; + display: flex !important; } .uc-listcal .uc-cal-list .uc-cal-item .glyphicon-new-window { display: none; @@ -10610,6 +10618,18 @@ input[type="button"]#footers.btn-block { width: 100%; } +.panel-grid { + /* Denotes the beginning of a Page Builder section */ +} +.panel-grid .simple-social-icons ul li.social-bloglovin:before, .panel-grid .simple-social-icons ul li.social-dribbble:before, .panel-grid .simple-social-icons ul li.social-email:before, .panel-grid .simple-social-icons ul li.social-facebook:before, .panel-grid .simple-social-icons ul li.social-flickr:before, .panel-grid .simple-social-icons ul li.social-github:before, .panel-grid .simple-social-icons ul li.social-gplus:before, .panel-grid .simple-social-icons ul li.social-instagram:before, .panel-grid .simple-social-icons ul li.social-linkedin:before, .panel-grid .simple-social-icons ul li.social-pinterest:before, .panel-grid .simple-social-icons ul li.social-rss:before, .panel-grid .simple-social-icons ul li.social-stumbleupon:before, .panel-grid .simple-social-icons ul li.social-tumblr:before, .panel-grid .simple-social-icons ul li.social-twitter:before, .panel-grid .simple-social-icons ul li.social-vimeo:before, .panel-grid .simple-social-icons ul li.social-youtube:before { + display: none !important; + content: none !important; +} +.panel-grid .simple-social-icons ul li a .glyphicon-new-window { + display: none !important; + content: none !important; +} + @media screen and (min-width: 768px) { #masthead { background-color: #e7e7e7; diff --git a/css/hale2015-red.css b/css/hale2015-red.css index 08e8808..713cb76 100644 --- a/css/hale2015-red.css +++ b/css/hale2015-red.css @@ -9476,6 +9476,13 @@ a.btn { border-bottom: 1px solid #eee; } +/*-------------------------------------------------------------- +10.6 UC Calendar - Fixes for Sub/Super Characters +--------------------------------------------------------------*/ +#content .widget.uc-ecw .uc-cal-list .uc-cal-item .uc-cal-event-title { + display: flex !important; +} + /* - - - - - - - - - - - - - - - - - - - == Captions - - - - - - - - - - - - - - - - - - - */ @@ -9849,6 +9856,7 @@ q:before, table q:after { .uc-listcal .uc-cal-list .uc-cal-item .uc-cal-event-title { font-style: normal; margin-left: 1em; + display: flex !important; } .uc-listcal .uc-cal-list .uc-cal-item .glyphicon-new-window { display: none; @@ -10610,6 +10618,18 @@ input[type="button"]#footers.btn-block { width: 100%; } +.panel-grid { + /* Denotes the beginning of a Page Builder section */ +} +.panel-grid .simple-social-icons ul li.social-bloglovin:before, .panel-grid .simple-social-icons ul li.social-dribbble:before, .panel-grid .simple-social-icons ul li.social-email:before, .panel-grid .simple-social-icons ul li.social-facebook:before, .panel-grid .simple-social-icons ul li.social-flickr:before, .panel-grid .simple-social-icons ul li.social-github:before, .panel-grid .simple-social-icons ul li.social-gplus:before, .panel-grid .simple-social-icons ul li.social-instagram:before, .panel-grid .simple-social-icons ul li.social-linkedin:before, .panel-grid .simple-social-icons ul li.social-pinterest:before, .panel-grid .simple-social-icons ul li.social-rss:before, .panel-grid .simple-social-icons ul li.social-stumbleupon:before, .panel-grid .simple-social-icons ul li.social-tumblr:before, .panel-grid .simple-social-icons ul li.social-twitter:before, .panel-grid .simple-social-icons ul li.social-vimeo:before, .panel-grid .simple-social-icons ul li.social-youtube:before { + display: none !important; + content: none !important; +} +.panel-grid .simple-social-icons ul li a .glyphicon-new-window { + display: none !important; + content: none !important; +} + @media screen and (min-width: 768px) { #masthead { background-color: #e7e7e7; diff --git a/scss/_hale2015-common.scss b/scss/_hale2015-common.scss index 9b9a8c0..20b7b50 100644 --- a/scss/_hale2015-common.scss +++ b/scss/_hale2015-common.scss @@ -22,7 +22,7 @@ $btn-primary-border: darken($brand-primary, 15%) !default; $btn-success-border: darken($brand-success, 15%) !default; $btn-info-border: darken($brand-info, 15%) !default; $btn-warning-border: darken($brand-warning, 15%) !default; -$btn-danger-border: darken($brand-danger, 15%) !default; +$btn-danger-border: darken($brand-danger, 15%) !default;