qa
Signed-off-by: Jeff <jeff@gotenzing.com>
Showing
13 changed files
with
47 additions
and
7 deletions
| ... | @@ -15253,6 +15253,10 @@ body { | ... | @@ -15253,6 +15253,10 @@ body { |
| 15253 | #mega-menu-wrap-primary .mega-menu-toggle { | 15253 | #mega-menu-wrap-primary .mega-menu-toggle { |
| 15254 | background: transparent; | 15254 | background: transparent; |
| 15255 | } | 15255 | } |
| 15256 | #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-right { | ||
| 15257 | z-index: 9999; | ||
| 15258 | position: relative; | ||
| 15259 | } | ||
| 15256 | #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block:only-child { | 15260 | #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block:only-child { |
| 15257 | background-color: #EE0000; | 15261 | background-color: #EE0000; |
| 15258 | border-radius: 50%; | 15262 | border-radius: 50%; |
| ... | @@ -15351,7 +15355,7 @@ body { | ... | @@ -15351,7 +15355,7 @@ body { |
| 15351 | font-size: 1.8rem; | 15355 | font-size: 1.8rem; |
| 15352 | font-weight: 700; | 15356 | font-weight: 700; |
| 15353 | color: #fff; | 15357 | color: #fff; |
| 15354 | margin: 0 0 0 0.6rem; | 15358 | margin: 0 0 0 0.58rem; |
| 15355 | line-height: 1.3625rem; | 15359 | line-height: 1.3625rem; |
| 15356 | } | 15360 | } |
| 15357 | 15361 | ||
| ... | @@ -15384,6 +15388,17 @@ body { | ... | @@ -15384,6 +15388,17 @@ body { |
| 15384 | } | 15388 | } |
| 15385 | .break-here .mega-menu-title { | 15389 | .break-here .mega-menu-title { |
| 15386 | font-size: 20px !important; | 15390 | font-size: 20px !important; |
| 15391 | text-transform: uppercase; | ||
| 15392 | } | ||
| 15393 | #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 { | ||
| 15394 | padding: 0px 15px; | ||
| 15395 | } | ||
| 15396 | } | ||
| 15397 | @media only screen and (max-width: 1000px) { | ||
| 15398 | #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 { | ||
| 15399 | display: block; | ||
| 15400 | margin-bottom: 10px !important; | ||
| 15401 | padding-top: 0px !important; | ||
| 15387 | } | 15402 | } |
| 15388 | } | 15403 | } |
| 15389 | .admin-bar .back-one-level { | 15404 | .admin-bar .back-one-level { |
| ... | @@ -18887,7 +18902,7 @@ ul.sf_date_field .sf-datepicker { | ... | @@ -18887,7 +18902,7 @@ ul.sf_date_field .sf-datepicker { |
| 18887 | .wpml-ls-statics-shortcode_actions.wpml-ls.wpml-ls-legacy-list-horizontal { | 18902 | .wpml-ls-statics-shortcode_actions.wpml-ls.wpml-ls-legacy-list-horizontal { |
| 18888 | position: absolute; | 18903 | position: absolute; |
| 18889 | right: 0px; | 18904 | right: 0px; |
| 18890 | top: -12px; | 18905 | top: -10px; |
| 18891 | } | 18906 | } |
| 18892 | } | 18907 | } |
| 18893 | .wpml-ls-statics-shortcode_actions.wpml-ls.wpml-ls-legacy-list-horizontal a { | 18908 | .wpml-ls-statics-shortcode_actions.wpml-ls.wpml-ls-legacy-list-horizontal a { |
| ... | @@ -20301,6 +20316,11 @@ ul.sf_date_field .sf-datepicker { | ... | @@ -20301,6 +20316,11 @@ ul.sf_date_field .sf-datepicker { |
| 20301 | .news-search { | 20316 | .news-search { |
| 20302 | margin-top: 0px !important; | 20317 | margin-top: 0px !important; |
| 20303 | } | 20318 | } |
| 20319 | @media only screen and (max-width: 48.875rem) { | ||
| 20320 | .news-search { | ||
| 20321 | margin-top: 20px !important; | ||
| 20322 | } | ||
| 20323 | } | ||
| 20304 | .news-search h1, .news-search .h1 { | 20324 | .news-search h1, .news-search .h1 { |
| 20305 | font-size: 40px; | 20325 | font-size: 40px; |
| 20306 | line-height: 45px; | 20326 | 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 @@ | ... | @@ -21008,7 +21008,7 @@ |
| 21008 | if (img_width != '0') { | 21008 | if (img_width != '0') { |
| 21009 | var _bottom = jQuery(this).find('figcaption').innerHeight(); | 21009 | var _bottom = jQuery(this).find('figcaption').innerHeight(); |
| 21010 | jQuery(this).find('figcaption').css('bottom', -_bottom); | 21010 | jQuery(this).find('figcaption').css('bottom', -_bottom); |
| 21011 | if ($('.post-template-default.single').length == 0) { | 21011 | if ($('.post-template-default.page').length == 0) { |
| 21012 | jQuery(this).find('.cap-wrapper').css('width', img_width); | 21012 | jQuery(this).find('.cap-wrapper').css('width', img_width); |
| 21013 | } | 21013 | } |
| 21014 | jQuery(this).addClass('captionized'); | 21014 | 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($) { | ... | @@ -8,7 +8,7 @@ jQuery(function($) { |
| 8 | if(img_width != '0') { | 8 | if(img_width != '0') { |
| 9 | var _bottom = jQuery(this).find('figcaption').innerHeight(); | 9 | var _bottom = jQuery(this).find('figcaption').innerHeight(); |
| 10 | jQuery(this).find('figcaption').css('bottom', -_bottom); | 10 | jQuery(this).find('figcaption').css('bottom', -_bottom); |
| 11 | if($('.post-template-default.single').length == 0) { | 11 | if($('.post-template-default.page').length == 0) { |
| 12 | jQuery(this).find('.cap-wrapper').css('width', img_width); | 12 | jQuery(this).find('.cap-wrapper').css('width', img_width); |
| 13 | } | 13 | } |
| 14 | jQuery(this).addClass('captionized'); | 14 | jQuery(this).addClass('captionized'); | ... | ... |
| ... | @@ -5,7 +5,7 @@ | ... | @@ -5,7 +5,7 @@ |
| 5 | @media only screen and (max-width: 48.875rem) { | 5 | @media only screen and (max-width: 48.875rem) { |
| 6 | position: absolute; | 6 | position: absolute; |
| 7 | right: 0px; | 7 | right: 0px; |
| 8 | top:-12px; | 8 | top:-10px; |
| 9 | } | 9 | } |
| 10 | a{ | 10 | a{ |
| 11 | color: #EE0000; | 11 | color: #EE0000; | ... | ... |
| ... | @@ -300,9 +300,14 @@ | ... | @@ -300,9 +300,14 @@ |
| 300 | right: 0rem; | 300 | right: 0rem; |
| 301 | position:absolute; | 301 | position:absolute; |
| 302 | background: transparent; | 302 | background: transparent; |
| 303 | |||
| 303 | } | 304 | } |
| 304 | #mega-menu-wrap-primary .mega-menu-toggle{ | 305 | #mega-menu-wrap-primary .mega-menu-toggle{ |
| 305 | background: transparent; | 306 | background: transparent; |
| 307 | |||
| 308 | }#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-right{ | ||
| 309 | z-index: 9999; | ||
| 310 | position: relative; | ||
| 306 | } | 311 | } |
| 307 | #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block:only-child{ | 312 | #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block:only-child{ |
| 308 | background-color: #EE0000; | 313 | background-color: #EE0000; |
| ... | @@ -414,7 +419,7 @@ | ... | @@ -414,7 +419,7 @@ |
| 414 | font-size: 1.8rem; | 419 | font-size: 1.8rem; |
| 415 | font-weight: 700; | 420 | font-weight: 700; |
| 416 | color: #fff; | 421 | color: #fff; |
| 417 | margin: 0 0 0 0.6rem; | 422 | margin: 0 0 0 0.58rem; |
| 418 | line-height: 1.3625rem; | 423 | line-height: 1.3625rem; |
| 419 | } | 424 | } |
| 420 | #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-3:after { | 425 | #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-3:after { |
| ... | @@ -446,8 +451,20 @@ | ... | @@ -446,8 +451,20 @@ |
| 446 | .break-here{ | 451 | .break-here{ |
| 447 | .mega-menu-title{ | 452 | .mega-menu-title{ |
| 448 | font-size: 20px !important; | 453 | font-size: 20px !important; |
| 454 | text-transform: uppercase; | ||
| 449 | } | 455 | } |
| 450 | } | 456 | } |
| 457 | #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{ | ||
| 458 | padding: 0px 15px; | ||
| 459 | } | ||
| 460 | } | ||
| 461 | |||
| 462 | @media only screen and (max-width: 1000px){ | ||
| 463 | #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 { | ||
| 464 | display: block; | ||
| 465 | margin-bottom: 10px !important; | ||
| 466 | padding-top: 0px !important; | ||
| 467 | } | ||
| 451 | } | 468 | } |
| 452 | .admin-bar{ | 469 | .admin-bar{ |
| 453 | .back-one-level{ | 470 | .back-one-level{ | ... | ... |
| ... | @@ -2,5 +2,5 @@ | ... | @@ -2,5 +2,5 @@ |
| 2 | Theme Name: MSF CA Child | 2 | Theme Name: MSF CA Child |
| 3 | Author: Tenzing Communications | 3 | Author: Tenzing Communications |
| 4 | Template: msf-ca | 4 | Template: msf-ca |
| 5 | Version: 1.0.5313 | 5 | Version: 1.0.5314 |
| 6 | */ | 6 | */ |
| ... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
-
Please register or sign in to post a comment