Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Jira Ticket Fixes
• Single post padding issue fixed in Hale 2015
• Widget titles for Hale 2015 styled more in line with the theme
• Various style fixes/enhancements
  • Loading branch information
bcd04001 committed Sep 22, 2016
1 parent fbc7e86 commit 6ed20ea
Show file tree
Hide file tree
Showing 6 changed files with 452 additions and 86 deletions.
98 changes: 81 additions & 17 deletions css/hale2015-blue.css
Expand Up @@ -7191,6 +7191,13 @@ button.close {
#uc-header { #uc-header {
border-bottom: 1px solid transparent; border-bottom: 1px solid transparent;
border-bottom-color: white; border-bottom-color: white;
min-height: 56px;
background-color: #0F1938;
overflow: hidden;
height: 56px;
}
#uc-header .container {
display: none;
} }


#uc-site-header { #uc-site-header {
Expand Down Expand Up @@ -7372,29 +7379,13 @@ button.close {
.mega-sub-menu { .mega-sub-menu {
list-style-type: none; 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 { #megamenu-mobile-title {
font-size: 1.3em; font-size: 1.3em;
padding: .8em 90px .8em .8em; padding: .8em;
margin: 0; 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 == Header Image
- - - - - - - - - - - - - - - - - - - */ - - - - - - - - - - - - - - - - - - - */
Expand Down Expand Up @@ -7761,6 +7752,9 @@ button.close {
.home #content .widget.uc-contact-widget td.uc-output-more { .home #content .widget.uc-contact-widget td.uc-output-more {
word-break: break-all; word-break: break-all;
} }
.home #content .widget.uc-contact-widget .table-responsive {
border: none;
}
.home #content .widget .uc-cal { .home #content .widget .uc-cal {
font: inherit; font: inherit;
padding: 0 !important; padding: 0 !important;
Expand Down Expand Up @@ -8159,6 +8153,9 @@ button.close {
.home #content .panel-grid .widget.uc-contact-widget td.uc-output-more { .home #content .panel-grid .widget.uc-contact-widget td.uc-output-more {
word-break: break-all; word-break: break-all;
} }
.home #content .panel-grid .widget.uc-contact-widget .table-responsive {
border: none;
}
.home #content .panel-grid .widget .uc-cal { .home #content .panel-grid .widget .uc-cal {
font: inherit; font: inherit;
padding: 0 !important; padding: 0 !important;
Expand Down Expand Up @@ -8554,6 +8551,9 @@ button.close {
#page-sidebar .widget.uc-contact-widget td.uc-output-more { #page-sidebar .widget.uc-contact-widget td.uc-output-more {
word-break: break-all; word-break: break-all;
} }
#page-sidebar .widget.uc-contact-widget .table-responsive {
border: none;
}
#page-sidebar .widget .uc-cal { #page-sidebar .widget .uc-cal {
font: inherit; font: inherit;
padding: 0 !important; padding: 0 !important;
Expand Down Expand Up @@ -8953,6 +8953,9 @@ button.close {
.subpage .widget.uc-contact-widget td.uc-output-more { .subpage .widget.uc-contact-widget td.uc-output-more {
word-break: break-all; word-break: break-all;
} }
.subpage .widget.uc-contact-widget .table-responsive {
border: none;
}
.subpage .widget .uc-cal { .subpage .widget .uc-cal {
font: inherit; font: inherit;
padding: 0 !important; padding: 0 !important;
Expand Down Expand Up @@ -9503,6 +9506,10 @@ a.btn {
display: flex !important; display: flex !important;
} }


.ui-datepicker-header {
color: black;
}

/* - - - - - - - - - - - - - - - - - - - /* - - - - - - - - - - - - - - - - - - -
== Captions == Captions
- - - - - - - - - - - - - - - - - - - */ - - - - - - - - - - - - - - - - - - - */
Expand Down Expand Up @@ -10265,6 +10272,9 @@ body.sticky .ie8 #footers {
#mega-footer .widget.uc-contact-widget td.uc-output-more { #mega-footer .widget.uc-contact-widget td.uc-output-more {
word-break: break-all; word-break: break-all;
} }
#mega-footer .widget.uc-contact-widget .table-responsive {
border: none;
}
#mega-footer .widget .uc-cal { #mega-footer .widget .uc-cal {
font: inherit; font: inherit;
padding: 0 !important; padding: 0 !important;
Expand Down Expand Up @@ -10865,6 +10875,11 @@ body.home.page-template-page-blank h3.widget-title {
position: relative; position: relative;
min-height: 400px; min-height: 400px;
} }
@media (max-width: 767px) {
#content {
padding: 20px 0px;
}
}
#content:before { #content:before {
content: ''; content: '';
display: block; display: block;
Expand Down Expand Up @@ -11120,6 +11135,16 @@ body.home.page-template-page-blank h3.widget-title {
border: 1px solid #e0e0e0; border: 1px solid #e0e0e0;
padding: 3em 8em; padding: 3em 8em;
} }
@media (max-width: 991px) {
#main {
padding: 2em;
}
}
@media (max-width: 767px) {
#main {
padding: 1.5em;
}
}


