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 { ...@@ -18063,9 +18063,14 @@ table:not(.ui-datepicker-calendar) thead th:first-child {
18063 width: auto !important; 18063 width: auto !important;
18064 margin-top: 0; 18064 margin-top: 0;
18065 margin-bottom: 5px; 18065 margin-bottom: 5px;
18066 padding: 2px 7px !important;
18067 }
18068 #search-wrapper #search-sidebar .select2-selection__rendered {
18069 margin-right: 0px;
18070 padding-right: 0px;
18066 } 18071 }
18067 #search-wrapper #search-sidebar .select2-container--default .select2-search--inline .select2-search__field { 18072 #search-wrapper #search-sidebar .select2-container--default .select2-search--inline .select2-search__field {
18068 width: 94% !important; 18073 width: 100% !important;
18069 background-color: #fff; 18074 background-color: #fff;
18070 height: 33px; 18075 height: 33px;
18071 border: solid 1px #bebebe !important; 18076 border: solid 1px #bebebe !important;
...@@ -18374,6 +18379,7 @@ ul.sf_date_field .sf-datepicker { ...@@ -18374,6 +18379,7 @@ ul.sf_date_field .sf-datepicker {
18374 width: auto !important; 18379 width: auto !important;
18375 margin-top: 0px; 18380 margin-top: 0px;
18376 margin-bottom: 5px; 18381 margin-bottom: 5px;
18382 padding: 2px 7px !important;
18377 } 18383 }
18378 #advance-search-modal .select2-container--default .select2-search--inline .select2-search__field { 18384 #advance-search-modal .select2-container--default .select2-search--inline .select2-search__field {
18379 width: 100% !important; 18385 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 @@ ...@@ -155,10 +155,15 @@
155 width: auto !important; 155 width: auto !important;
156 margin-top: 0; 156 margin-top: 0;
157 margin-bottom: 5px; 157 margin-bottom: 5px;
158 158 padding: 2px 7px !important;
159 } 159 }
160 .select2-selection__rendered{
161 margin-right: 0px;
162 padding-right: 0px;
163 }
164
160 .select2-container--default .select2-search--inline .select2-search__field{ 165 .select2-container--default .select2-search--inline .select2-search__field{
161 width: 94% !important; 166 width: 100% !important;
162 background-color: #fff; 167 background-color: #fff;
163 height: 33px; 168 height: 33px;
164 border:solid 1px #bebebe !important; 169 border:solid 1px #bebebe !important;
...@@ -167,6 +172,7 @@ ...@@ -167,6 +172,7 @@
167 } 172 }
168 173
169 174
175
170 176
171 } 177 }
172 178
...@@ -492,6 +498,7 @@ ul.sf_date_field { ...@@ -492,6 +498,7 @@ ul.sf_date_field {
492 width: auto !important; 498 width: auto !important;
493 margin-top: 0px; 499 margin-top: 0px;
494 margin-bottom: 5px; 500 margin-bottom: 5px;
501 padding: 2px 7px !important;
495 } 502 }
496 .select2-container--default .select2-search--inline .select2-search__field{ 503 .select2-container--default .select2-search--inline .select2-search__field{
497 width: 100% !important; 504 width: 100% !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.39 5 Version: 1.0.40
6 */ 6 */
......