c88b62ed by Jeff Balicki

qa

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent b4aed0cf
......@@ -18048,11 +18048,9 @@ 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 {
......@@ -18063,6 +18061,8 @@ table:not(.ui-datepicker-calendar) thead th:first-child {
}
#search-wrapper #search-sidebar .select2-selection__choice {
width: auto !important;
margin-top: 0;
margin-bottom: 5px;
}
#search-wrapper #search-sidebar .select2-container--default .select2-search--inline .select2-search__field {
width: 94% !important;
......@@ -18358,7 +18358,6 @@ ul.sf_date_field .sf-datepicker {
#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;
......@@ -18665,6 +18664,9 @@ ul.sf_date_field .sf-datepicker {
display: none !important;
}
#advance-search-modal [data-sf-field-input-type=multiselect] {
margin-bottom: 0px !important;
}
#advance-search-modal ul.sf_date_field {
flex-direction: row;
}
......
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.
......@@ -137,12 +137,11 @@
.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{
......@@ -154,6 +153,9 @@
}
.select2-selection__choice{
width: auto !important;
margin-top: 0;
margin-bottom: 5px;
}
.select2-container--default .select2-search--inline .select2-search__field{
width: 94% !important;
......@@ -164,6 +166,7 @@
padding-top: 0px;
}
}
......@@ -250,7 +253,7 @@
}
.sf-field-search h4 {
display: none;
}
}
.sf-field-search {
width: calc(100% - 7.5rem);
......@@ -306,6 +309,7 @@
font-size: 1.5rem;
}
}
}
.sf-field-submit {
......@@ -471,7 +475,7 @@ ul.sf_date_field {
.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;
......@@ -796,6 +800,9 @@ ul.sf_date_field {
}
}
#advance-search-modal{
[data-sf-field-input-type="multiselect"]{
margin-bottom: 0px !important;
}
ul.sf_date_field {
flex-direction: row;
}
......@@ -858,4 +865,5 @@ li.sf-field-post-meta-document_year {
.select2-container--default .select2-results__option--highlighted[aria-selected] {
background-color: #e00;
color: #fff;
}
\ No newline at end of file
}
......
......@@ -2,5 +2,5 @@
Theme Name: MSF CA Child
Author: Tenzing Communications
Template: msf-ca
Version: 1.0.38
Version: 1.0.39
*/
......