.widget_sp_image .widget-head { .widget_sp_image .widget-head {
display: none; display: none;
Expand Down Expand Up @@ -11290,3 +11315,42 @@ body.home.page-template-page-blank h3.widget-title {
#content .panel-grid .widget .uc-cal .uc-cal-event-title { #content .panel-grid .widget .uc-cal .uc-cal-event-title {
color: #0f4786 !important; 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;
}
}
98 changes: 81 additions & 17 deletions css/hale2015-green.css
Expand Up @@ -7191,6 +7191,13 @@ button.close {
#uc-header { #uc-header {
border-bottom: 1px solid transparent; border-bottom: 1px solid transparent;
border-bottom-color: white; border-bottom-color: white;
min-height: 56px;
background-color: #0F1938;
overflow: hidden;
height: 56px;
}
#uc-header .container {
display: none;
} }


#uc-site-header { #uc-site-header {
Expand Down Expand Up @@ -7372,29 +7379,13 @@ button.close {
.mega-sub-menu { .mega-sub-menu {
list-style-type: none; 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 { #megamenu-mobile-title {
font-size: 1.3em; font-size: 1.3em;
padding: .8em 90px .8em .8em; padding: .8em;
margin: 0; 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 == Header Image
- - - - - - - - - - - - - - - - - - - */ - - - - - - - - - - - - - - - - - - - */
Expand Down Expand Up @@ -7761,6 +7752,9 @@ button.close {
.home #content .widget.uc-contact-widget td.uc-output-more { .home #content .widget.uc-contact-widget td.uc-output-more {
word-break: break-all; word-break: break-all;
} }
.home #content .widget.uc-contact-widget .table-responsive {
border: none;
}
.home #content .widget .uc-cal { .home #content .widget .uc-cal {
font: inherit; font: inherit;
padding: 0 !important; padding: 0 !important;
Expand Down Expand Up @@ -8159,6 +8153,9 @@ button.close {
.home #content .panel-grid .widget.uc-contact-widget td.uc-output-more { .home #content .panel-grid .widget.uc-contact-widget td.uc-output-more {
word-break: break-all; word-break: break-all;
} }
.home #content .panel-grid .widget.uc-contact-widget .table-responsive {
border: none;
}
.home #content .panel-grid .widget .uc-cal { .home #content .panel-grid .widget .uc-cal {
font: inherit; font: inherit;
padding: 0 !important; padding: 0 !important;
Expand Down Expand Up @@ -8554,6 +8551,9 @@ button.close {
#page-sidebar .widget.uc-contact-widget td.uc-output-more { #page-sidebar .widget.uc-contact-widget td.uc-output-more {
word-break: break-all; word-break: break-all;
} }
#page-sidebar .widget.uc-contact-widget .table-responsive {
border: none;
}
#page-sidebar .widget .uc-cal { #page-sidebar .widget .uc-cal {
font: inherit; font: inherit;
padding: 0 !important; padding: 0 !important;
Expand Down Expand Up @@ -8953,6 +8953,9 @@ button.close {
.subpage .widget.uc-contact-widget td.uc-output-more { .subpage .widget.uc-contact-widget td.uc-output-more {
word-break: break-all; word-break: break-all;
} }
.subpage .widget.uc-contact-widget .table-responsive {
border: none;
}
.subpage .widget .uc-cal { .subpage .widget .uc-cal {
font: inherit; font: inherit;
padding: 0 !important; padding: 0 !important;
Expand Down Expand Up @@ -9503,6 +9506,10 @@ a.btn {
display: flex !important; display: flex !important;
} }


.ui-datepicker-header {
color: black;
}

/* - - - - - - - - - - - - - - - - - - - /* - - - - - - - - - - - - - - - - - - -
== Captions == Captions
- - - - - - - - - - - - - - - - - - - */ - - - - - - - - - - - - - - - - - - - */
Expand Down Expand Up @@ -10265,6 +10272,9 @@ body.sticky .ie8 #footers {
#mega-footer .widget.uc-contact-widget td.uc-output-more { #mega-footer .widget.uc-contact-widget td.uc-output-more {
word-break: break-all; word-break: break-all;
} }
#mega-footer .widget.uc-contact-widget .table-responsive {
border: none;
}
#mega-footer .widget .uc-cal { #mega-footer .widget .uc-cal {
font: inherit; font: inherit;
padding: 0 !important; padding: 0 !important;
Expand Down Expand Up @@ -10865,6 +10875,11 @@ body.home.page-template-page-blank h3.widget-title {
position: relative; position: relative;
min-height: 400px; min-height: 400px;
} }
@media (max-width: 767px) {
#content {
padding: 20px 0px;
}
}
#content:before { #content:before {
content: ''; content: '';
display: block; display: block;
Expand Down Expand Up @@ -11120,6 +11135,16 @@ body.home.page-template-page-blank h3.widget-title {
border: 1px solid #e0e0e0; border: 1px solid #e0e0e0;
padding: 3em 8em; padding: 3em 8em;
} }
@media (max-width: 991px) {
#main {
padding: 2em;
}
}
@media (max-width: 767px) {
#main {
padding: 1.5em;
}
}


.widget_sp_image .widget-head { .widget_sp_image .widget-head {
display: none; display: none;
Expand Down Expand Up @@ -11290,3 +11315,42 @@ body.home.page-template-page-blank h3.widget-title {
#content .panel-grid .widget .uc-cal .uc-cal-event-title { #content .panel-grid .widget .uc-cal .uc-cal-event-title {
color: #0f861a !important; 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;
}
}

0 comments on commit 6ed20ea

Please sign in to comment.