mobile qa fixes
Showing
9 changed files
with
91 additions
and
6 deletions
| ... | @@ -8563,6 +8563,7 @@ a.xls:before { | ... | @@ -8563,6 +8563,7 @@ a.xls:before { |
| 8563 | left: -0.5rem; | 8563 | left: -0.5rem; |
| 8564 | } | 8564 | } |
| 8565 | a.mailto { | 8565 | a.mailto { |
| 8566 | margin: 0.5rem 0; | ||
| 8566 | border-top: 1px solid #949598; | 8567 | border-top: 1px solid #949598; |
| 8567 | border-bottom: 1px solid #949598; | 8568 | border-bottom: 1px solid #949598; |
| 8568 | padding: 0.5rem 0; | 8569 | padding: 0.5rem 0; |
| ... | @@ -8648,6 +8649,13 @@ a.pdf:hover:before { | ... | @@ -8648,6 +8649,13 @@ a.pdf:hover:before { |
| 8648 | background-repeat: no-repeat; | 8649 | background-repeat: no-repeat; |
| 8649 | } | 8650 | } |
| 8650 | 8651 | ||
| 8652 | a.xls + a.xls, a.xls + a.extern, a.xls + a.pdf, a.extern + a.xls, a.extern + a.extern, a.extern + a.pdf, a.pdf + a.xls, a.pdf + a.extern, a.pdf + a.pdf { | ||
| 8653 | border-top: 0 !important; | ||
| 8654 | } | ||
| 8655 | a.xls + br + a.xls, a.xls + br + a.extern, a.xls + br + a.pdf, a.extern + br + a.xls, a.extern + br + a.extern, a.extern + br + a.pdf, a.pdf + br + a.xls, a.pdf + br + a.extern, a.pdf + br + a.pdf { | ||
| 8656 | border-top: 0 !important; | ||
| 8657 | } | ||
| 8658 | |||
| 8651 | .wp-block-separator { | 8659 | .wp-block-separator { |
| 8652 | border-color: #949598; | 8660 | border-color: #949598; |
| 8653 | margin-top: 0.5rem; | 8661 | margin-top: 0.5rem; |
| ... | @@ -14011,7 +14019,6 @@ span.ld-icon.ld-icon-arrow-right { | ... | @@ -14011,7 +14019,6 @@ span.ld-icon.ld-icon-arrow-right { |
| 14011 | ul.bread { | 14019 | ul.bread { |
| 14012 | list-style: none !important; | 14020 | list-style: none !important; |
| 14013 | padding-left: 0px; | 14021 | padding-left: 0px; |
| 14014 | display: inline !important; | ||
| 14015 | font-weight: 700; | 14022 | font-weight: 700; |
| 14016 | font-size: 10px; | 14023 | font-size: 10px; |
| 14017 | } | 14024 | } |
| ... | @@ -14228,7 +14235,6 @@ li.btn_style a { | ... | @@ -14228,7 +14235,6 @@ li.btn_style a { |
| 14228 | 14235 | ||
| 14229 | article > h1 + p { | 14236 | article > h1 + p { |
| 14230 | margin-bottom: 2.5rem !important; | 14237 | margin-bottom: 2.5rem !important; |
| 14231 | text-align: center; | ||
| 14232 | } | 14238 | } |
| 14233 | 14239 | ||
| 14234 | .has-sidebar article > h1 + p { | 14240 | .has-sidebar article > h1 + p { |
| ... | @@ -14580,6 +14586,9 @@ article > h5 { | ... | @@ -14580,6 +14586,9 @@ article > h5 { |
| 14580 | } | 14586 | } |
| 14581 | 14587 | ||
| 14582 | @media (max-width: 768px) { | 14588 | @media (max-width: 768px) { |
| 14589 | h1.wp-block-heading { | ||
| 14590 | font-size: 30px !important; | ||
| 14591 | } | ||
| 14583 | h2 { | 14592 | h2 { |
| 14584 | margin-top: 40px; | 14593 | margin-top: 40px; |
| 14585 | margin-bottom: 12px; | 14594 | margin-bottom: 12px; |
| ... | @@ -14619,6 +14628,9 @@ article > h5 { | ... | @@ -14619,6 +14628,9 @@ article > h5 { |
| 14619 | padding-left: 20px; | 14628 | padding-left: 20px; |
| 14620 | padding-right: 20px; | 14629 | padding-right: 20px; |
| 14621 | } | 14630 | } |
| 14631 | .page-template-marketing_masters #header-image { | ||
| 14632 | margin-top: 5.4rem !important; | ||
| 14633 | } | ||
| 14622 | #brokercontent .material a { | 14634 | #brokercontent .material a { |
| 14623 | margin-left: 0; | 14635 | margin-left: 0; |
| 14624 | margin-right: 0; | 14636 | margin-right: 0; |
| ... | @@ -14900,6 +14912,30 @@ article > h5 { | ... | @@ -14900,6 +14912,30 @@ article > h5 { |
| 14900 | .retract .sidebar { | 14912 | .retract .sidebar { |
| 14901 | top: 8rem; | 14913 | top: 8rem; |
| 14902 | } | 14914 | } |
| 14915 | .retract .col-sm-smallMenu { | ||
| 14916 | top: 6rem; | ||
| 14917 | } | ||
| 14918 | ul.bread { | ||
| 14919 | list-style: none !important; | ||
| 14920 | padding-left: 0px; | ||
| 14921 | font-weight: 700; | ||
| 14922 | font-size: 10px; | ||
| 14923 | text-align: center; | ||
| 14924 | width: 100% !important; | ||
| 14925 | margin: 0; | ||
| 14926 | align-items: center; | ||
| 14927 | display: inline-block !important; | ||
| 14928 | } | ||
| 14929 | .error404 #page-content { | ||
| 14930 | padding-top: 0 !important; | ||
| 14931 | } | ||
| 14932 | .error404 #content-wrap { | ||
| 14933 | padding-right: 0 !important; | ||
| 14934 | text-align: center !important; | ||
| 14935 | } | ||
| 14936 | .error404 #page-logo { | ||
| 14937 | margin-top: 0 !important; | ||
| 14938 | } | ||
| 14903 | } | 14939 | } |
| 14904 | 14940 | ||
| 14905 | /*# sourceMappingURL=theme.css.map */ | 14941 | /*# sourceMappingURL=theme.css.map */ |
| ... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
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.
| ... | @@ -1084,9 +1084,8 @@ a[href$=".docx"]:before, | ... | @@ -1084,9 +1084,8 @@ a[href$=".docx"]:before, |
| 1084 | ul.bread{ | 1084 | ul.bread{ |
| 1085 | list-style: none !important; | 1085 | list-style: none !important; |
| 1086 | padding-left: 0px; | 1086 | padding-left: 0px; |
| 1087 | display: inline !important; | ||
| 1088 | font-weight: 700; | 1087 | font-weight: 700; |
| 1089 | font-size: 10px | 1088 | font-size: 10px; |
| 1090 | } | 1089 | } |
| 1091 | 1090 | ||
| 1092 | li.crumb { | 1091 | li.crumb { | ... | ... |
| ... | @@ -120,6 +120,7 @@ html{ | ... | @@ -120,6 +120,7 @@ html{ |
| 120 | } | 120 | } |
| 121 | } | 121 | } |
| 122 | &.mailto { | 122 | &.mailto { |
| 123 | margin:0.5rem 0; | ||
| 123 | border-top:1px solid #949598; | 124 | border-top:1px solid #949598; |
| 124 | border-bottom:1px solid #949598; | 125 | border-bottom:1px solid #949598; |
| 125 | padding:0.5rem 0; | 126 | padding:0.5rem 0; |
| ... | @@ -153,6 +154,7 @@ html{ | ... | @@ -153,6 +154,7 @@ html{ |
| 153 | display: block; | 154 | display: block; |
| 154 | width: 100%; | 155 | width: 100%; |
| 155 | 156 | ||
| 157 | |||
| 156 | & + br + a.pdf { | 158 | & + br + a.pdf { |
| 157 | border-top: 0; | 159 | border-top: 0; |
| 158 | } | 160 | } |
| ... | @@ -215,7 +217,17 @@ html{ | ... | @@ -215,7 +217,17 @@ html{ |
| 215 | } | 217 | } |
| 216 | } | 218 | } |
| 217 | } | 219 | } |
| 218 | } | 220 | |
| 221 | } | ||
| 222 | |||
| 223 | a.xls, a.extern, a.pdf { | ||
| 224 | & + a.xls, & + a.extern, & + a.pdf { | ||
| 225 | border-top:0 !important; | ||
| 226 | } | ||
| 227 | & + br + a.xls, & + br + a.extern, & + br + a.pdf { | ||
| 228 | border-top:0 !important; | ||
| 229 | } | ||
| 230 | } | ||
| 219 | 231 | ||
| 220 | 232 | ||
| 221 | .wp-block-separator { | 233 | .wp-block-separator { | ... | ... |
| 1 | @media(max-width:768px) { | 1 | @media(max-width:768px) { |
| 2 | 2 | ||
| 3 | h1.wp-block-heading { | ||
| 4 | font-size: 30px !important; | ||
| 5 | } | ||
| 6 | |||
| 3 | h2 { | 7 | h2 { |
| 4 | margin-top:40px; | 8 | margin-top:40px; |
| 5 | margin-bottom: 12px; | 9 | margin-bottom: 12px; |
| ... | @@ -48,6 +52,10 @@ | ... | @@ -48,6 +52,10 @@ |
| 48 | padding-left:20px; | 52 | padding-left:20px; |
| 49 | padding-right:20px; | 53 | padding-right:20px; |
| 50 | } | 54 | } |
| 55 | //The header image spacing from the top.. seems exact on the marketing masters page | ||
| 56 | #header-image { | ||
| 57 | margin-top: 5.4rem !important; | ||
| 58 | } | ||
| 51 | } | 59 | } |
| 52 | 60 | ||
| 53 | #brokercontent .material a { | 61 | #brokercontent .material a { |
| ... | @@ -396,6 +404,35 @@ | ... | @@ -396,6 +404,35 @@ |
| 396 | .sidebar { | 404 | .sidebar { |
| 397 | top:8rem; | 405 | top:8rem; |
| 398 | } | 406 | } |
| 407 | .col-sm-smallMenu { | ||
| 408 | top:6rem; | ||
| 409 | } | ||
| 410 | } | ||
| 411 | |||
| 412 | ul.bread{ | ||
| 413 | list-style: none !important; | ||
| 414 | padding-left: 0px; | ||
| 415 | font-weight: 700; | ||
| 416 | font-size: 10px; | ||
| 417 | text-align: center; | ||
| 418 | width: 100% !important; | ||
| 419 | margin: 0; | ||
| 420 | align-items: center; | ||
| 421 | display: inline-block !important; | ||
| 422 | } | ||
| 423 | |||
| 424 | .error404 { | ||
| 425 | #page-content { | ||
| 426 | padding-top:0 !important; | ||
| 427 | } | ||
| 428 | #content-wrap { | ||
| 429 | padding-right:0 !important; | ||
| 430 | text-align: center !important; | ||
| 431 | } | ||
| 432 | #page-logo { | ||
| 433 | margin-top:0 !important; | ||
| 434 | } | ||
| 399 | } | 435 | } |
| 400 | 436 | ||
| 401 | } | 437 | } |
| 438 | ... | ... |
| ... | @@ -40,9 +40,9 @@ li.btn_style { | ... | @@ -40,9 +40,9 @@ li.btn_style { |
| 40 | //This appears to be the standard spacing after the sub paragraph on the default template | 40 | //This appears to be the standard spacing after the sub paragraph on the default template |
| 41 | article > h1 + p { | 41 | article > h1 + p { |
| 42 | margin-bottom:2.5rem !important; | 42 | margin-bottom:2.5rem !important; |
| 43 | text-align: center; | ||
| 44 | } | 43 | } |
| 45 | 44 | ||
| 45 | |||
| 46 | .has-sidebar { | 46 | .has-sidebar { |
| 47 | article > h1 + p { | 47 | article > h1 + p { |
| 48 | text-align: left; | 48 | text-align: left; | ... | ... |
wp-content/themes/commonwell-broker/images
0 → 120000
| 1 | ./dev/images | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
-
Please register or sign in to post a comment