qa
Signed-off-by: Jeff <jeff@gotenzing.com>
Showing
7 changed files
with
43 additions
and
20 deletions
| ... | @@ -17108,7 +17108,7 @@ button, input, optgroup, select, textarea { | ... | @@ -17108,7 +17108,7 @@ button, input, optgroup, select, textarea { |
| 17108 | .appArea.responsive .row { | 17108 | .appArea.responsive .row { |
| 17109 | padding-right: 0.625rem; | 17109 | padding-right: 0.625rem; |
| 17110 | } | 17110 | } |
| 17111 | @media only screen and (max-width: 48.875rem) { | 17111 | @media only screen and (max-width: 48rem) { |
| 17112 | .appArea.responsive .row { | 17112 | .appArea.responsive .row { |
| 17113 | padding-right: 0rem; | 17113 | padding-right: 0rem; |
| 17114 | } | 17114 | } |
| ... | @@ -17217,9 +17217,14 @@ button, input, optgroup, select, textarea { | ... | @@ -17217,9 +17217,14 @@ button, input, optgroup, select, textarea { |
| 17217 | font-weight: 700; | 17217 | font-weight: 700; |
| 17218 | border-radius: 1.5625rem !important; | 17218 | border-radius: 1.5625rem !important; |
| 17219 | background-color: #e00 !important; | 17219 | background-color: #e00 !important; |
| 17220 | margin-right: 0rem; | 17220 | margin-right: 0px; |
| 17221 | float: right; | 17221 | float: right; |
| 17222 | } | 17222 | } |
| 17223 | @media screen and (max-width: 48rem) { | ||
| 17224 | .appArea.responsive input[type=submit] { | ||
| 17225 | margin-right: -15px; | ||
| 17226 | } | ||
| 17227 | } | ||
| 17223 | .appArea.responsive input[type=submit]:hover { | 17228 | .appArea.responsive input[type=submit]:hover { |
| 17224 | background: #669999 !important; | 17229 | background: #669999 !important; |
| 17225 | } | 17230 | } |
| ... | @@ -18313,7 +18318,7 @@ ul.sf_date_field .sf-datepicker { | ... | @@ -18313,7 +18318,7 @@ ul.sf_date_field .sf-datepicker { |
| 18313 | border: 0.0625rem solid #bebebe; | 18318 | border: 0.0625rem solid #bebebe; |
| 18314 | width: 12.625rem; | 18319 | width: 12.625rem; |
| 18315 | } | 18320 | } |
| 18316 | @media screen and (max-width: 56.25rem) { | 18321 | @media screen and (max-width: 48rem) { |
| 18317 | ul.sf_date_field .sf-datepicker { | 18322 | ul.sf_date_field .sf-datepicker { |
| 18318 | width: 16rem; | 18323 | width: 16rem; |
| 18319 | height: 2.25rem; | 18324 | height: 2.25rem; |
| ... | @@ -18341,7 +18346,7 @@ ul.sf_date_field .sf-datepicker { | ... | @@ -18341,7 +18346,7 @@ ul.sf_date_field .sf-datepicker { |
| 18341 | right: -0.625rem; | 18346 | right: -0.625rem; |
| 18342 | display: inline-block; | 18347 | display: inline-block; |
| 18343 | } | 18348 | } |
| 18344 | @media screen and (max-width: 56.25rem) { | 18349 | @media screen and (max-width: 48rem) { |
| 18345 | .advance-search-button { | 18350 | .advance-search-button { |
| 18346 | height: 1.875rem; | 18351 | height: 1.875rem; |
| 18347 | width: 1.875rem; | 18352 | width: 1.875rem; |
| ... | @@ -18440,7 +18445,7 @@ ul.sf_date_field .sf-datepicker { | ... | @@ -18440,7 +18445,7 @@ ul.sf_date_field .sf-datepicker { |
| 18440 | width: 99% !important; | 18445 | width: 99% !important; |
| 18441 | } | 18446 | } |
| 18442 | } | 18447 | } |
| 18443 | @media screen and (max-width: 56.25rem) { | 18448 | @media screen and (max-width: 48rem) { |
| 18444 | #advance-search-modal .sf-field-tag .select2-container--default .select2-search--inline .select2-search__field { | 18449 | #advance-search-modal .sf-field-tag .select2-container--default .select2-search--inline .select2-search__field { |
| 18445 | width: 100% !important; | 18450 | width: 100% !important; |
| 18446 | } | 18451 | } |
| ... | @@ -18560,7 +18565,7 @@ ul.sf_date_field .sf-datepicker { | ... | @@ -18560,7 +18565,7 @@ ul.sf_date_field .sf-datepicker { |
| 18560 | margin-bottom: 0rem; | 18565 | margin-bottom: 0rem; |
| 18561 | width: 100%; | 18566 | width: 100%; |
| 18562 | } | 18567 | } |
| 18563 | @media screen and (max-width: 56.25rem) { | 18568 | @media screen and (max-width: 48rem) { |
| 18564 | #advance-search-modal .modal-dialog .searchandfilter .sf-field-search { | 18569 | #advance-search-modal .modal-dialog .searchandfilter .sf-field-search { |
| 18565 | width: 90%; | 18570 | width: 90%; |
| 18566 | } | 18571 | } |
| ... | @@ -18659,6 +18664,16 @@ ul.sf_date_field .sf-datepicker { | ... | @@ -18659,6 +18664,16 @@ ul.sf_date_field .sf-datepicker { |
| 18659 | width: 12.5rem; | 18664 | width: 12.5rem; |
| 18660 | height: 2.25rem; | 18665 | height: 2.25rem; |
| 18661 | } | 18666 | } |
| 18667 | @media screen and (max-width: 48rem) { | ||
| 18668 | #advance-search-modal .modal-dialog .searchandfilter .sf-datepicker { | ||
| 18669 | width: 19.5rem; | ||
| 18670 | } | ||
| 18671 | } | ||
| 18672 | @media screen and (max-width: 400px) { | ||
| 18673 | #advance-search-modal .modal-dialog .searchandfilter .sf-datepicker { | ||
| 18674 | width: 12.5rem; | ||
| 18675 | } | ||
| 18676 | } | ||
| 18662 | #advance-search-modal .modal-dialog .searchandfilter .sf_date_field { | 18677 | #advance-search-modal .modal-dialog .searchandfilter .sf_date_field { |
| 18663 | max-width: 36.4rem; | 18678 | max-width: 36.4rem; |
| 18664 | } | 18679 | } |
| ... | @@ -18740,7 +18755,7 @@ ul.sf_date_field .sf-datepicker { | ... | @@ -18740,7 +18755,7 @@ ul.sf_date_field .sf-datepicker { |
| 18740 | vertical-align: top; | 18755 | vertical-align: top; |
| 18741 | margin-bottom: 10px; | 18756 | margin-bottom: 10px; |
| 18742 | } | 18757 | } |
| 18743 | @media screen and (max-width: 56.25rem) { | 18758 | @media screen and (max-width: 48rem) { |
| 18744 | #advance-search-modal .sf-field-taxonomy-region, | 18759 | #advance-search-modal .sf-field-taxonomy-region, |
| 18745 | #advance-search-modal .sf-field-taxonomy-country, | 18760 | #advance-search-modal .sf-field-taxonomy-country, |
| 18746 | #advance-search-modal .sf-field-taxonomy-continent, | 18761 | #advance-search-modal .sf-field-taxonomy-continent, |
| ... | @@ -18764,7 +18779,7 @@ ul.sf_date_field .sf-datepicker { | ... | @@ -18764,7 +18779,7 @@ ul.sf_date_field .sf-datepicker { |
| 18764 | width: 66%; | 18779 | width: 66%; |
| 18765 | display: inline-block; | 18780 | display: inline-block; |
| 18766 | } | 18781 | } |
| 18767 | @media screen and (max-width: 56.25rem) { | 18782 | @media screen and (max-width: 48rem) { |
| 18768 | #advance-search-modal .sf-field-post_date { | 18783 | #advance-search-modal .sf-field-post_date { |
| 18769 | width: 100%; | 18784 | width: 100%; |
| 18770 | } | 18785 | } |
| ... | @@ -18776,7 +18791,7 @@ ul.sf_date_field .sf-datepicker { | ... | @@ -18776,7 +18791,7 @@ ul.sf_date_field .sf-datepicker { |
| 18776 | display: inline-block !important; | 18791 | display: inline-block !important; |
| 18777 | width: 30%; | 18792 | width: 30%; |
| 18778 | } | 18793 | } |
| 18779 | @media screen and (max-width: 56.25rem) { | 18794 | @media screen and (max-width: 48rem) { |
| 18780 | #advance-search-modal li.sf-field-post-meta-document_year { | 18795 | #advance-search-modal li.sf-field-post-meta-document_year { |
| 18781 | width: 100%; | 18796 | width: 100%; |
| 18782 | } | 18797 | } | ... | ... |
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.
| ... | @@ -113,7 +113,7 @@ button, input, optgroup, select, textarea{ | ... | @@ -113,7 +113,7 @@ button, input, optgroup, select, textarea{ |
| 113 | .appArea.responsive { | 113 | .appArea.responsive { |
| 114 | .row{ | 114 | .row{ |
| 115 | padding-right: 0.625rem; | 115 | padding-right: 0.625rem; |
| 116 | @media only screen and (max-width: 48.875rem) { | 116 | @media only screen and (max-width: 48rem) { |
| 117 | padding-right: 0rem; | 117 | padding-right: 0rem; |
| 118 | } | 118 | } |
| 119 | 119 | ||
| ... | @@ -254,8 +254,11 @@ button, input, optgroup, select, textarea{ | ... | @@ -254,8 +254,11 @@ button, input, optgroup, select, textarea{ |
| 254 | font-weight: 700; | 254 | font-weight: 700; |
| 255 | border-radius: 1.5625rem !important; | 255 | border-radius: 1.5625rem !important; |
| 256 | background-color: #e00 !important; | 256 | background-color: #e00 !important; |
| 257 | margin-right: 0rem; | 257 | margin-right: 0px; |
| 258 | float: right; | 258 | float: right; |
| 259 | @media screen and (max-width: 48rem) { | ||
| 260 | margin-right: -15px; | ||
| 261 | } | ||
| 259 | &:hover { | 262 | &:hover { |
| 260 | background:#669999 !important; | 263 | background:#669999 !important; |
| 261 | } | 264 | } | ... | ... |
| ... | @@ -404,7 +404,7 @@ ul.sf_date_field { | ... | @@ -404,7 +404,7 @@ ul.sf_date_field { |
| 404 | .sf-datepicker { | 404 | .sf-datepicker { |
| 405 | border: 0.0625rem solid #bebebe; | 405 | border: 0.0625rem solid #bebebe; |
| 406 | width: 12.625rem; | 406 | width: 12.625rem; |
| 407 | @media screen and (max-width: 56.25rem) { | 407 | @media screen and (max-width: 48rem) { |
| 408 | width: 16rem; | 408 | width: 16rem; |
| 409 | height: 2.25rem; | 409 | height: 2.25rem; |
| 410 | } | 410 | } |
| ... | @@ -431,7 +431,7 @@ ul.sf_date_field { | ... | @@ -431,7 +431,7 @@ ul.sf_date_field { |
| 431 | text-indent: -624.9375rem; | 431 | text-indent: -624.9375rem; |
| 432 | right:-0.625rem ; | 432 | right:-0.625rem ; |
| 433 | display: inline-block; | 433 | display: inline-block; |
| 434 | @media screen and (max-width: 56.25rem) { | 434 | @media screen and (max-width: 48rem) { |
| 435 | height: 1.875rem; | 435 | height: 1.875rem; |
| 436 | width: 1.875rem; | 436 | width: 1.875rem; |
| 437 | } | 437 | } |
| ... | @@ -523,7 +523,7 @@ ul.sf_date_field { | ... | @@ -523,7 +523,7 @@ ul.sf_date_field { |
| 523 | @media screen and (max-width: 1175px) { | 523 | @media screen and (max-width: 1175px) { |
| 524 | width: 99% !important; | 524 | width: 99% !important; |
| 525 | } | 525 | } |
| 526 | @media screen and (max-width: 56.25rem) { | 526 | @media screen and (max-width: 48rem) { |
| 527 | width: 100% !important; | 527 | width: 100% !important; |
| 528 | } | 528 | } |
| 529 | 529 | ||
| ... | @@ -641,7 +641,7 @@ ul.sf_date_field { | ... | @@ -641,7 +641,7 @@ ul.sf_date_field { |
| 641 | margin-left: 0rem; | 641 | margin-left: 0rem; |
| 642 | margin-bottom: 0rem; | 642 | margin-bottom: 0rem; |
| 643 | width: 100%; | 643 | width: 100%; |
| 644 | @media screen and (max-width: 56.25rem) { | 644 | @media screen and (max-width: 48rem) { |
| 645 | width: 90%; | 645 | width: 90%; |
| 646 | } | 646 | } |
| 647 | h4 { | 647 | h4 { |
| ... | @@ -745,7 +745,12 @@ ul.sf_date_field { | ... | @@ -745,7 +745,12 @@ ul.sf_date_field { |
| 745 | .sf-datepicker { | 745 | .sf-datepicker { |
| 746 | width: 12.5rem; | 746 | width: 12.5rem; |
| 747 | height: 2.25rem; | 747 | height: 2.25rem; |
| 748 | 748 | @media screen and (max-width: 48rem) { | |
| 749 | width:19.5rem; | ||
| 750 | } | ||
| 751 | @media screen and (max-width: 400px) { | ||
| 752 | width: 12.5rem; | ||
| 753 | } | ||
| 749 | } | 754 | } |
| 750 | 755 | ||
| 751 | .sf_date_field { | 756 | .sf_date_field { |
| ... | @@ -842,7 +847,7 @@ ul.sf_date_field { | ... | @@ -842,7 +847,7 @@ ul.sf_date_field { |
| 842 | display: inline-block !important; | 847 | display: inline-block !important; |
| 843 | vertical-align: top; | 848 | vertical-align: top; |
| 844 | margin-bottom: 10px; | 849 | margin-bottom: 10px; |
| 845 | @media screen and (max-width: 56.25rem) { | 850 | @media screen and (max-width:48rem) { |
| 846 | width: 100%; | 851 | width: 100%; |
| 847 | margin-bottom: 0px; | 852 | margin-bottom: 0px; |
| 848 | padding-bottom: 0px; | 853 | padding-bottom: 0px; |
| ... | @@ -857,7 +862,7 @@ ul.sf_date_field { | ... | @@ -857,7 +862,7 @@ ul.sf_date_field { |
| 857 | .sf-field-post_date{ | 862 | .sf-field-post_date{ |
| 858 | width: 66%; | 863 | width: 66%; |
| 859 | display: inline-block; | 864 | display: inline-block; |
| 860 | @media screen and (max-width: 56.25rem) { | 865 | @media screen and (max-width: 48rem) { |
| 861 | width: 100%; | 866 | width: 100%; |
| 862 | } | 867 | } |
| 863 | } | 868 | } |
| ... | @@ -867,7 +872,7 @@ ul.sf_date_field { | ... | @@ -867,7 +872,7 @@ ul.sf_date_field { |
| 867 | li.sf-field-post-meta-document_year { | 872 | li.sf-field-post-meta-document_year { |
| 868 | display: inline-block !important; | 873 | display: inline-block !important; |
| 869 | width: 30%; | 874 | width: 30%; |
| 870 | @media screen and (max-width: 56.25rem) { | 875 | @media screen and (max-width: 48rem) { |
| 871 | width: 100%; | 876 | width: 100%; |
| 872 | } | 877 | } |
| 873 | } | 878 | } | ... | ... |
-
Please register or sign in to post a comment