From 6ed20ead348791fea12a28778fd5cd7a6474f464 Mon Sep 17 00:00:00 2001 From: Brian Date: Thu, 22 Sep 2016 10:00:06 -0400 Subject: [PATCH] Jira Ticket Fixes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit • Single post padding issue fixed in Hale 2015 • Widget titles for Hale 2015 styled more in line with the theme • Various style fixes/enhancements --- css/hale2015-blue.css | 98 +++++++++++++++++++++++++++++++------- css/hale2015-green.css | 98 +++++++++++++++++++++++++++++++------- css/hale2015-orange.css | 98 +++++++++++++++++++++++++++++++------- css/hale2015-purple.css | 98 +++++++++++++++++++++++++++++++------- css/hale2015-red.css | 98 +++++++++++++++++++++++++++++++------- scss/_hale2015-common.scss | 48 ++++++++++++++++++- 6 files changed, 452 insertions(+), 86 deletions(-) diff --git a/css/hale2015-blue.css b/css/hale2015-blue.css index 2ec3398..316213c 100644 --- a/css/hale2015-blue.css +++ b/css/hale2015-blue.css @@ -7191,6 +7191,13 @@ button.close { #uc-header { border-bottom: 1px solid transparent; border-bottom-color: white; + min-height: 56px; + background-color: #0F1938; + overflow: hidden; + height: 56px; +} +#uc-header .container { + display: none; } #uc-site-header { @@ -7372,29 +7379,13 @@ button.close { .mega-sub-menu { list-style-type: none; } -.mega-sub-menu li.mega-menu-item a { - padding-top: 7px !important; - padding-bottom: 7px !important; - line-height: 1.5em !important; -} #megamenu-mobile-title { font-size: 1.3em; - padding: .8em 90px .8em .8em; + padding: .8em; margin: 0; } -.mega-menu-toggle { - position: absolute; - right: 0; - top: -3.2em; -} - -#megamenu-mobile-title a, -#megamenu-mobile-title a:hover { - color: black; -} - /* - - - - - - - - - - - - - - - - - - - == Header Image - - - - - - - - - - - - - - - - - - - */ @@ -7761,6 +7752,9 @@ button.close { .home #content .widget.uc-contact-widget td.uc-output-more { word-break: break-all; } +.home #content .widget.uc-contact-widget .table-responsive { + border: none; +} .home #content .widget .uc-cal { font: inherit; padding: 0 !important; @@ -8159,6 +8153,9 @@ button.close { .home #content .panel-grid .widget.uc-contact-widget td.uc-output-more { word-break: break-all; } +.home #content .panel-grid .widget.uc-contact-widget .table-responsive { + border: none; +} .home #content .panel-grid .widget .uc-cal { font: inherit; padding: 0 !important; @@ -8554,6 +8551,9 @@ button.close { #page-sidebar .widget.uc-contact-widget td.uc-output-more { word-break: break-all; } +#page-sidebar .widget.uc-contact-widget .table-responsive { + border: none; +} #page-sidebar .widget .uc-cal { font: inherit; padding: 0 !important; @@ -8953,6 +8953,9 @@ button.close { .subpage .widget.uc-contact-widget td.uc-output-more { word-break: break-all; } +.subpage .widget.uc-contact-widget .table-responsive { + border: none; +} .subpage .widget .uc-cal { font: inherit; padding: 0 !important; @@ -9503,6 +9506,10 @@ a.btn { display: flex !important; } +.ui-datepicker-header { + color: black; +} + /* - - - - - - - - - - - - - - - - - - - == Captions - - - - - - - - - - - - - - - - - - - */ @@ -10265,6 +10272,9 @@ body.sticky .ie8 #footers { #mega-footer .widget.uc-contact-widget td.uc-output-more { word-break: break-all; } +#mega-footer .widget.uc-contact-widget .table-responsive { + border: none; +} #mega-footer .widget .uc-cal { font: inherit; padding: 0 !important; @@ -10865,6 +10875,11 @@ body.home.page-template-page-blank h3.widget-title { position: relative; min-height: 400px; } +@media (max-width: 767px) { + #content { + padding: 20px 0px; + } +} #content:before { content: ''; display: block; @@ -11120,6 +11135,16 @@ body.home.page-template-page-blank h3.widget-title { border: 1px solid #e0e0e0; padding: 3em 8em; } +@media (max-width: 991px) { + #main { + padding: 2em; + } +} +@media (max-width: 767px) { + #main { + padding: 1.5em; + } +} .widget_sp_image .widget-head { display: none; @@ -11290,3 +11315,42 @@ body.home.page-template-page-blank h3.widget-title { #content .panel-grid .widget .uc-cal .uc-cal-event-title { color: #0f4786 !important; } + +@media (max-width: 991px) { + #page-single #page-sidebar { + margin-top: 30px; + } +} +#page-single #page-sidebar h1.widget-title { + padding: 1em 15px 0; + font-size: 17px; + background-color: #f1f1f1; + /* Fallback Color */ + background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(#f1f1f1)) !important; + /* Saf4+, Chrome */ + background-image: -webkit-linear-gradient(top, white, #f1f1f1) !important; + /* Chrome 10+, Saf5.1+, iOS 5+ */ + background-image: -moz-linear-gradient(top, white, #f1f1f1) !important; + /* FF3.6 */ + background-image: -ms-linear-gradient(top, white, #f1f1f1) !important; + /* IE10 */ + background-image: -o-linear-gradient(top, white, #f1f1f1) !important; + /* Opera 11.10+ */ + background-image: linear-gradient(top, white, #f1f1f1) !important; + filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='white', EndColorStr='#f1f1f1') !important; + text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8); + border-bottom: 1px solid #e0e0e0; + font-size: 14px; + padding: 10px 15px; +} +@media (max-width: 767px) { + #page-single #page-sidebar .form-group .form-control { + width: 80%; + display: inline-block; + } +} +@media (max-width: 767px) { + #page-single #page-sidebar .form-group .btn { + margin-top: -3px; + } +} diff --git a/css/hale2015-green.css b/css/hale2015-green.css index e1d730b..611b86d 100644 --- a/css/hale2015-green.css +++ b/css/hale2015-green.css @@ -7191,6 +7191,13 @@ button.close { #uc-header { border-bottom: 1px solid transparent; border-bottom-color: white; + min-height: 56px; + background-color: #0F1938; + overflow: hidden; + height: 56px; +} +#uc-header .container { + display: none; } #uc-site-header { @@ -7372,29 +7379,13 @@ button.close { .mega-sub-menu { list-style-type: none; } -.mega-sub-menu li.mega-menu-item a { - padding-top: 7px !important; - padding-bottom: 7px !important; - line-height: 1.5em !important; -} #megamenu-mobile-title { font-size: 1.3em; - padding: .8em 90px .8em .8em; + padding: .8em; margin: 0; } -.mega-menu-toggle { - position: absolute; - right: 0; - top: -3.2em; -} - -#megamenu-mobile-title a, -#megamenu-mobile-title a:hover { - color: black; -} - /* - - - - - - - - - - - - - - - - - - - == Header Image - - - - - - - - - - - - - - - - - - - */ @@ -7761,6 +7752,9 @@ button.close { .home #content .widget.uc-contact-widget td.uc-output-more { word-break: break-all; } +.home #content .widget.uc-contact-widget .table-responsive { + border: none; +} .home #content .widget .uc-cal { font: inherit; padding: 0 !important; @@ -8159,6 +8153,9 @@ button.close { .home #content .panel-grid .widget.uc-contact-widget td.uc-output-more { word-break: break-all; } +.home #content .panel-grid .widget.uc-contact-widget .table-responsive { + border: none; +} .home #content .panel-grid .widget .uc-cal { font: inherit; padding: 0 !important; @@ -8554,6 +8551,9 @@ button.close { #page-sidebar .widget.uc-contact-widget td.uc-output-more { word-break: break-all; } +#page-sidebar .widget.uc-contact-widget .table-responsive { + border: none; +} #page-sidebar .widget .uc-cal { font: inherit; padding: 0 !important; @@ -8953,6 +8953,9 @@ button.close { .subpage .widget.uc-contact-widget td.uc-output-more { word-break: break-all; } +.subpage .widget.uc-contact-widget .table-responsive { + border: none; +} .subpage .widget .uc-cal { font: inherit; padding: 0 !important; @@ -9503,6 +9506,10 @@ a.btn { display: flex !important; } +.ui-datepicker-header { + color: black; +} + /* - - - - - - - - - - - - - - - - - - - == Captions - - - - - - - - - - - - - - - - - - - */ @@ -10265,6 +10272,9 @@ body.sticky .ie8 #footers { #mega-footer .widget.uc-contact-widget td.uc-output-more { word-break: break-all; } +#mega-footer .widget.uc-contact-widget .table-responsive { + border: none; +} #mega-footer .widget .uc-cal { font: inherit; padding: 0 !important; @@ -10865,6 +10875,11 @@ body.home.page-template-page-blank h3.widget-title { position: relative; min-height: 400px; } +@media (max-width: 767px) { + #content { + padding: 20px 0px; + } +} #content:before { content: ''; display: block; @@ -11120,6 +11135,16 @@ body.home.page-template-page-blank h3.widget-title { border: 1px solid #e0e0e0; padding: 3em 8em; } +@media (max-width: 991px) { + #main { + padding: 2em; + } +} +@media (max-width: 767px) { + #main { + padding: 1.5em; + } +} .widget_sp_image .widget-head { display: none; @@ -11290,3 +11315,42 @@ body.home.page-template-page-blank h3.widget-title { #content .panel-grid .widget .uc-cal .uc-cal-event-title { color: #0f861a !important; } + +@media (max-width: 991px) { + #page-single #page-sidebar { + margin-top: 30px; + } +} +#page-single #page-sidebar h1.widget-title { + padding: 1em 15px 0; + font-size: 17px; + background-color: #f1f1f1; + /* Fallback Color */ + background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(#f1f1f1)) !important; + /* Saf4+, Chrome */ + background-image: -webkit-linear-gradient(top, white, #f1f1f1) !important; + /* Chrome 10+, Saf5.1+, iOS 5+ */ + background-image: -moz-linear-gradient(top, white, #f1f1f1) !important; + /* FF3.6 */ + background-image: -ms-linear-gradient(top, white, #f1f1f1) !important; + /* IE10 */ + background-image: -o-linear-gradient(top, white, #f1f1f1) !important; + /* Opera 11.10+ */ + background-image: linear-gradient(top, white, #f1f1f1) !important; + filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='white', EndColorStr='#f1f1f1') !important; + text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8); + border-bottom: 1px solid #e0e0e0; + font-size: 14px; + padding: 10px 15px; +} +@media (max-width: 767px) { + #page-single #page-sidebar .form-group .form-control { + width: 80%; + display: inline-block; + } +} +@media (max-width: 767px) { + #page-single #page-sidebar .form-group .btn { + margin-top: -3px; + } +} diff --git a/css/hale2015-orange.css b/css/hale2015-orange.css index ac0617b..09df213 100644 --- a/css/hale2015-orange.css +++ b/css/hale2015-orange.css @@ -7191,6 +7191,13 @@ button.close { #uc-header { border-bottom: 1px solid transparent; border-bottom-color: white; + min-height: 56px; + background-color: #0F1938; + overflow: hidden; + height: 56px; +} +#uc-header .container { + display: none; } #uc-site-header { @@ -7372,29 +7379,13 @@ button.close { .mega-sub-menu { list-style-type: none; } -.mega-sub-menu li.mega-menu-item a { - padding-top: 7px !important; - padding-bottom: 7px !important; - line-height: 1.5em !important; -} #megamenu-mobile-title { font-size: 1.3em; - padding: .8em 90px .8em .8em; + padding: .8em; margin: 0; } -.mega-menu-toggle { - position: absolute; - right: 0; - top: -3.2em; -} - -#megamenu-mobile-title a, -#megamenu-mobile-title a:hover { - color: black; -} - /* - - - - - - - - - - - - - - - - - - - == Header Image - - - - - - - - - - - - - - - - - - - */ @@ -7761,6 +7752,9 @@ button.close { .home #content .widget.uc-contact-widget td.uc-output-more { word-break: break-all; } +.home #content .widget.uc-contact-widget .table-responsive { + border: none; +} .home #content .widget .uc-cal { font: inherit; padding: 0 !important; @@ -8159,6 +8153,9 @@ button.close { .home #content .panel-grid .widget.uc-contact-widget td.uc-output-more { word-break: break-all; } +.home #content .panel-grid .widget.uc-contact-widget .table-responsive { + border: none; +} .home #content .panel-grid .widget .uc-cal { font: inherit; padding: 0 !important; @@ -8554,6 +8551,9 @@ button.close { #page-sidebar .widget.uc-contact-widget td.uc-output-more { word-break: break-all; } +#page-sidebar .widget.uc-contact-widget .table-responsive { + border: none; +} #page-sidebar .widget .uc-cal { font: inherit; padding: 0 !important; @@ -8953,6 +8953,9 @@ button.close { .subpage .widget.uc-contact-widget td.uc-output-more { word-break: break-all; } +.subpage .widget.uc-contact-widget .table-responsive { + border: none; +} .subpage .widget .uc-cal { font: inherit; padding: 0 !important; @@ -9503,6 +9506,10 @@ a.btn { display: flex !important; } +.ui-datepicker-header { + color: black; +} + /* - - - - - - - - - - - - - - - - - - - == Captions - - - - - - - - - - - - - - - - - - - */ @@ -10265,6 +10272,9 @@ body.sticky .ie8 #footers { #mega-footer .widget.uc-contact-widget td.uc-output-more { word-break: break-all; } +#mega-footer .widget.uc-contact-widget .table-responsive { + border: none; +} #mega-footer .widget .uc-cal { font: inherit; padding: 0 !important; @@ -10865,6 +10875,11 @@ body.home.page-template-page-blank h3.widget-title { position: relative; min-height: 400px; } +@media (max-width: 767px) { + #content { + padding: 20px 0px; + } +} #content:before { content: ''; display: block; @@ -11120,6 +11135,16 @@ body.home.page-template-page-blank h3.widget-title { border: 1px solid #e0e0e0; padding: 3em 8em; } +@media (max-width: 991px) { + #main { + padding: 2em; + } +} +@media (max-width: 767px) { + #main { + padding: 1.5em; + } +} .widget_sp_image .widget-head { display: none; @@ -11290,3 +11315,42 @@ body.home.page-template-page-blank h3.widget-title { #content .panel-grid .widget .uc-cal .uc-cal-event-title { color: #e07502 !important; } + +@media (max-width: 991px) { + #page-single #page-sidebar { + margin-top: 30px; + } +} +#page-single #page-sidebar h1.widget-title { + padding: 1em 15px 0; + font-size: 17px; + background-color: #f1f1f1; + /* Fallback Color */ + background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(#f1f1f1)) !important; + /* Saf4+, Chrome */ + background-image: -webkit-linear-gradient(top, white, #f1f1f1) !important; + /* Chrome 10+, Saf5.1+, iOS 5+ */ + background-image: -moz-linear-gradient(top, white, #f1f1f1) !important; + /* FF3.6 */ + background-image: -ms-linear-gradient(top, white, #f1f1f1) !important; + /* IE10 */ + background-image: -o-linear-gradient(top, white, #f1f1f1) !important; + /* Opera 11.10+ */ + background-image: linear-gradient(top, white, #f1f1f1) !important; + filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='white', EndColorStr='#f1f1f1') !important; + text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8); + border-bottom: 1px solid #e0e0e0; + font-size: 14px; + padding: 10px 15px; +} +@media (max-width: 767px) { + #page-single #page-sidebar .form-group .form-control { + width: 80%; + display: inline-block; + } +} +@media (max-width: 767px) { + #page-single #page-sidebar .form-group .btn { + margin-top: -3px; + } +} diff --git a/css/hale2015-purple.css b/css/hale2015-purple.css index fc3ee97..badf1fc 100644 --- a/css/hale2015-purple.css +++ b/css/hale2015-purple.css @@ -7191,6 +7191,13 @@ button.close { #uc-header { border-bottom: 1px solid transparent; border-bottom-color: white; + min-height: 56px; + background-color: #0F1938; + overflow: hidden; + height: 56px; +} +#uc-header .container { + display: none; } #uc-site-header { @@ -7372,29 +7379,13 @@ button.close { .mega-sub-menu { list-style-type: none; } -.mega-sub-menu li.mega-menu-item a { - padding-top: 7px !important; - padding-bottom: 7px !important; - line-height: 1.5em !important; -} #megamenu-mobile-title { font-size: 1.3em; - padding: .8em 90px .8em .8em; + padding: .8em; margin: 0; } -.mega-menu-toggle { - position: absolute; - right: 0; - top: -3.2em; -} - -#megamenu-mobile-title a, -#megamenu-mobile-title a:hover { - color: black; -} - /* - - - - - - - - - - - - - - - - - - - == Header Image - - - - - - - - - - - - - - - - - - - */ @@ -7761,6 +7752,9 @@ button.close { .home #content .widget.uc-contact-widget td.uc-output-more { word-break: break-all; } +.home #content .widget.uc-contact-widget .table-responsive { + border: none; +} .home #content .widget .uc-cal { font: inherit; padding: 0 !important; @@ -8159,6 +8153,9 @@ button.close { .home #content .panel-grid .widget.uc-contact-widget td.uc-output-more { word-break: break-all; } +.home #content .panel-grid .widget.uc-contact-widget .table-responsive { + border: none; +} .home #content .panel-grid .widget .uc-cal { font: inherit; padding: 0 !important; @@ -8554,6 +8551,9 @@ button.close { #page-sidebar .widget.uc-contact-widget td.uc-output-more { word-break: break-all; } +#page-sidebar .widget.uc-contact-widget .table-responsive { + border: none; +} #page-sidebar .widget .uc-cal { font: inherit; padding: 0 !important; @@ -8953,6 +8953,9 @@ button.close { .subpage .widget.uc-contact-widget td.uc-output-more { word-break: break-all; } +.subpage .widget.uc-contact-widget .table-responsive { + border: none; +} .subpage .widget .uc-cal { font: inherit; padding: 0 !important; @@ -9503,6 +9506,10 @@ a.btn { display: flex !important; } +.ui-datepicker-header { + color: black; +} + /* - - - - - - - - - - - - - - - - - - - == Captions - - - - - - - - - - - - - - - - - - - */ @@ -10265,6 +10272,9 @@ body.sticky .ie8 #footers { #mega-footer .widget.uc-contact-widget td.uc-output-more { word-break: break-all; } +#mega-footer .widget.uc-contact-widget .table-responsive { + border: none; +} #mega-footer .widget .uc-cal { font: inherit; padding: 0 !important; @@ -10865,6 +10875,11 @@ body.home.page-template-page-blank h3.widget-title { position: relative; min-height: 400px; } +@media (max-width: 767px) { + #content { + padding: 20px 0px; + } +} #content:before { content: ''; display: block; @@ -11120,6 +11135,16 @@ body.home.page-template-page-blank h3.widget-title { border: 1px solid #e0e0e0; padding: 3em 8em; } +@media (max-width: 991px) { + #main { + padding: 2em; + } +} +@media (max-width: 767px) { + #main { + padding: 1.5em; + } +} .widget_sp_image .widget-head { display: none; @@ -11290,3 +11315,42 @@ body.home.page-template-page-blank h3.widget-title { #content .panel-grid .widget .uc-cal .uc-cal-event-title { color: #850f86 !important; } + +@media (max-width: 991px) { + #page-single #page-sidebar { + margin-top: 30px; + } +} +#page-single #page-sidebar h1.widget-title { + padding: 1em 15px 0; + font-size: 17px; + background-color: #f1f1f1; + /* Fallback Color */ + background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(#f1f1f1)) !important; + /* Saf4+, Chrome */ + background-image: -webkit-linear-gradient(top, white, #f1f1f1) !important; + /* Chrome 10+, Saf5.1+, iOS 5+ */ + background-image: -moz-linear-gradient(top, white, #f1f1f1) !important; + /* FF3.6 */ + background-image: -ms-linear-gradient(top, white, #f1f1f1) !important; + /* IE10 */ + background-image: -o-linear-gradient(top, white, #f1f1f1) !important; + /* Opera 11.10+ */ + background-image: linear-gradient(top, white, #f1f1f1) !important; + filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='white', EndColorStr='#f1f1f1') !important; + text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8); + border-bottom: 1px solid #e0e0e0; + font-size: 14px; + padding: 10px 15px; +} +@media (max-width: 767px) { + #page-single #page-sidebar .form-group .form-control { + width: 80%; + display: inline-block; + } +} +@media (max-width: 767px) { + #page-single #page-sidebar .form-group .btn { + margin-top: -3px; + } +} diff --git a/css/hale2015-red.css b/css/hale2015-red.css index 62316ba..6cd5ed0 100644 --- a/css/hale2015-red.css +++ b/css/hale2015-red.css @@ -7191,6 +7191,13 @@ button.close { #uc-header { border-bottom: 1px solid transparent; border-bottom-color: white; + min-height: 56px; + background-color: #0F1938; + overflow: hidden; + height: 56px; +} +#uc-header .container { + display: none; } #uc-site-header { @@ -7372,29 +7379,13 @@ button.close { .mega-sub-menu { list-style-type: none; } -.mega-sub-menu li.mega-menu-item a { - padding-top: 7px !important; - padding-bottom: 7px !important; - line-height: 1.5em !important; -} #megamenu-mobile-title { font-size: 1.3em; - padding: .8em 90px .8em .8em; + padding: .8em; margin: 0; } -.mega-menu-toggle { - position: absolute; - right: 0; - top: -3.2em; -} - -#megamenu-mobile-title a, -#megamenu-mobile-title a:hover { - color: black; -} - /* - - - - - - - - - - - - - - - - - - - == Header Image - - - - - - - - - - - - - - - - - - - */ @@ -7761,6 +7752,9 @@ button.close { .home #content .widget.uc-contact-widget td.uc-output-more { word-break: break-all; } +.home #content .widget.uc-contact-widget .table-responsive { + border: none; +} .home #content .widget .uc-cal { font: inherit; padding: 0 !important; @@ -8159,6 +8153,9 @@ button.close { .home #content .panel-grid .widget.uc-contact-widget td.uc-output-more { word-break: break-all; } +.home #content .panel-grid .widget.uc-contact-widget .table-responsive { + border: none; +} .home #content .panel-grid .widget .uc-cal { font: inherit; padding: 0 !important; @@ -8554,6 +8551,9 @@ button.close { #page-sidebar .widget.uc-contact-widget td.uc-output-more { word-break: break-all; } +#page-sidebar .widget.uc-contact-widget .table-responsive { + border: none; +} #page-sidebar .widget .uc-cal { font: inherit; padding: 0 !important; @@ -8953,6 +8953,9 @@ button.close { .subpage .widget.uc-contact-widget td.uc-output-more { word-break: break-all; } +.subpage .widget.uc-contact-widget .table-responsive { + border: none; +} .subpage .widget .uc-cal { font: inherit; padding: 0 !important; @@ -9503,6 +9506,10 @@ a.btn { display: flex !important; } +.ui-datepicker-header { + color: black; +} + /* - - - - - - - - - - - - - - - - - - - == Captions - - - - - - - - - - - - - - - - - - - */ @@ -10265,6 +10272,9 @@ body.sticky .ie8 #footers { #mega-footer .widget.uc-contact-widget td.uc-output-more { word-break: break-all; } +#mega-footer .widget.uc-contact-widget .table-responsive { + border: none; +} #mega-footer .widget .uc-cal { font: inherit; padding: 0 !important; @@ -10865,6 +10875,11 @@ body.home.page-template-page-blank h3.widget-title { position: relative; min-height: 400px; } +@media (max-width: 767px) { + #content { + padding: 20px 0px; + } +} #content:before { content: ''; display: block; @@ -11120,6 +11135,16 @@ body.home.page-template-page-blank h3.widget-title { border: 1px solid #e0e0e0; padding: 3em 8em; } +@media (max-width: 991px) { + #main { + padding: 2em; + } +} +@media (max-width: 767px) { + #main { + padding: 1.5em; + } +} .widget_sp_image .widget-head { display: none; @@ -11290,3 +11315,42 @@ body.home.page-template-page-blank h3.widget-title { #content .panel-grid .widget .uc-cal .uc-cal-event-title { color: #bd4147 !important; } + +@media (max-width: 991px) { + #page-single #page-sidebar { + margin-top: 30px; + } +} +#page-single #page-sidebar h1.widget-title { + padding: 1em 15px 0; + font-size: 17px; + background-color: #f1f1f1; + /* Fallback Color */ + background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(#f1f1f1)) !important; + /* Saf4+, Chrome */ + background-image: -webkit-linear-gradient(top, white, #f1f1f1) !important; + /* Chrome 10+, Saf5.1+, iOS 5+ */ + background-image: -moz-linear-gradient(top, white, #f1f1f1) !important; + /* FF3.6 */ + background-image: -ms-linear-gradient(top, white, #f1f1f1) !important; + /* IE10 */ + background-image: -o-linear-gradient(top, white, #f1f1f1) !important; + /* Opera 11.10+ */ + background-image: linear-gradient(top, white, #f1f1f1) !important; + filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='white', EndColorStr='#f1f1f1') !important; + text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8); + border-bottom: 1px solid #e0e0e0; + font-size: 14px; + padding: 10px 15px; +} +@media (max-width: 767px) { + #page-single #page-sidebar .form-group .form-control { + width: 80%; + display: inline-block; + } +} +@media (max-width: 767px) { + #page-single #page-sidebar .form-group .btn { + margin-top: -3px; + } +} diff --git a/scss/_hale2015-common.scss b/scss/_hale2015-common.scss index 299e382..00cbbde 100644 --- a/scss/_hale2015-common.scss +++ b/scss/_hale2015-common.scss @@ -38,7 +38,7 @@ $widget-border-color: #e0e0e0; $widget-margin: 0 0 30px 0; $footers-link-color: #707070; -$footers-link-hover: $brand-primary; +$footers-link-hover: $brand-primary; // imports bootsrtap, and all of cornerstone sass @@ -206,6 +206,10 @@ $dropdown-link-active-bg: $nav-color-base; padding:50px 0; position:relative; min-height:400px; + + @media (max-width:767px) { + padding:20px 0px; + } &:before { content:''; @@ -291,6 +295,14 @@ $dropdown-link-active-bg: $nav-color-base; #main { border:1px solid #e0e0e0; padding:$content-padding; + + @media (max-width:991px) { + padding:2em; + } + + @media (max-width:767px) { + padding:1.5em; + } } .widget_sp_image .widget-head { @@ -516,6 +528,40 @@ body.home.page-template-page-blank { } } + +#page-single { + #page-sidebar { + + @media(max-width:991px) { + margin-top:30px; + } + + h1.widget-title { + padding:1em 15px 0; + font-size:17px; + @include gradient(#ffffff, #f1f1f1); + text-shadow: 0 1px 0 rgba(255,255,255,.8); + border-bottom: 1px solid #e0e0e0; + font-size: 14px; + padding: 10px 15px; + } + + .form-group { + .form-control { + @media(max-width:767px) { + width:80%; + display:inline-block; + } + } + .btn { + @media(max-width:767px) { + margin-top:-3px; + } + } + } + } +} +