cc0f59d9 by Jeff Balicki

qa

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent 36103b40
......@@ -15253,6 +15253,10 @@ body {
#mega-menu-wrap-primary .mega-menu-toggle {
background: transparent;
}
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-right {
z-index: 9999;
position: relative;
}
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block:only-child {
background-color: #EE0000;
border-radius: 50%;
......@@ -15351,7 +15355,7 @@ body {
font-size: 1.8rem;
font-weight: 700;
color: #fff;
margin: 0 0 0 0.6rem;
margin: 0 0 0 0.58rem;
line-height: 1.3625rem;
}
......@@ -15384,6 +15388,17 @@ body {
}
.break-here .mega-menu-title {
font-size: 20px !important;
text-transform: uppercase;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
padding: 0px 15px;
}
}
@media only screen and (max-width: 1000px) {
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu.mega-menu-item.mega-toggle-on ul.mega-sub-menu {
display: block;
margin-bottom: 10px !important;
padding-top: 0px !important;
}
}
.admin-bar .back-one-level {
......@@ -18887,7 +18902,7 @@ ul.sf_date_field .sf-datepicker {
.wpml-ls-statics-shortcode_actions.wpml-ls.wpml-ls-legacy-list-horizontal {
position: absolute;
right: 0px;
top: -12px;
top: -10px;
}
}
.wpml-ls-statics-shortcode_actions.wpml-ls.wpml-ls-legacy-list-horizontal a {
......@@ -20301,6 +20316,11 @@ ul.sf_date_field .sf-datepicker {
.news-search {
margin-top: 0px !important;
}
@media only screen and (max-width: 48.875rem) {
.news-search {
margin-top: 20px !important;
}
}
.news-search h1, .news-search .h1 {
font-size: 40px;
line-height: 45px;
......
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
......@@ -21008,7 +21008,7 @@
if (img_width != '0') {
var _bottom = jQuery(this).find('figcaption').innerHeight();
jQuery(this).find('figcaption').css('bottom', -_bottom);
if ($('.post-template-default.single').length == 0) {
if ($('.post-template-default.page').length == 0) {
jQuery(this).find('.cap-wrapper').css('width', img_width);
}
jQuery(this).addClass('captionized');
......
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
......@@ -8,7 +8,7 @@ jQuery(function($) {
if(img_width != '0') {
var _bottom = jQuery(this).find('figcaption').innerHeight();
jQuery(this).find('figcaption').css('bottom', -_bottom);
if($('.post-template-default.single').length == 0) {
if($('.post-template-default.page').length == 0) {
jQuery(this).find('.cap-wrapper').css('width', img_width);
}
jQuery(this).addClass('captionized');
......
......@@ -5,7 +5,7 @@
@media only screen and (max-width: 48.875rem) {
position: absolute;
right: 0px;
top:-12px;
top:-10px;
}
a{
color: #EE0000;
......
......@@ -300,9 +300,14 @@
right: 0rem;
position:absolute;
background: transparent;
}
#mega-menu-wrap-primary .mega-menu-toggle{
background: transparent;
}#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-right{
z-index: 9999;
position: relative;
}
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block:only-child{
background-color: #EE0000;
......@@ -414,7 +419,7 @@
font-size: 1.8rem;
font-weight: 700;
color: #fff;
margin: 0 0 0 0.6rem;
margin: 0 0 0 0.58rem;
line-height: 1.3625rem;
}
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-3:after {
......@@ -446,8 +451,20 @@
.break-here{
.mega-menu-title{
font-size: 20px !important;
text-transform: uppercase;
}
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item{
padding: 0px 15px;
}
}
@media only screen and (max-width: 1000px){
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu.mega-menu-item.mega-toggle-on ul.mega-sub-menu {
display: block;
margin-bottom: 10px !important;
padding-top: 0px !important;
}
}
.admin-bar{
.back-one-level{
......
.news-search{
margin-top: 0px !important;
@media only screen and (max-width: 48.875rem) {
margin-top: 20px !important;
}
h1{
......
......@@ -2,5 +2,5 @@
Theme Name: MSF CA Child
Author: Tenzing Communications
Template: msf-ca
Version: 1.0.5313
Version: 1.0.5314
*/
\ No newline at end of file
......