b4aed0cf by Jeff Balicki

qa

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent a8ca9ac0
......@@ -17557,6 +17557,10 @@ select {
min-width: unset !important;
}
[data-sf-field-input-type=multiselect] label {
max-width: 30ch;
}
[data-sf-field-input-type=select] label {
display: grid;
grid-template-areas: "select";
......@@ -18044,15 +18048,18 @@ table:not(.ui-datepicker-calendar) thead th:first-child {
#search-wrapper #search-sidebar .select2-selection__rendered {
background-color: #fff;
border: 1px solid #fff;
height: 35px;
}
#search-wrapper #search-sidebar .select2-container--default.select2-container--focus .select2-selection--multiple {
border: 1px solid #fff;
height: 33px;
}
#search-wrapper #search-sidebar .select2-search.select2-search--inline,
#search-wrapper #search-sidebar .select2-container {
width: 100% !important;
margin-top: 0px;
padding-top: 0px;
padding-bottom: 0px;
}
#search-wrapper #search-sidebar .select2-selection__choice {
width: auto !important;
......@@ -18060,7 +18067,7 @@ table:not(.ui-datepicker-calendar) thead th:first-child {
#search-wrapper #search-sidebar .select2-container--default .select2-search--inline .select2-search__field {
width: 94% !important;
background-color: #fff;
height: 32px;
height: 33px;
border: solid 1px #bebebe !important;
margin-top: 0px;
padding-top: 0px;
......@@ -18343,19 +18350,26 @@ ul.sf_date_field .sf-datepicker {
z-index: 99;
}
}
#advance-search-modal .select2-selection__rendered {
margin-right: 0px;
padding-right: 0px;
}
#advance-search-modal .select2-container--default .select2-selection--multiple,
#advance-search-modal .select2-selection__rendered {
background-color: #f0f0f0;
border: 1px solid #f0f0f0;
height: 35px;
}
#advance-search-modal .select2-container--default.select2-container--focus .select2-selection--multiple {
border: 1px solid #f0f0f0;
height: 33px;
}
#advance-search-modal .select2-search.select2-search--inline,
#advance-search-modal .select2-container {
width: 100% !important;
margin-top: 0px;
padding-top: 0px;
padding-bottom: 0px;
}
#advance-search-modal .select2-selection__choice {
width: auto !important;
......@@ -18363,13 +18377,25 @@ ul.sf_date_field .sf-datepicker {
margin-bottom: 5px;
}
#advance-search-modal .select2-container--default .select2-search--inline .select2-search__field {
width: 94% !important;
width: 100% !important;
background-color: #fff;
height: 32px;
height: 33px;
border: solid 1px #bebebe !important;
margin-top: 0px;
padding-top: 0px;
}
#advance-search-modal .sf-field-tag label {
width: 100% !important;
max-width: 100% !important;
}
#advance-search-modal .sf-field-tag .select2-container--default .select2-search--inline .select2-search__field {
width: 93% !important;
}
@media screen and (max-width: 1175px) {
#advance-search-modal .sf-field-tag .select2-container--default .select2-search--inline .select2-search__field {
width: 99% !important;
}
}
#advance-search-modal .searching-loading {
display: none;
font-size: 45px;
......@@ -18591,7 +18617,7 @@ ul.sf_date_field .sf-datepicker {
#advance-search-modal .modal-dialog .searchandfilter .sf_date_field li:nth-of-type(2) .sf-date-prefix {
width: 2rem !important;
}
@media screen and (max-width: 56.25rem) {
@media screen and (max-width: 1175px) {
#advance-search-modal .modal-dialog .searchandfilter .sf_date_field li:nth-of-type(2) .sf-date-prefix {
width: 3.125rem !important;
}
......@@ -18679,7 +18705,7 @@ ul.sf_date_field .sf-datepicker {
vertical-align: bottom;
}
#advance-search-modal .sf-field-post_date {
width: 65%;
width: 66%;
display: inline-block;
}
@media screen and (max-width: 56.25rem) {
......
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.
......@@ -617,13 +617,16 @@ select {
background-color: transparent;
min-width: unset !important;
}
[data-sf-field-input-type="multiselect"] label{
max-width: 30ch;
}
[data-sf-field-input-type="select"] label {
display: grid;
grid-template-areas: "select";
align-items: center;
position: relative;
max-width: 30ch;
padding: 0.506rem;
font-size: 1rem;
cursor: pointer;
......@@ -631,7 +634,7 @@ select {
background-color: #fff;
border: 0.0625rem solid #bebebe;
}
[data-sf-field-input-type="select"] label {
[data-sf-field-input-type="select"] label{
&:after {
content: "";
display: block;
......
......@@ -137,15 +137,19 @@
.select2-selection__rendered{
background-color: #fff;
border: 1px solid #fff;
height: 35px;
}
.select2-container--default.select2-container--focus .select2-selection--multiple{
border: 1px solid #fff;
height: 33px;
}
.select2-search.select2-search--inline,
.select2-container{
width: 100% !important;
margin-top: 0px;
padding-top: 0px;
padding-bottom: 0px;
}
.select2-selection__choice{
......@@ -154,12 +158,13 @@
.select2-container--default .select2-search--inline .select2-search__field{
width: 94% !important;
background-color: #fff;
height: 32px;
height: 33px;
border:solid 1px #bebebe !important;
margin-top: 0px;
padding-top: 0px;
}
}
@media screen and (min-width: 62.5rem) {
......@@ -458,20 +463,26 @@ ul.sf_date_field {
margin-top: 6rem;
z-index: 99;
}
.select2-selection__rendered{
margin-right: 0px;
padding-right: 0px;
}
.select2-container--default .select2-selection--multiple,
.select2-selection__rendered{
background-color: #f0f0f0;
border: 1px solid #f0f0f0;
height: 35px;
}
.select2-container--default.select2-container--focus .select2-selection--multiple{
border: 1px solid #f0f0f0;
height: 33px;
}
.select2-search.select2-search--inline,
.select2-container{
width: 100% !important;
margin-top: 0px;
padding-top: 0px;
padding-bottom: 0px;
}
.select2-selection__choice{
width: auto !important;
......@@ -479,13 +490,25 @@ ul.sf_date_field {
margin-bottom: 5px;
}
.select2-container--default .select2-search--inline .select2-search__field{
width: 94% !important;
width: 100% !important;
background-color: #fff;
height: 32px;
height: 33px;
border:solid 1px #bebebe !important;
margin-top: 0px;
padding-top: 0px;
}
.sf-field-tag{
label{
width: 100% !important;
max-width:100% !important;
}
.select2-container--default .select2-search--inline .select2-search__field{
width: 93% !important;
@media screen and (max-width: 1175px) {
width: 99% !important;
}
}
}
.searching-loading{
display: none;
font-size: 45px;
......@@ -711,7 +734,8 @@ ul.sf_date_field {
}
.sf_date_field li:nth-of-type(2) .sf-date-prefix{
width: 2rem!important;
@media screen and (max-width: 56.25rem) {
@media screen and (max-width: 1175px) {
width: 3.125rem !important;
}
}
......@@ -803,7 +827,7 @@ ul.sf_date_field {
}
.sf-field-post_date{
width: 65%;
width: 66%;
display: inline-block;
@media screen and (max-width: 56.25rem) {
width: 100%;
......
......@@ -2,5 +2,5 @@
Theme Name: MSF CA Child
Author: Tenzing Communications
Template: msf-ca
Version: 1.0.37
Version: 1.0.38
*/
......