qa
Signed-off-by: Jeff <jeff@gotenzing.com>
Showing
11 changed files
with
48 additions
and
1 deletions
| ... | @@ -16656,6 +16656,20 @@ table:not(.ui-datepicker-calendar):not(#relevant-resources) thead th:first-child | ... | @@ -16656,6 +16656,20 @@ table:not(.ui-datepicker-calendar):not(#relevant-resources) thead th:first-child |
| 16656 | border-left: none; | 16656 | border-left: none; |
| 16657 | } | 16657 | } |
| 16658 | 16658 | ||
| 16659 | a[target=_blank]:after { | ||
| 16660 | content: ""; | ||
| 16661 | width: 12px; | ||
| 16662 | height: 12px; | ||
| 16663 | background-repeat: no-repeat; | ||
| 16664 | background-size: contain; | ||
| 16665 | background-image: url('data:image/svg+xml,<svg id="Group_1310" data-name="Group 1310" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="17.758" height="17.741" viewBox="0 0 17.758 17.741"><defs><clipPath id="clip-path"><rect id="Rectangle_151" data-name="Rectangle 151" width="17.758" height="17.741"/></clipPath></defs><path id="Path_1277" data-name="Path 1277" d="M0,0V17.741H17.757V8.281H15.586v7.3H2.189V2.135H9.3V0Z" transform="translate(0 0)"/><g id="Group_1023" data-name="Group 1023" transform="translate(0 0)"><g id="Group_1022" data-name="Group 1022" clip-path="url(%23clip-path)"><path id="Path_1278" data-name="Path 1278" d="M17.986,11.548,16.363,9.931l7.791-7.756H21.989V.016h5.864V5.867H25.7V3.8l-7.717,7.748" transform="translate(-10.096 -0.01)"/></g></g></svg>'); | ||
| 16666 | display: inline-block; | ||
| 16667 | position: relative; | ||
| 16668 | top: 0.1rem; | ||
| 16669 | right: -0.3rem; | ||
| 16670 | margin-right: 0.3125rem; | ||
| 16671 | } | ||
| 16672 | |||
| 16659 | #search-sidebar { | 16673 | #search-sidebar { |
| 16660 | min-width: 20rem; | 16674 | min-width: 20rem; |
| 16661 | } | 16675 | } |
| ... | @@ -17729,6 +17743,9 @@ ul.sf_date_field .sf-datepicker { | ... | @@ -17729,6 +17743,9 @@ ul.sf_date_field .sf-datepicker { |
| 17729 | text-decoration: underline; | 17743 | text-decoration: underline; |
| 17730 | font-size: 16px; | 17744 | font-size: 16px; |
| 17731 | } | 17745 | } |
| 17746 | #search-wrapper #main > article a[target=_blank]:after { | ||
| 17747 | display: none; | ||
| 17748 | } | ||
| 17732 | #search-wrapper #main > article h2.PDF:before, #search-wrapper #main > article .PDF.h2:before { | 17749 | #search-wrapper #main > article h2.PDF:before, #search-wrapper #main > article .PDF.h2:before { |
| 17733 | content: ""; | 17750 | content: ""; |
| 17734 | width: 1.313rem; | 17751 | width: 1.313rem; |
| ... | @@ -19893,6 +19910,9 @@ ul.sf_date_field .sf-datepicker { | ... | @@ -19893,6 +19910,9 @@ ul.sf_date_field .sf-datepicker { |
| 19893 | left: -0.2rem; | 19910 | left: -0.2rem; |
| 19894 | margin-right: 0.3125rem; | 19911 | margin-right: 0.3125rem; |
| 19895 | } | 19912 | } |
| 19913 | .relevant-resources #relevant-resources td a[target=_blank]:after { | ||
| 19914 | display: none; | ||
| 19915 | } | ||
| 19896 | .relevant-resources #relevant-resources .photo { | 19916 | .relevant-resources #relevant-resources .photo { |
| 19897 | position: relative; | 19917 | position: relative; |
| 19898 | } | 19918 | } | ... | ... |
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.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
| ... | @@ -34,6 +34,7 @@ window.tz_checkVisible = function(elm, evalType , offset, heightBuffer) { | ... | @@ -34,6 +34,7 @@ window.tz_checkVisible = function(elm, evalType , offset, heightBuffer) { |
| 34 | if (evalType === "above") return ((y < (vpH + st))); | 34 | if (evalType === "above") return ((y < (vpH + st))); |
| 35 | }; | 35 | }; |
| 36 | 36 | ||
| 37 | |||
| 37 | jQuery(document).ready(function($) { | 38 | jQuery(document).ready(function($) { |
| 38 | 39 | ||
| 39 | 40 | ||
| ... | @@ -162,5 +163,7 @@ function onClassChange(element, callback) { | ... | @@ -162,5 +163,7 @@ function onClassChange(element, callback) { |
| 162 | // } | 163 | // } |
| 163 | // }); | 164 | // }); |
| 164 | 165 | ||
| 166 | |||
| 167 | |||
| 165 | }); | 168 | }); |
| 166 | }(jQuery)); | 169 | }(jQuery)); |
| ... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
| ... | @@ -395,3 +395,21 @@ table:not(.ui-datepicker-calendar):not(#relevant-resources) { | ... | @@ -395,3 +395,21 @@ table:not(.ui-datepicker-calendar):not(#relevant-resources) { |
| 395 | 395 | ||
| 396 | 396 | ||
| 397 | } | 397 | } |
| 398 | |||
| 399 | a[target=_blank]{ | ||
| 400 | &:after { | ||
| 401 | content: ""; | ||
| 402 | width: 12px; | ||
| 403 | height: 12px; | ||
| 404 | background-repeat: no-repeat; | ||
| 405 | background-size: contain; | ||
| 406 | background-image: url('data:image/svg+xml,<svg id="Group_1310" data-name="Group 1310" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="17.758" height="17.741" viewBox="0 0 17.758 17.741"><defs><clipPath id="clip-path"><rect id="Rectangle_151" data-name="Rectangle 151" width="17.758" height="17.741"/></clipPath></defs><path id="Path_1277" data-name="Path 1277" d="M0,0V17.741H17.757V8.281H15.586v7.3H2.189V2.135H9.3V0Z" transform="translate(0 0)"/><g id="Group_1023" data-name="Group 1023" transform="translate(0 0)"><g id="Group_1022" data-name="Group 1022" clip-path="url(%23clip-path)"><path id="Path_1278" data-name="Path 1278" d="M17.986,11.548,16.363,9.931l7.791-7.756H21.989V.016h5.864V5.867H25.7V3.8l-7.717,7.748" transform="translate(-10.096 -0.01)"/></g></g></svg>'); | ||
| 407 | display: inline-block; | ||
| 408 | position: relative; | ||
| 409 | top: 0.1rem; | ||
| 410 | right: -0.3rem; | ||
| 411 | margin-right: 0.3125rem; | ||
| 412 | } | ||
| 413 | |||
| 414 | |||
| 415 | } | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
| ... | @@ -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.5314 | 5 | Version: 1.0.5 |
| 6 | */ | 6 | */ |
| ... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
-
Please register or sign in to post a comment