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 { ...@@ -18048,11 +18048,9 @@ table:not(.ui-datepicker-calendar) thead th:first-child {
18048 #search-wrapper #search-sidebar .select2-selection__rendered { 18048 #search-wrapper #search-sidebar .select2-selection__rendered {
18049 background-color: #fff; 18049 background-color: #fff;
18050 border: 1px solid #fff; 18050 border: 1px solid #fff;
18051 height: 35px;
18052 } 18051 }
18053 #search-wrapper #search-sidebar .select2-container--default.select2-container--focus .select2-selection--multiple { 18052 #search-wrapper #search-sidebar .select2-container--default.select2-container--focus .select2-selection--multiple {
18054 border: 1px solid #fff; 18053 border: 1px solid #fff;
18055 height: 33px;
18056 } 18054 }
18057 #search-wrapper #search-sidebar .select2-search.select2-search--inline, 18055 #search-wrapper #search-sidebar .select2-search.select2-search--inline,
18058 #search-wrapper #search-sidebar .select2-container { 18056 #search-wrapper #search-sidebar .select2-container {
...@@ -18063,6 +18061,8 @@ table:not(.ui-datepicker-calendar) thead th:first-child { ...@@ -18063,6 +18061,8 @@ table:not(.ui-datepicker-calendar) thead th:first-child {
18063 } 18061 }
18064 #search-wrapper #search-sidebar .select2-selection__choice { 18062 #search-wrapper #search-sidebar .select2-selection__choice {
18065 width: auto !important; 18063 width: auto !important;
18064 margin-top: 0;
18065 margin-bottom: 5px;
18066 } 18066 }
18067 #search-wrapper #search-sidebar .select2-container--default .select2-search--inline .select2-search__field { 18067 #search-wrapper #search-sidebar .select2-container--default .select2-search--inline .select2-search__field {
18068 width: 94% !important; 18068 width: 94% !important;
...@@ -18358,7 +18358,6 @@ ul.sf_date_field .sf-datepicker { ...@@ -18358,7 +18358,6 @@ ul.sf_date_field .sf-datepicker {
18358 #advance-search-modal .select2-selection__rendered { 18358 #advance-search-modal .select2-selection__rendered {
18359 background-color: #f0f0f0; 18359 background-color: #f0f0f0;
18360 border: 1px solid #f0f0f0; 18360 border: 1px solid #f0f0f0;
18361 height: 35px;
18362 } 18361 }
18363 #advance-search-modal .select2-container--default.select2-container--focus .select2-selection--multiple { 18362 #advance-search-modal .select2-container--default.select2-container--focus .select2-selection--multiple {
18364 border: 1px solid #f0f0f0; 18363 border: 1px solid #f0f0f0;
...@@ -18665,6 +18664,9 @@ ul.sf_date_field .sf-datepicker { ...@@ -18665,6 +18664,9 @@ ul.sf_date_field .sf-datepicker {
18665 display: none !important; 18664 display: none !important;
18666 } 18665 }
18667 18666
18667 #advance-search-modal [data-sf-field-input-type=multiselect] {
18668 margin-bottom: 0px !important;
18669 }
18668 #advance-search-modal ul.sf_date_field { 18670 #advance-search-modal ul.sf_date_field {
18669 flex-direction: row; 18671 flex-direction: row;
18670 } 18672 }
......
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 @@ ...@@ -137,12 +137,11 @@
137 .select2-selection__rendered{ 137 .select2-selection__rendered{
138 background-color: #fff; 138 background-color: #fff;
139 border: 1px solid #fff; 139 border: 1px solid #fff;
140 height: 35px;
141 } 140 }
142 141
143 .select2-container--default.select2-container--focus .select2-selection--multiple{ 142 .select2-container--default.select2-container--focus .select2-selection--multiple{
144 border: 1px solid #fff; 143 border: 1px solid #fff;
145 height: 33px; 144
146 } 145 }
147 .select2-search.select2-search--inline, 146 .select2-search.select2-search--inline,
148 .select2-container{ 147 .select2-container{
...@@ -154,6 +153,9 @@ ...@@ -154,6 +153,9 @@
154 } 153 }
155 .select2-selection__choice{ 154 .select2-selection__choice{
156 width: auto !important; 155 width: auto !important;
156 margin-top: 0;
157 margin-bottom: 5px;
158
157 } 159 }
158 .select2-container--default .select2-search--inline .select2-search__field{ 160 .select2-container--default .select2-search--inline .select2-search__field{
159 width: 94% !important; 161 width: 94% !important;
...@@ -164,6 +166,7 @@ ...@@ -164,6 +166,7 @@
164 padding-top: 0px; 166 padding-top: 0px;
165 } 167 }
166 168
169
167 170
168 } 171 }
169 172
...@@ -250,7 +253,7 @@ ...@@ -250,7 +253,7 @@
250 } 253 }
251 .sf-field-search h4 { 254 .sf-field-search h4 {
252 display: none; 255 display: none;
253 } 256 }
254 257
255 .sf-field-search { 258 .sf-field-search {
256 width: calc(100% - 7.5rem); 259 width: calc(100% - 7.5rem);
...@@ -306,6 +309,7 @@ ...@@ -306,6 +309,7 @@
306 font-size: 1.5rem; 309 font-size: 1.5rem;
307 } 310 }
308 } 311 }
312
309 } 313 }
310 314
311 .sf-field-submit { 315 .sf-field-submit {
...@@ -471,7 +475,7 @@ ul.sf_date_field { ...@@ -471,7 +475,7 @@ ul.sf_date_field {
471 .select2-selection__rendered{ 475 .select2-selection__rendered{
472 background-color: #f0f0f0; 476 background-color: #f0f0f0;
473 border: 1px solid #f0f0f0; 477 border: 1px solid #f0f0f0;
474 height: 35px; 478
475 } 479 }
476 .select2-container--default.select2-container--focus .select2-selection--multiple{ 480 .select2-container--default.select2-container--focus .select2-selection--multiple{
477 border: 1px solid #f0f0f0; 481 border: 1px solid #f0f0f0;
...@@ -796,6 +800,9 @@ ul.sf_date_field { ...@@ -796,6 +800,9 @@ ul.sf_date_field {
796 } 800 }
797 } 801 }
798 #advance-search-modal{ 802 #advance-search-modal{
803 [data-sf-field-input-type="multiselect"]{
804 margin-bottom: 0px !important;
805 }
799 ul.sf_date_field { 806 ul.sf_date_field {
800 flex-direction: row; 807 flex-direction: row;
801 } 808 }
...@@ -858,4 +865,5 @@ li.sf-field-post-meta-document_year { ...@@ -858,4 +865,5 @@ li.sf-field-post-meta-document_year {
858 .select2-container--default .select2-results__option--highlighted[aria-selected] { 865 .select2-container--default .select2-results__option--highlighted[aria-selected] {
859 background-color: #e00; 866 background-color: #e00;
860 color: #fff; 867 color: #fff;
861 }
...\ No newline at end of file ...\ No newline at end of file
868 }
869
......
...@@ -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.38 5 Version: 1.0.39
6 */ 6 */
......