3bc00925 by Jeff Balicki

qa

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent c88b62ed
......@@ -18063,9 +18063,14 @@ table:not(.ui-datepicker-calendar) thead th:first-child {
width: auto !important;
margin-top: 0;
margin-bottom: 5px;
padding: 2px 7px !important;
}
#search-wrapper #search-sidebar .select2-selection__rendered {
margin-right: 0px;
padding-right: 0px;
}
#search-wrapper #search-sidebar .select2-container--default .select2-search--inline .select2-search__field {
width: 94% !important;
width: 100% !important;
background-color: #fff;
height: 33px;
border: solid 1px #bebebe !important;
......@@ -18374,6 +18379,7 @@ ul.sf_date_field .sf-datepicker {
width: auto !important;
margin-top: 0px;
margin-bottom: 5px;
padding: 2px 7px !important;
}
#advance-search-modal .select2-container--default .select2-search--inline .select2-search__field {
width: 100% !important;
......
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.
......@@ -155,10 +155,15 @@
width: auto !important;
margin-top: 0;
margin-bottom: 5px;
padding: 2px 7px !important;
}
.select2-selection__rendered{
margin-right: 0px;
padding-right: 0px;
}
.select2-container--default .select2-search--inline .select2-search__field{
width: 94% !important;
width: 100% !important;
background-color: #fff;
height: 33px;
border:solid 1px #bebebe !important;
......@@ -167,6 +172,7 @@
}
}
......@@ -492,6 +498,7 @@ ul.sf_date_field {
width: auto !important;
margin-top: 0px;
margin-bottom: 5px;
padding: 2px 7px !important;
}
.select2-container--default .select2-search--inline .select2-search__field{
width: 100% !important;
......
......@@ -2,5 +2,5 @@
Theme Name: MSF CA Child
Author: Tenzing Communications
Template: msf-ca
Version: 1.0.39
Version: 1.0.40
*/
......