7baa5d92 by Jeff Balicki

qa

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent 536a37cd
......@@ -16767,6 +16767,8 @@ table:not(.ui-datepicker-calendar):not(#relevant-resources) thead th:first-child
#search-wrapper #search-sidebar .select2-selection__rendered {
background-color: #fff;
border: 1px solid #fff;
padding: 0px 0px 0px 0px;
margin: 0px;
}
#search-wrapper #search-sidebar .select2-container--default.select2-container--focus .select2-selection--multiple {
border: 1px solid #fff;
......@@ -17089,6 +17091,7 @@ ul.sf_date_field .sf-datepicker {
#advance-search-modal .select2-selection__rendered {
margin-right: 0px;
padding-right: 0px;
padding-left: 0px;
}
#advance-search-modal .select2-container--default .select2-selection--multiple,
#advance-search-modal .select2-selection__rendered {
......@@ -17100,11 +17103,17 @@ ul.sf_date_field .sf-datepicker {
}
#advance-search-modal .select2-search.select2-search--inline,
#advance-search-modal .select2-container {
width: 100% !important;
width: 101% !important;
margin-top: 0px;
padding-top: 0px;
padding-bottom: 0px;
}
@media screen and (max-width: 56.25rem) {
#advance-search-modal .select2-search.select2-search--inline,
#advance-search-modal .select2-container {
width: 100% !important;
}
}
#advance-search-modal .select2-selection__choice {
width: auto !important;
margin-top: 0px;
......
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.
......@@ -167,6 +167,8 @@
.select2-selection__rendered{
background-color: #fff;
border: 1px solid #fff;
padding: 0px 0px 0px 0px;
margin: 0px;
}
.select2-container--default.select2-container--focus .select2-selection--multiple{
......@@ -190,6 +192,7 @@
.select2-selection__rendered{
margin-right: 0px;
padding-right: 0px;
}
.select2-container--default .select2-search--inline .select2-search__field{
......@@ -515,6 +518,7 @@ ul.sf_date_field {
.select2-selection__rendered{
margin-right: 0px;
padding-right: 0px;
padding-left: 0px;
}
.select2-container--default .select2-selection--multiple,
.select2-selection__rendered{
......@@ -528,10 +532,13 @@ ul.sf_date_field {
}
.select2-search.select2-search--inline,
.select2-container{
width: 100% !important;
width: 101% !important;
margin-top: 0px;
padding-top: 0px;
padding-bottom: 0px;
@media screen and (max-width: 56.25rem) {
width: 100% !important;
}
}
.select2-selection__choice{
width: auto !important;
......
......@@ -2,5 +2,5 @@
Theme Name: MSF CA Child
Author: Tenzing Communications
Template: msf-ca
Version: 1.0.5308
Version: 1.0.5309
*/
\ No newline at end of file
......