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 ...@@ -16767,6 +16767,8 @@ table:not(.ui-datepicker-calendar):not(#relevant-resources) thead th:first-child
16767 #search-wrapper #search-sidebar .select2-selection__rendered { 16767 #search-wrapper #search-sidebar .select2-selection__rendered {
16768 background-color: #fff; 16768 background-color: #fff;
16769 border: 1px solid #fff; 16769 border: 1px solid #fff;
16770 padding: 0px 0px 0px 0px;
16771 margin: 0px;
16770 } 16772 }
16771 #search-wrapper #search-sidebar .select2-container--default.select2-container--focus .select2-selection--multiple { 16773 #search-wrapper #search-sidebar .select2-container--default.select2-container--focus .select2-selection--multiple {
16772 border: 1px solid #fff; 16774 border: 1px solid #fff;
...@@ -17089,6 +17091,7 @@ ul.sf_date_field .sf-datepicker { ...@@ -17089,6 +17091,7 @@ ul.sf_date_field .sf-datepicker {
17089 #advance-search-modal .select2-selection__rendered { 17091 #advance-search-modal .select2-selection__rendered {
17090 margin-right: 0px; 17092 margin-right: 0px;
17091 padding-right: 0px; 17093 padding-right: 0px;
17094 padding-left: 0px;
17092 } 17095 }
17093 #advance-search-modal .select2-container--default .select2-selection--multiple, 17096 #advance-search-modal .select2-container--default .select2-selection--multiple,
17094 #advance-search-modal .select2-selection__rendered { 17097 #advance-search-modal .select2-selection__rendered {
...@@ -17100,11 +17103,17 @@ ul.sf_date_field .sf-datepicker { ...@@ -17100,11 +17103,17 @@ ul.sf_date_field .sf-datepicker {
17100 } 17103 }
17101 #advance-search-modal .select2-search.select2-search--inline, 17104 #advance-search-modal .select2-search.select2-search--inline,
17102 #advance-search-modal .select2-container { 17105 #advance-search-modal .select2-container {
17103 width: 100% !important; 17106 width: 101% !important;
17104 margin-top: 0px; 17107 margin-top: 0px;
17105 padding-top: 0px; 17108 padding-top: 0px;
17106 padding-bottom: 0px; 17109 padding-bottom: 0px;
17107 } 17110 }
17111 @media screen and (max-width: 56.25rem) {
17112 #advance-search-modal .select2-search.select2-search--inline,
17113 #advance-search-modal .select2-container {
17114 width: 100% !important;
17115 }
17116 }
17108 #advance-search-modal .select2-selection__choice { 17117 #advance-search-modal .select2-selection__choice {
17109 width: auto !important; 17118 width: auto !important;
17110 margin-top: 0px; 17119 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 @@ ...@@ -167,6 +167,8 @@
167 .select2-selection__rendered{ 167 .select2-selection__rendered{
168 background-color: #fff; 168 background-color: #fff;
169 border: 1px solid #fff; 169 border: 1px solid #fff;
170 padding: 0px 0px 0px 0px;
171 margin: 0px;
170 } 172 }
171 173
172 .select2-container--default.select2-container--focus .select2-selection--multiple{ 174 .select2-container--default.select2-container--focus .select2-selection--multiple{
...@@ -190,6 +192,7 @@ ...@@ -190,6 +192,7 @@
190 .select2-selection__rendered{ 192 .select2-selection__rendered{
191 margin-right: 0px; 193 margin-right: 0px;
192 padding-right: 0px; 194 padding-right: 0px;
195
193 } 196 }
194 197
195 .select2-container--default .select2-search--inline .select2-search__field{ 198 .select2-container--default .select2-search--inline .select2-search__field{
...@@ -515,6 +518,7 @@ ul.sf_date_field { ...@@ -515,6 +518,7 @@ ul.sf_date_field {
515 .select2-selection__rendered{ 518 .select2-selection__rendered{
516 margin-right: 0px; 519 margin-right: 0px;
517 padding-right: 0px; 520 padding-right: 0px;
521 padding-left: 0px;
518 } 522 }
519 .select2-container--default .select2-selection--multiple, 523 .select2-container--default .select2-selection--multiple,
520 .select2-selection__rendered{ 524 .select2-selection__rendered{
...@@ -528,10 +532,13 @@ ul.sf_date_field { ...@@ -528,10 +532,13 @@ ul.sf_date_field {
528 } 532 }
529 .select2-search.select2-search--inline, 533 .select2-search.select2-search--inline,
530 .select2-container{ 534 .select2-container{
531 width: 100% !important; 535 width: 101% !important;
532 margin-top: 0px; 536 margin-top: 0px;
533 padding-top: 0px; 537 padding-top: 0px;
534 padding-bottom: 0px; 538 padding-bottom: 0px;
539 @media screen and (max-width: 56.25rem) {
540 width: 100% !important;
541 }
535 } 542 }
536 .select2-selection__choice{ 543 .select2-selection__choice{
537 width: auto !important; 544 width: auto !important;
......
...@@ -2,5 +2,5 @@ ...@@ -2,5 +2,5 @@
2 Theme Name: MSF CA Child 2 Theme Name: MSF CA Child
3 Author: Tenzing Communications 3 Author: Tenzing Communications
4 Template: msf-ca 4 Template: msf-ca
5 Version: 1.0.5308 5 Version: 1.0.5309
6 */ 6 */
...\ No newline at end of file ...\ No newline at end of file
......