a8ca9ac0 by Jeff Balicki

qa

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent 5fea301d
......@@ -17008,7 +17008,7 @@ select[multiple] {
padding-right: 0;
}
input:not(.search-field):not(.sf-input-text), optgroup, select, textarea {
input:not(.search-field):not(.sf-input-text):not(input[name=_sf_submit]), optgroup, select, textarea {
border: 0.0625rem solid #707070 !important;
}
......@@ -17580,7 +17580,7 @@ select {
width: 1rem;
height: 0.5rem;
position: absolute;
right: 0;
right: 5px;
}
[data-sf-field-input-type=select] label:hover:after {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.175' height='9.808' viewBox='0 0 16.175 9.808'%3E%3Cpath id='Path_1396' data-name='Path 1396' d='M19.409 190.005c.561-.568 1.11-1.13 1.667-1.686q2-2 4.01-4a.9.9 0 0 1 1.329 0c.254.261.515.516.772.774a.881.881 0 0 1-.005 1.318q-1.8 1.8-3.605 3.606-1.748 1.75-3.495 3.5a.975.975 0 0 1-.654.312.931.931 0 0 1-.719-.31q-1.349-1.354-2.7-2.706-1.836-1.838-3.674-3.675c-.25-.25-.5-.5-.75-.75A.876.876 0 0 1 11.6 185.1l.766-.766a.9.9 0 0 1 1.348 0l3.252 3.24 2.355 2.345C19.339 189.941 19.363 189.962 19.409 190.005Z' transform='translate(-11.305 -184.028)' fill='%23699'/%3E%3C/svg%3E");
......@@ -17939,10 +17939,8 @@ table:not(.ui-datepicker-calendar) thead th:first-child {
}
.sh1 {
font-weight: 700;
line-height: 1.5rem !important;
font-size: 1.875rem !important;
text-transform: none;
font-size: 24px;
font-weight: bold !important;
}
@media screen and (max-width: 48rem) {
.sh1 {
......@@ -18029,6 +18027,11 @@ table:not(.ui-datepicker-calendar) thead th:first-child {
#search-wrapper #search-sidebar .searchandfilter {
width: 100%;
}
#search-wrapper #search-sidebar .searchandfilter ul li {
list-style: none;
display: block;
padding: 4px 0;
}
#search-wrapper #search-sidebar .sf-field-post_date {
width: 100%;
}
......@@ -18048,6 +18051,8 @@ table:not(.ui-datepicker-calendar) thead th:first-child {
#search-wrapper #search-sidebar .select2-search.select2-search--inline,
#search-wrapper #search-sidebar .select2-container {
width: 100% !important;
margin-top: 0px;
padding-top: 0px;
}
#search-wrapper #search-sidebar .select2-selection__choice {
width: auto !important;
......@@ -18057,6 +18062,8 @@ table:not(.ui-datepicker-calendar) thead th:first-child {
background-color: #fff;
height: 32px;
border: solid 1px #bebebe !important;
margin-top: 0px;
padding-top: 0px;
}
@media screen and (min-width: 62.5rem) {
#search-wrapper .collapse:not(.show) {
......@@ -18111,6 +18118,8 @@ table:not(.ui-datepicker-calendar) thead th:first-child {
font-size: 1rem !important;
color: #000 !important;
font-weight: 700 !important;
padding-bottom: 5px;
margin-top: 24px;
}
#search-wrapper .sf-field-sort_order label {
display: inline-grid !important;
......@@ -18125,6 +18134,7 @@ table:not(.ui-datepicker-calendar) thead th:first-child {
display: inline-block;
color: #000 !important;
font-weight: 700 !important;
margin-top: 0px;
}
#search-wrapper .sf-field-search h4, #search-wrapper .sf-field-search .h4 {
display: none;
......@@ -18218,10 +18228,6 @@ table:not(.ui-datepicker-calendar) thead th:first-child {
background-size: 1rem;
}
.sf-date-prefix {
width: unset !important;
}
.sf-date-prefix label {
width: unset !important;
}
......@@ -18235,6 +18241,8 @@ ul.sf_date_field {
margin: 0;
padding: 0;
list-style: none;
flex-direction: column;
align-content: flex-start;
}
ul.sf_date_field li {
display: inline-block;
......@@ -18258,7 +18266,7 @@ ul.sf_date_field label:hover::after {
}
ul.sf_date_field .sf-datepicker {
border: 0.0625rem solid #bebebe;
width: 5.625rem;
width: 12.625rem;
}
.search-result {
......@@ -18346,19 +18354,25 @@ ul.sf_date_field .sf-datepicker {
#advance-search-modal .select2-search.select2-search--inline,
#advance-search-modal .select2-container {
width: 100% !important;
margin-top: 0px;
padding-top: 0px;
}
#advance-search-modal .select2-selection__choice {
width: auto !important;
margin-top: 0px;
margin-bottom: 5px;
}
#advance-search-modal .select2-container--default .select2-search--inline .select2-search__field {
width: 94% !important;
background-color: #fff;
height: 32px;
border: solid 1px #bebebe !important;
margin-top: 0px;
padding-top: 0px;
}
#advance-search-modal .searching-loading {
display: none;
font-size: 50px;
font-size: 45px;
}
#advance-search-modal .spinner-border {
--bs-spinner-width: 3rem;
......@@ -18411,6 +18425,7 @@ ul.sf_date_field .sf-datepicker {
}
}
#advance-search-modal .modal-content {
box-shadow: -2px 7px 7px 0px rgba(0, 0, 0, 0.25);
border: 0rem solid #707070;
}
#advance-search-modal .modal-header {
......@@ -18449,6 +18464,9 @@ ul.sf_date_field .sf-datepicker {
padding-top: 0rem;
}
}
#advance-search-modal .modal-dialog .searchandfilter {
width: calc(100% - 1.125rem);
}
@media screen and (max-width: 56.25rem) {
#advance-search-modal .modal-dialog .searchandfilter {
width: 100%;
......@@ -18465,6 +18483,7 @@ ul.sf_date_field .sf-datepicker {
#advance-search-modal .modal-dialog .searchandfilter .sf-field-search {
margin-left: 0rem;
margin-bottom: 0rem;
width: 100%;
}
@media screen and (max-width: 56.25rem) {
#advance-search-modal .modal-dialog .searchandfilter .sf-field-search {
......@@ -18620,6 +18639,13 @@ ul.sf_date_field .sf-datepicker {
display: none !important;
}
#advance-search-modal ul.sf_date_field {
flex-direction: row;
}
#advance-search-modal .searchandfilter h4, #advance-search-modal .searchandfilter .h4 {
margin-top: 0px;
text-transform: uppercase;
}
#advance-search-modal .sf-field-taxonomy-region,
#advance-search-modal .sf-field-taxonomy-country,
#advance-search-modal .sf-field-taxonomy-continent,
......@@ -18677,14 +18703,6 @@ ul.sf_date_field .sf-datepicker {
#advance-search-modal .sf-field-reset {
margin-top: 10px !important;
}
#advance-search-modal .sf-field-taxonomy-language label {
margin-top: 10px;
}
@media screen and (max-width: 56.25rem) {
#advance-search-modal .sf-field-taxonomy-language label {
margin-top: 0px;
}
}
.select2-container .select2-search--inline .select2-search__field {
padding-left: 10px;
......@@ -18710,6 +18728,10 @@ ul.sf_date_field .sf-datepicker {
padding-top: 3rem;
display: flex;
}
#search-wrapper .page-title {
font-size: 24px;
font-weight: bold !important;
}
@media screen and (max-width: 59.375rem) {
#search-wrapper {
margin-top: 2rem;
......@@ -18807,7 +18829,7 @@ ul.sf_date_field .sf-datepicker {
}
#search-wrapper #main > article h2.entry-title, #search-wrapper #main > article .entry-title.h2 {
margin-top: 0;
font-size: 1.25rem;
font-size: 16px;
font-family: "PT Sans", sans-serif;
font-weight: bold;
}
......@@ -18872,6 +18894,16 @@ ul.sf_date_field .sf-datepicker {
text-decoration: none;
}
.modal-header {
border-top-right-radius: 10px !important;
border-top-left-radius: 10px !important;
}
.modal-body {
border-bottom-right-radius: 10px !important;
border-bottom-left-radius: 10px !important;
}
.home-header {
position: relative;
height: 100%;
......
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.
input:not(.search-field):not(.sf-input-text), optgroup, select, textarea {
input:not(.search-field):not(.sf-input-text):not(input[name=_sf_submit]), optgroup, select, textarea {
border:0.0625rem solid #707070 !important;
}
......@@ -641,7 +641,7 @@ select {
width: 1rem;
height: 0.5rem;
position: absolute;
right: 0;
right: 5px;
}
&:hover {
&:after {
......
......@@ -15,10 +15,8 @@
.sh1 {
font-weight: 700;
line-height: 1.5rem !important;
font-size: 1.875rem !important;
text-transform: none;
font-size:24px;
font-weight: bold !important;
@media screen and (max-width: 48rem) {
font-size: 2.188rem !important;
......@@ -100,6 +98,7 @@
}
#search-sidebar {
flex-direction: column;
margin-bottom: 3.125rem;
......@@ -114,6 +113,11 @@
.searchandfilter {
width: 100%;
ul li {
list-style: none;
display: block;
padding: 4px 0;
}
}
.sf-field-post_date {
......@@ -140,6 +144,8 @@
.select2-search.select2-search--inline,
.select2-container{
width: 100% !important;
margin-top: 0px;
padding-top: 0px;
}
.select2-selection__choice{
......@@ -150,6 +156,8 @@
background-color: #fff;
height: 32px;
border:solid 1px #bebebe !important;
margin-top: 0px;
padding-top: 0px;
}
}
......@@ -216,6 +224,8 @@
font-size: 1rem !important;
color: #000 !important;
font-weight: 700 !important;
padding-bottom: 5px;
margin-top: 24px;
}
.sf-field-sort_order label {
......@@ -231,6 +241,7 @@
display: inline-block;
color: #000 !important;
font-weight: 700 !important;
margin-top: 0px;
}
.sf-field-search h4 {
display: none;
......@@ -327,11 +338,12 @@ ul.sf_date_field label::after {
height: 1.75rem;
width: 1.75rem;
background-size: 1rem;
}
}
.sf-date-prefix {
width: unset !important;
}
.sf-date-prefix label {
......@@ -351,6 +363,8 @@ ul.sf_date_field {
margin: 0;
padding: 0;
list-style: none;
flex-direction: column;
align-content: flex-start;
label::after {
vertical-align: bottom;
......@@ -373,7 +387,7 @@ ul.sf_date_field {
.sf-datepicker {
border: 0.0625rem solid #bebebe;
width: 5.625rem;
width: 12.625rem;
}
}
......@@ -455,20 +469,26 @@ ul.sf_date_field {
.select2-search.select2-search--inline,
.select2-container{
width: 100% !important;
margin-top: 0px;
padding-top: 0px;
}
.select2-selection__choice{
width: auto !important;
margin-top: 0px;
margin-bottom: 5px;
}
.select2-container--default .select2-search--inline .select2-search__field{
width: 94% !important;
background-color: #fff;
height: 32px;
border:solid 1px #bebebe !important;
margin-top: 0px;
padding-top: 0px;
}
.searching-loading{
display: none;
font-size: 50px;
font-size: 45px;
}
.spinner-border{
--bs-spinner-width: 3rem;
......@@ -520,6 +540,8 @@ ul.sf_date_field {
}
.modal-content {
-webkit-box-shadow: -2px 7px 7px 0px rgba(0,0,0,0.25);
box-shadow: -2px 7px 7px 0px rgba(0,0,0,0.25);
border: 0rem solid #707070;
}
......@@ -558,6 +580,7 @@ ul.sf_date_field {
}
.searchandfilter {
width: calc(100% - 1.125rem);
@media screen and (max-width: 56.25rem) {
width: 100%;
}
......@@ -574,6 +597,7 @@ ul.sf_date_field {
.sf-field-search {
margin-left: 0rem;
margin-bottom: 0rem;
width: 100%;
@media screen and (max-width: 56.25rem) {
width: 90%;
}
......@@ -748,6 +772,13 @@ ul.sf_date_field {
}
}
#advance-search-modal{
ul.sf_date_field {
flex-direction: row;
}
.searchandfilter h4 {
margin-top: 0px;
text-transform: uppercase;
}
.sf-field-taxonomy-region,
.sf-field-taxonomy-country,
.sf-field-taxonomy-continent,
......@@ -794,12 +825,7 @@ li.sf-field-post-meta-document_year {
.sf-field-reset{
margin-top: 10px !important;
}
.sf-field-taxonomy-language label{
margin-top: 10px;
@media screen and (max-width: 56.25rem) {
margin-top: 0px;
}
}
}
.select2-container .select2-search--inline .select2-search__field{
padding-left: 10px;
......
......@@ -10,11 +10,17 @@
padding: 2.5rem 0;
padding-top: 1rem;
}
}
.page-item {
}
#search-wrapper {
.page-title{
font-size:24px;
font-weight: bold !important;
}
margin-top: 1rem;
padding-top: 3rem;
display: flex;
......@@ -125,7 +131,7 @@
h2.entry-title {
margin-top: 0;
font-size: 1.25rem;
font-size: 16px;
font-family: "PT Sans", sans-serif;
font-weight: bold;
......@@ -210,4 +216,11 @@
}
}
}
\ No newline at end of file
.modal-header{
border-top-right-radius:10px !important;
border-top-left-radius:10px !important;
}
.modal-body{
border-bottom-right-radius:10px !important;
border-bottom-left-radius:10px !important;
}
\ No newline at end of file
......
......@@ -2,5 +2,5 @@
Theme Name: MSF CA Child
Author: Tenzing Communications
Template: msf-ca
Version: 1.0.36
Version: 1.0.37
*/
......