d4fbe8b5 by Jeff Balicki

qa

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent 8ec90708
......@@ -16656,6 +16656,20 @@ table:not(.ui-datepicker-calendar):not(#relevant-resources) thead th:first-child
border-left: none;
}
a[target=_blank]:after {
content: "";
width: 12px;
height: 12px;
background-repeat: no-repeat;
background-size: contain;
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>');
display: inline-block;
position: relative;
top: 0.1rem;
right: -0.3rem;
margin-right: 0.3125rem;
}
#search-sidebar {
min-width: 20rem;
}
......@@ -17729,6 +17743,9 @@ ul.sf_date_field .sf-datepicker {
text-decoration: underline;
font-size: 16px;
}
#search-wrapper #main > article a[target=_blank]:after {
display: none;
}
#search-wrapper #main > article h2.PDF:before, #search-wrapper #main > article .PDF.h2:before {
content: "";
width: 1.313rem;
......@@ -19893,6 +19910,9 @@ ul.sf_date_field .sf-datepicker {
left: -0.2rem;
margin-right: 0.3125rem;
}
.relevant-resources #relevant-resources td a[target=_blank]:after {
display: none;
}
.relevant-resources #relevant-resources .photo {
position: relative;
}
......
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) {
if (evalType === "above") return ((y < (vpH + st)));
};
jQuery(document).ready(function($) {
......@@ -162,5 +163,7 @@ function onClassChange(element, callback) {
// }
// });
});
}(jQuery));
\ No newline at end of file
......
......@@ -395,3 +395,21 @@ table:not(.ui-datepicker-calendar):not(#relevant-resources) {
}
a[target=_blank]{
&:after {
content: "";
width: 12px;
height: 12px;
background-repeat: no-repeat;
background-size: contain;
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>');
display: inline-block;
position: relative;
top: 0.1rem;
right: -0.3rem;
margin-right: 0.3125rem;
}
}
\ No newline at end of file
......
......@@ -161,6 +161,9 @@
}
}
}
a[target=_blank]:after{
display: none;
}
}
.photo{
......
......@@ -84,6 +84,9 @@
}
}
}
a[target=_blank]:after{
display: none;
}
h2.PDF{
&:before {
......
......@@ -2,5 +2,5 @@
Theme Name: MSF CA Child
Author: Tenzing Communications
Template: msf-ca
Version: 1.0.5314
Version: 1.0.5
*/
\ No newline at end of file
......