mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-19 17:14:57 +00:00
[ADF-1498] fix pagination (#2288)
* fix pagination height missalignment ADF-1498 * [ADF-1498] fix pagination tasklist
This commit is contained in:
parent
cd5c8842f2
commit
62e50e8fbf
@ -1337,12 +1337,12 @@ input.mat-input-element:-webkit-autofill + .mat-input-placeholder .mat-placehold
|
|||||||
display: flex;
|
display: flex;
|
||||||
border-top: 1px solid rgba(0, 0, 0, 0.07);
|
border-top: 1px solid rgba(0, 0, 0, 0.07);
|
||||||
height: 48px;
|
height: 48px;
|
||||||
line-height: 48px;
|
line-height: 20px;
|
||||||
color: white; }
|
color: rgba(0, 0, 0, 0.87); }
|
||||||
.adf-pagination__block {
|
.adf-pagination__block {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
padding: 0 12px;
|
padding: 0 8px;
|
||||||
border-right: 1px solid rgba(0, 0, 0, 0.07); }
|
border-right: 1px solid rgba(0, 0, 0, 0.07); }
|
||||||
.adf-pagination__block:first-child {
|
.adf-pagination__block:first-child {
|
||||||
flex: 1 1 auto;
|
flex: 1 1 auto;
|
||||||
@ -1494,8 +1494,6 @@ input.mat-input-element:-webkit-autofill + .mat-input-placeholder .mat-placehold
|
|||||||
.adf-hyperlink-widget {
|
.adf-hyperlink-widget {
|
||||||
padding: 0.4375em 0;
|
padding: 0.4375em 0;
|
||||||
border-top: 0.84375em solid transparent; }
|
border-top: 0.84375em solid transparent; }
|
||||||
.adf-hyperlink-widget .focus {
|
|
||||||
color: #2196f3; }
|
|
||||||
.adf-hyperlink-widget a {
|
.adf-hyperlink-widget a {
|
||||||
color: #2196f3; }
|
color: #2196f3; }
|
||||||
|
|
||||||
@ -2002,23 +2000,22 @@ adf-people-list /deep/ adf-datatable /deep/ .people-pic {
|
|||||||
adf-people-list /deep/ adf-datatable /deep/ td.mdl-data-table__cell--non-numeric.non-selectable.data-cell {
|
adf-people-list /deep/ adf-datatable /deep/ td.mdl-data-table__cell--non-numeric.non-selectable.data-cell {
|
||||||
padding: 10px; }
|
padding: 10px; }
|
||||||
|
|
||||||
.mdl-list__item {
|
|
||||||
cursor: pointer; }
|
|
||||||
|
|
||||||
.adf-filters__entry {
|
.adf-filters__entry {
|
||||||
cursor: pointer; }
|
cursor: pointer;
|
||||||
|
font-size: 14px !important;
|
||||||
|
font-weight: bold;
|
||||||
|
opacity: .54;
|
||||||
|
padding-left: 30px; }
|
||||||
|
.adf-filters__entry .mat-list-item-content {
|
||||||
|
height: 34px; }
|
||||||
|
|
||||||
.adf-filters__entry-icon {
|
.adf-filters__entry-icon {
|
||||||
margin-right: 12px !important; }
|
padding-right: 12px !important;
|
||||||
|
padding-left: 0px !important; }
|
||||||
|
|
||||||
.adf-filters__entry.active {
|
.adf-filters__entry.active, .adf-filters__entry:hover {
|
||||||
color: #2196f3; }
|
color: #2196f3;
|
||||||
|
opacity: 1; }
|
||||||
.adf-filters__entry:hover {
|
|
||||||
opacity: 0.8; }
|
|
||||||
|
|
||||||
.adf-filters__entry.active .adf-filters__entry-icon {
|
|
||||||
color: #2196f3; }
|
|
||||||
|
|
||||||
.adf-controls {
|
.adf-controls {
|
||||||
display: flex;
|
display: flex;
|
||||||
@ -2049,7 +2046,10 @@ adf-people-list /deep/ adf-datatable /deep/ td.mdl-data-table__cell--non-numeric
|
|||||||
border-collapse: unset;
|
border-collapse: unset;
|
||||||
border-spacing: 0;
|
border-spacing: 0;
|
||||||
/* Empty folder */
|
/* Empty folder */
|
||||||
/* Loading folder */ }
|
/* Loading folder */
|
||||||
|
/* [Accessibility] For screen reader only */
|
||||||
|
/* Utils */
|
||||||
|
/* mobile phone */ }
|
||||||
.adf-data-table thead {
|
.adf-data-table thead {
|
||||||
padding-bottom: 3px; }
|
padding-bottom: 3px; }
|
||||||
.adf-data-table tbody tr {
|
.adf-data-table tbody tr {
|
||||||
@ -2076,6 +2076,11 @@ adf-people-list /deep/ adf-datatable /deep/ td.mdl-data-table__cell--non-numeric
|
|||||||
padding-left: 24px; }
|
padding-left: 24px; }
|
||||||
.adf-data-table td:last-of-type, .adf-data-table th:last-of-type {
|
.adf-data-table td:last-of-type, .adf-data-table th:last-of-type {
|
||||||
padding-right: 24px; }
|
padding-right: 24px; }
|
||||||
|
.adf-data-table td:focus, .adf-data-table th:focus {
|
||||||
|
outline-offset: -1px;
|
||||||
|
outline-width: 1px;
|
||||||
|
outline-color: #448aff;
|
||||||
|
outline-style: solid; }
|
||||||
.adf-data-table td {
|
.adf-data-table td {
|
||||||
color: rgba(0, 0, 0, 0.87);
|
color: rgba(0, 0, 0, 0.87);
|
||||||
position: relative;
|
position: relative;
|
||||||
@ -2108,7 +2113,7 @@ adf-people-list /deep/ adf-datatable /deep/ td.mdl-data-table__cell--non-numeric
|
|||||||
letter-spacing: 0;
|
letter-spacing: 0;
|
||||||
height: 56px;
|
height: 56px;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
color: white;
|
color: rgba(0, 0, 0, 0.87);
|
||||||
padding-bottom: 8px;
|
padding-bottom: 8px;
|
||||||
box-sizing: border-box; }
|
box-sizing: border-box; }
|
||||||
.adf-data-table th.sortable {
|
.adf-data-table th.sortable {
|
||||||
@ -2188,30 +2193,23 @@ adf-people-list /deep/ adf-datatable /deep/ td.mdl-data-table__cell--non-numeric
|
|||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
height: 0;
|
height: 0;
|
||||||
display: block; }
|
display: block; }
|
||||||
|
.adf-data-table .sr-only {
|
||||||
/* Utils */
|
position: absolute;
|
||||||
/* [Accessibility] For screen reader only */
|
width: 1px;
|
||||||
:host .sr-only {
|
height: 1px;
|
||||||
position: absolute;
|
padding: 0;
|
||||||
width: 1px;
|
margin: -1px;
|
||||||
height: 1px;
|
overflow: hidden;
|
||||||
padding: 0;
|
clip: rect(0, 0, 0, 0);
|
||||||
margin: -1px;
|
border: 0; }
|
||||||
overflow: hidden;
|
.adf-data-table .hidden {
|
||||||
clip: rect(0, 0, 0, 0);
|
display: none; }
|
||||||
border: 0; }
|
@media all and (max-width: 768px) {
|
||||||
|
.adf-data-table .desktop-only {
|
||||||
.hidden {
|
display: none; } }
|
||||||
display: none; }
|
@media (max-device-width: 768px) {
|
||||||
|
.adf-data-table .desktop-only {
|
||||||
/* mobile phone */
|
display: none; } }
|
||||||
@media all and (max-width: 768px) {
|
|
||||||
.desktop-only {
|
|
||||||
display: none; } }
|
|
||||||
|
|
||||||
@media (max-device-width: 768px) {
|
|
||||||
.desktop-only {
|
|
||||||
display: none; } }
|
|
||||||
|
|
||||||
.adf-upload__dragging > td {
|
.adf-upload__dragging > td {
|
||||||
border-top: 1px dashed #448aff;
|
border-top: 1px dashed #448aff;
|
||||||
|
@ -1337,12 +1337,12 @@ input.mat-input-element:-webkit-autofill + .mat-input-placeholder .mat-placehold
|
|||||||
display: flex;
|
display: flex;
|
||||||
border-top: 1px solid rgba(0, 0, 0, 0.07);
|
border-top: 1px solid rgba(0, 0, 0, 0.07);
|
||||||
height: 48px;
|
height: 48px;
|
||||||
line-height: 48px;
|
line-height: 20px;
|
||||||
color: white; }
|
color: rgba(0, 0, 0, 0.87); }
|
||||||
.adf-pagination__block {
|
.adf-pagination__block {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
padding: 0 12px;
|
padding: 0 8px;
|
||||||
border-right: 1px solid rgba(0, 0, 0, 0.07); }
|
border-right: 1px solid rgba(0, 0, 0, 0.07); }
|
||||||
.adf-pagination__block:first-child {
|
.adf-pagination__block:first-child {
|
||||||
flex: 1 1 auto;
|
flex: 1 1 auto;
|
||||||
@ -1494,8 +1494,6 @@ input.mat-input-element:-webkit-autofill + .mat-input-placeholder .mat-placehold
|
|||||||
.adf-hyperlink-widget {
|
.adf-hyperlink-widget {
|
||||||
padding: 0.4375em 0;
|
padding: 0.4375em 0;
|
||||||
border-top: 0.84375em solid transparent; }
|
border-top: 0.84375em solid transparent; }
|
||||||
.adf-hyperlink-widget .focus {
|
|
||||||
color: #2196f3; }
|
|
||||||
.adf-hyperlink-widget a {
|
.adf-hyperlink-widget a {
|
||||||
color: #2196f3; }
|
color: #2196f3; }
|
||||||
|
|
||||||
@ -2002,23 +2000,22 @@ adf-people-list /deep/ adf-datatable /deep/ .people-pic {
|
|||||||
adf-people-list /deep/ adf-datatable /deep/ td.mdl-data-table__cell--non-numeric.non-selectable.data-cell {
|
adf-people-list /deep/ adf-datatable /deep/ td.mdl-data-table__cell--non-numeric.non-selectable.data-cell {
|
||||||
padding: 10px; }
|
padding: 10px; }
|
||||||
|
|
||||||
.mdl-list__item {
|
|
||||||
cursor: pointer; }
|
|
||||||
|
|
||||||
.adf-filters__entry {
|
.adf-filters__entry {
|
||||||
cursor: pointer; }
|
cursor: pointer;
|
||||||
|
font-size: 14px !important;
|
||||||
|
font-weight: bold;
|
||||||
|
opacity: .54;
|
||||||
|
padding-left: 30px; }
|
||||||
|
.adf-filters__entry .mat-list-item-content {
|
||||||
|
height: 34px; }
|
||||||
|
|
||||||
.adf-filters__entry-icon {
|
.adf-filters__entry-icon {
|
||||||
margin-right: 12px !important; }
|
padding-right: 12px !important;
|
||||||
|
padding-left: 0px !important; }
|
||||||
|
|
||||||
.adf-filters__entry.active {
|
.adf-filters__entry.active, .adf-filters__entry:hover {
|
||||||
color: #2196f3; }
|
color: #2196f3;
|
||||||
|
opacity: 1; }
|
||||||
.adf-filters__entry:hover {
|
|
||||||
opacity: 0.8; }
|
|
||||||
|
|
||||||
.adf-filters__entry.active .adf-filters__entry-icon {
|
|
||||||
color: #2196f3; }
|
|
||||||
|
|
||||||
.adf-controls {
|
.adf-controls {
|
||||||
display: flex;
|
display: flex;
|
||||||
@ -2049,7 +2046,10 @@ adf-people-list /deep/ adf-datatable /deep/ td.mdl-data-table__cell--non-numeric
|
|||||||
border-collapse: unset;
|
border-collapse: unset;
|
||||||
border-spacing: 0;
|
border-spacing: 0;
|
||||||
/* Empty folder */
|
/* Empty folder */
|
||||||
/* Loading folder */ }
|
/* Loading folder */
|
||||||
|
/* [Accessibility] For screen reader only */
|
||||||
|
/* Utils */
|
||||||
|
/* mobile phone */ }
|
||||||
.adf-data-table thead {
|
.adf-data-table thead {
|
||||||
padding-bottom: 3px; }
|
padding-bottom: 3px; }
|
||||||
.adf-data-table tbody tr {
|
.adf-data-table tbody tr {
|
||||||
@ -2076,6 +2076,11 @@ adf-people-list /deep/ adf-datatable /deep/ td.mdl-data-table__cell--non-numeric
|
|||||||
padding-left: 24px; }
|
padding-left: 24px; }
|
||||||
.adf-data-table td:last-of-type, .adf-data-table th:last-of-type {
|
.adf-data-table td:last-of-type, .adf-data-table th:last-of-type {
|
||||||
padding-right: 24px; }
|
padding-right: 24px; }
|
||||||
|
.adf-data-table td:focus, .adf-data-table th:focus {
|
||||||
|
outline-offset: -1px;
|
||||||
|
outline-width: 1px;
|
||||||
|
outline-color: #448aff;
|
||||||
|
outline-style: solid; }
|
||||||
.adf-data-table td {
|
.adf-data-table td {
|
||||||
color: rgba(0, 0, 0, 0.87);
|
color: rgba(0, 0, 0, 0.87);
|
||||||
position: relative;
|
position: relative;
|
||||||
@ -2108,7 +2113,7 @@ adf-people-list /deep/ adf-datatable /deep/ td.mdl-data-table__cell--non-numeric
|
|||||||
letter-spacing: 0;
|
letter-spacing: 0;
|
||||||
height: 56px;
|
height: 56px;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
color: white;
|
color: rgba(0, 0, 0, 0.87);
|
||||||
padding-bottom: 8px;
|
padding-bottom: 8px;
|
||||||
box-sizing: border-box; }
|
box-sizing: border-box; }
|
||||||
.adf-data-table th.sortable {
|
.adf-data-table th.sortable {
|
||||||
@ -2188,30 +2193,23 @@ adf-people-list /deep/ adf-datatable /deep/ td.mdl-data-table__cell--non-numeric
|
|||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
height: 0;
|
height: 0;
|
||||||
display: block; }
|
display: block; }
|
||||||
|
.adf-data-table .sr-only {
|
||||||
/* Utils */
|
position: absolute;
|
||||||
/* [Accessibility] For screen reader only */
|
width: 1px;
|
||||||
:host .sr-only {
|
height: 1px;
|
||||||
position: absolute;
|
padding: 0;
|
||||||
width: 1px;
|
margin: -1px;
|
||||||
height: 1px;
|
overflow: hidden;
|
||||||
padding: 0;
|
clip: rect(0, 0, 0, 0);
|
||||||
margin: -1px;
|
border: 0; }
|
||||||
overflow: hidden;
|
.adf-data-table .hidden {
|
||||||
clip: rect(0, 0, 0, 0);
|
display: none; }
|
||||||
border: 0; }
|
@media all and (max-width: 768px) {
|
||||||
|
.adf-data-table .desktop-only {
|
||||||
.hidden {
|
display: none; } }
|
||||||
display: none; }
|
@media (max-device-width: 768px) {
|
||||||
|
.adf-data-table .desktop-only {
|
||||||
/* mobile phone */
|
display: none; } }
|
||||||
@media all and (max-width: 768px) {
|
|
||||||
.desktop-only {
|
|
||||||
display: none; } }
|
|
||||||
|
|
||||||
@media (max-device-width: 768px) {
|
|
||||||
.desktop-only {
|
|
||||||
display: none; } }
|
|
||||||
|
|
||||||
.adf-upload__dragging > td {
|
.adf-upload__dragging > td {
|
||||||
border-top: 1px dashed #448aff;
|
border-top: 1px dashed #448aff;
|
||||||
|
@ -1337,12 +1337,12 @@ input.mat-input-element:-webkit-autofill + .mat-input-placeholder .mat-placehold
|
|||||||
display: flex;
|
display: flex;
|
||||||
border-top: 1px solid rgba(0, 0, 0, 0.07);
|
border-top: 1px solid rgba(0, 0, 0, 0.07);
|
||||||
height: 48px;
|
height: 48px;
|
||||||
line-height: 48px;
|
line-height: 20px;
|
||||||
color: white; }
|
color: rgba(0, 0, 0, 0.87); }
|
||||||
.adf-pagination__block {
|
.adf-pagination__block {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
padding: 0 12px;
|
padding: 0 8px;
|
||||||
border-right: 1px solid rgba(0, 0, 0, 0.07); }
|
border-right: 1px solid rgba(0, 0, 0, 0.07); }
|
||||||
.adf-pagination__block:first-child {
|
.adf-pagination__block:first-child {
|
||||||
flex: 1 1 auto;
|
flex: 1 1 auto;
|
||||||
@ -1494,8 +1494,6 @@ input.mat-input-element:-webkit-autofill + .mat-input-placeholder .mat-placehold
|
|||||||
.adf-hyperlink-widget {
|
.adf-hyperlink-widget {
|
||||||
padding: 0.4375em 0;
|
padding: 0.4375em 0;
|
||||||
border-top: 0.84375em solid transparent; }
|
border-top: 0.84375em solid transparent; }
|
||||||
.adf-hyperlink-widget .focus {
|
|
||||||
color: #00bcd4; }
|
|
||||||
.adf-hyperlink-widget a {
|
.adf-hyperlink-widget a {
|
||||||
color: #00bcd4; }
|
color: #00bcd4; }
|
||||||
|
|
||||||
@ -2002,23 +2000,22 @@ adf-people-list /deep/ adf-datatable /deep/ .people-pic {
|
|||||||
adf-people-list /deep/ adf-datatable /deep/ td.mdl-data-table__cell--non-numeric.non-selectable.data-cell {
|
adf-people-list /deep/ adf-datatable /deep/ td.mdl-data-table__cell--non-numeric.non-selectable.data-cell {
|
||||||
padding: 10px; }
|
padding: 10px; }
|
||||||
|
|
||||||
.mdl-list__item {
|
|
||||||
cursor: pointer; }
|
|
||||||
|
|
||||||
.adf-filters__entry {
|
.adf-filters__entry {
|
||||||
cursor: pointer; }
|
cursor: pointer;
|
||||||
|
font-size: 14px !important;
|
||||||
|
font-weight: bold;
|
||||||
|
opacity: .54;
|
||||||
|
padding-left: 30px; }
|
||||||
|
.adf-filters__entry .mat-list-item-content {
|
||||||
|
height: 34px; }
|
||||||
|
|
||||||
.adf-filters__entry-icon {
|
.adf-filters__entry-icon {
|
||||||
margin-right: 12px !important; }
|
padding-right: 12px !important;
|
||||||
|
padding-left: 0px !important; }
|
||||||
|
|
||||||
.adf-filters__entry.active {
|
.adf-filters__entry.active, .adf-filters__entry:hover {
|
||||||
color: #00bcd4; }
|
color: #00bcd4;
|
||||||
|
opacity: 1; }
|
||||||
.adf-filters__entry:hover {
|
|
||||||
opacity: 0.8; }
|
|
||||||
|
|
||||||
.adf-filters__entry.active .adf-filters__entry-icon {
|
|
||||||
color: #00bcd4; }
|
|
||||||
|
|
||||||
.adf-controls {
|
.adf-controls {
|
||||||
display: flex;
|
display: flex;
|
||||||
@ -2049,7 +2046,10 @@ adf-people-list /deep/ adf-datatable /deep/ td.mdl-data-table__cell--non-numeric
|
|||||||
border-collapse: unset;
|
border-collapse: unset;
|
||||||
border-spacing: 0;
|
border-spacing: 0;
|
||||||
/* Empty folder */
|
/* Empty folder */
|
||||||
/* Loading folder */ }
|
/* Loading folder */
|
||||||
|
/* [Accessibility] For screen reader only */
|
||||||
|
/* Utils */
|
||||||
|
/* mobile phone */ }
|
||||||
.adf-data-table thead {
|
.adf-data-table thead {
|
||||||
padding-bottom: 3px; }
|
padding-bottom: 3px; }
|
||||||
.adf-data-table tbody tr {
|
.adf-data-table tbody tr {
|
||||||
@ -2076,6 +2076,11 @@ adf-people-list /deep/ adf-datatable /deep/ td.mdl-data-table__cell--non-numeric
|
|||||||
padding-left: 24px; }
|
padding-left: 24px; }
|
||||||
.adf-data-table td:last-of-type, .adf-data-table th:last-of-type {
|
.adf-data-table td:last-of-type, .adf-data-table th:last-of-type {
|
||||||
padding-right: 24px; }
|
padding-right: 24px; }
|
||||||
|
.adf-data-table td:focus, .adf-data-table th:focus {
|
||||||
|
outline-offset: -1px;
|
||||||
|
outline-width: 1px;
|
||||||
|
outline-color: #448aff;
|
||||||
|
outline-style: solid; }
|
||||||
.adf-data-table td {
|
.adf-data-table td {
|
||||||
color: rgba(0, 0, 0, 0.87);
|
color: rgba(0, 0, 0, 0.87);
|
||||||
position: relative;
|
position: relative;
|
||||||
@ -2108,7 +2113,7 @@ adf-people-list /deep/ adf-datatable /deep/ td.mdl-data-table__cell--non-numeric
|
|||||||
letter-spacing: 0;
|
letter-spacing: 0;
|
||||||
height: 56px;
|
height: 56px;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
color: white;
|
color: rgba(0, 0, 0, 0.87);
|
||||||
padding-bottom: 8px;
|
padding-bottom: 8px;
|
||||||
box-sizing: border-box; }
|
box-sizing: border-box; }
|
||||||
.adf-data-table th.sortable {
|
.adf-data-table th.sortable {
|
||||||
@ -2188,30 +2193,23 @@ adf-people-list /deep/ adf-datatable /deep/ td.mdl-data-table__cell--non-numeric
|
|||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
height: 0;
|
height: 0;
|
||||||
display: block; }
|
display: block; }
|
||||||
|
.adf-data-table .sr-only {
|
||||||
/* Utils */
|
position: absolute;
|
||||||
/* [Accessibility] For screen reader only */
|
width: 1px;
|
||||||
:host .sr-only {
|
height: 1px;
|
||||||
position: absolute;
|
padding: 0;
|
||||||
width: 1px;
|
margin: -1px;
|
||||||
height: 1px;
|
overflow: hidden;
|
||||||
padding: 0;
|
clip: rect(0, 0, 0, 0);
|
||||||
margin: -1px;
|
border: 0; }
|
||||||
overflow: hidden;
|
.adf-data-table .hidden {
|
||||||
clip: rect(0, 0, 0, 0);
|
display: none; }
|
||||||
border: 0; }
|
@media all and (max-width: 768px) {
|
||||||
|
.adf-data-table .desktop-only {
|
||||||
.hidden {
|
display: none; } }
|
||||||
display: none; }
|
@media (max-device-width: 768px) {
|
||||||
|
.adf-data-table .desktop-only {
|
||||||
/* mobile phone */
|
display: none; } }
|
||||||
@media all and (max-width: 768px) {
|
|
||||||
.desktop-only {
|
|
||||||
display: none; } }
|
|
||||||
|
|
||||||
@media (max-device-width: 768px) {
|
|
||||||
.desktop-only {
|
|
||||||
display: none; } }
|
|
||||||
|
|
||||||
.adf-upload__dragging > td {
|
.adf-upload__dragging > td {
|
||||||
border-top: 1px dashed #448aff;
|
border-top: 1px dashed #448aff;
|
||||||
|
@ -1337,12 +1337,12 @@ input.mat-input-element:-webkit-autofill + .mat-input-placeholder .mat-placehold
|
|||||||
display: flex;
|
display: flex;
|
||||||
border-top: 1px solid rgba(0, 0, 0, 0.07);
|
border-top: 1px solid rgba(0, 0, 0, 0.07);
|
||||||
height: 48px;
|
height: 48px;
|
||||||
line-height: 48px;
|
line-height: 20px;
|
||||||
color: white; }
|
color: rgba(0, 0, 0, 0.87); }
|
||||||
.adf-pagination__block {
|
.adf-pagination__block {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
padding: 0 12px;
|
padding: 0 8px;
|
||||||
border-right: 1px solid rgba(0, 0, 0, 0.07); }
|
border-right: 1px solid rgba(0, 0, 0, 0.07); }
|
||||||
.adf-pagination__block:first-child {
|
.adf-pagination__block:first-child {
|
||||||
flex: 1 1 auto;
|
flex: 1 1 auto;
|
||||||
@ -1494,8 +1494,6 @@ input.mat-input-element:-webkit-autofill + .mat-input-placeholder .mat-placehold
|
|||||||
.adf-hyperlink-widget {
|
.adf-hyperlink-widget {
|
||||||
padding: 0.4375em 0;
|
padding: 0.4375em 0;
|
||||||
border-top: 0.84375em solid transparent; }
|
border-top: 0.84375em solid transparent; }
|
||||||
.adf-hyperlink-widget .focus {
|
|
||||||
color: #00bcd4; }
|
|
||||||
.adf-hyperlink-widget a {
|
.adf-hyperlink-widget a {
|
||||||
color: #00bcd4; }
|
color: #00bcd4; }
|
||||||
|
|
||||||
@ -2002,23 +2000,22 @@ adf-people-list /deep/ adf-datatable /deep/ .people-pic {
|
|||||||
adf-people-list /deep/ adf-datatable /deep/ td.mdl-data-table__cell--non-numeric.non-selectable.data-cell {
|
adf-people-list /deep/ adf-datatable /deep/ td.mdl-data-table__cell--non-numeric.non-selectable.data-cell {
|
||||||
padding: 10px; }
|
padding: 10px; }
|
||||||
|
|
||||||
.mdl-list__item {
|
|
||||||
cursor: pointer; }
|
|
||||||
|
|
||||||
.adf-filters__entry {
|
.adf-filters__entry {
|
||||||
cursor: pointer; }
|
cursor: pointer;
|
||||||
|
font-size: 14px !important;
|
||||||
|
font-weight: bold;
|
||||||
|
opacity: .54;
|
||||||
|
padding-left: 30px; }
|
||||||
|
.adf-filters__entry .mat-list-item-content {
|
||||||
|
height: 34px; }
|
||||||
|
|
||||||
.adf-filters__entry-icon {
|
.adf-filters__entry-icon {
|
||||||
margin-right: 12px !important; }
|
padding-right: 12px !important;
|
||||||
|
padding-left: 0px !important; }
|
||||||
|
|
||||||
.adf-filters__entry.active {
|
.adf-filters__entry.active, .adf-filters__entry:hover {
|
||||||
color: #00bcd4; }
|
color: #00bcd4;
|
||||||
|
opacity: 1; }
|
||||||
.adf-filters__entry:hover {
|
|
||||||
opacity: 0.8; }
|
|
||||||
|
|
||||||
.adf-filters__entry.active .adf-filters__entry-icon {
|
|
||||||
color: #00bcd4; }
|
|
||||||
|
|
||||||
.adf-controls {
|
.adf-controls {
|
||||||
display: flex;
|
display: flex;
|
||||||
@ -2049,7 +2046,10 @@ adf-people-list /deep/ adf-datatable /deep/ td.mdl-data-table__cell--non-numeric
|
|||||||
border-collapse: unset;
|
border-collapse: unset;
|
||||||
border-spacing: 0;
|
border-spacing: 0;
|
||||||
/* Empty folder */
|
/* Empty folder */
|
||||||
/* Loading folder */ }
|
/* Loading folder */
|
||||||
|
/* [Accessibility] For screen reader only */
|
||||||
|
/* Utils */
|
||||||
|
/* mobile phone */ }
|
||||||
.adf-data-table thead {
|
.adf-data-table thead {
|
||||||
padding-bottom: 3px; }
|
padding-bottom: 3px; }
|
||||||
.adf-data-table tbody tr {
|
.adf-data-table tbody tr {
|
||||||
@ -2076,6 +2076,11 @@ adf-people-list /deep/ adf-datatable /deep/ td.mdl-data-table__cell--non-numeric
|
|||||||
padding-left: 24px; }
|
padding-left: 24px; }
|
||||||
.adf-data-table td:last-of-type, .adf-data-table th:last-of-type {
|
.adf-data-table td:last-of-type, .adf-data-table th:last-of-type {
|
||||||
padding-right: 24px; }
|
padding-right: 24px; }
|
||||||
|
.adf-data-table td:focus, .adf-data-table th:focus {
|
||||||
|
outline-offset: -1px;
|
||||||
|
outline-width: 1px;
|
||||||
|
outline-color: #448aff;
|
||||||
|
outline-style: solid; }
|
||||||
.adf-data-table td {
|
.adf-data-table td {
|
||||||
color: rgba(0, 0, 0, 0.87);
|
color: rgba(0, 0, 0, 0.87);
|
||||||
position: relative;
|
position: relative;
|
||||||
@ -2108,7 +2113,7 @@ adf-people-list /deep/ adf-datatable /deep/ td.mdl-data-table__cell--non-numeric
|
|||||||
letter-spacing: 0;
|
letter-spacing: 0;
|
||||||
height: 56px;
|
height: 56px;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
color: white;
|
color: rgba(0, 0, 0, 0.87);
|
||||||
padding-bottom: 8px;
|
padding-bottom: 8px;
|
||||||
box-sizing: border-box; }
|
box-sizing: border-box; }
|
||||||
.adf-data-table th.sortable {
|
.adf-data-table th.sortable {
|
||||||
@ -2188,30 +2193,23 @@ adf-people-list /deep/ adf-datatable /deep/ td.mdl-data-table__cell--non-numeric
|
|||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
height: 0;
|
height: 0;
|
||||||
display: block; }
|
display: block; }
|
||||||
|
.adf-data-table .sr-only {
|
||||||
/* Utils */
|
position: absolute;
|
||||||
/* [Accessibility] For screen reader only */
|
width: 1px;
|
||||||
:host .sr-only {
|
height: 1px;
|
||||||
position: absolute;
|
padding: 0;
|
||||||
width: 1px;
|
margin: -1px;
|
||||||
height: 1px;
|
overflow: hidden;
|
||||||
padding: 0;
|
clip: rect(0, 0, 0, 0);
|
||||||
margin: -1px;
|
border: 0; }
|
||||||
overflow: hidden;
|
.adf-data-table .hidden {
|
||||||
clip: rect(0, 0, 0, 0);
|
display: none; }
|
||||||
border: 0; }
|
@media all and (max-width: 768px) {
|
||||||
|
.adf-data-table .desktop-only {
|
||||||
.hidden {
|
display: none; } }
|
||||||
display: none; }
|
@media (max-device-width: 768px) {
|
||||||
|
.adf-data-table .desktop-only {
|
||||||
/* mobile phone */
|
display: none; } }
|
||||||
@media all and (max-width: 768px) {
|
|
||||||
.desktop-only {
|
|
||||||
display: none; } }
|
|
||||||
|
|
||||||
@media (max-device-width: 768px) {
|
|
||||||
.desktop-only {
|
|
||||||
display: none; } }
|
|
||||||
|
|
||||||
.adf-upload__dragging > td {
|
.adf-upload__dragging > td {
|
||||||
border-top: 1px dashed #448aff;
|
border-top: 1px dashed #448aff;
|
||||||
|
@ -1337,12 +1337,12 @@ input.mat-input-element:-webkit-autofill + .mat-input-placeholder .mat-placehold
|
|||||||
display: flex;
|
display: flex;
|
||||||
border-top: 1px solid rgba(0, 0, 0, 0.07);
|
border-top: 1px solid rgba(0, 0, 0, 0.07);
|
||||||
height: 48px;
|
height: 48px;
|
||||||
line-height: 48px;
|
line-height: 20px;
|
||||||
color: rgba(0, 0, 0, 0.87); }
|
color: rgba(0, 0, 0, 0.87); }
|
||||||
.adf-pagination__block {
|
.adf-pagination__block {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
padding: 0 12px;
|
padding: 0 8px;
|
||||||
border-right: 1px solid rgba(0, 0, 0, 0.07); }
|
border-right: 1px solid rgba(0, 0, 0, 0.07); }
|
||||||
.adf-pagination__block:first-child {
|
.adf-pagination__block:first-child {
|
||||||
flex: 1 1 auto;
|
flex: 1 1 auto;
|
||||||
@ -1494,8 +1494,6 @@ input.mat-input-element:-webkit-autofill + .mat-input-placeholder .mat-placehold
|
|||||||
.adf-hyperlink-widget {
|
.adf-hyperlink-widget {
|
||||||
padding: 0.4375em 0;
|
padding: 0.4375em 0;
|
||||||
border-top: 0.84375em solid transparent; }
|
border-top: 0.84375em solid transparent; }
|
||||||
.adf-hyperlink-widget .focus {
|
|
||||||
color: #8bc34a; }
|
|
||||||
.adf-hyperlink-widget a {
|
.adf-hyperlink-widget a {
|
||||||
color: #8bc34a; }
|
color: #8bc34a; }
|
||||||
|
|
||||||
@ -2002,23 +2000,22 @@ adf-people-list /deep/ adf-datatable /deep/ .people-pic {
|
|||||||
adf-people-list /deep/ adf-datatable /deep/ td.mdl-data-table__cell--non-numeric.non-selectable.data-cell {
|
adf-people-list /deep/ adf-datatable /deep/ td.mdl-data-table__cell--non-numeric.non-selectable.data-cell {
|
||||||
padding: 10px; }
|
padding: 10px; }
|
||||||
|
|
||||||
.mdl-list__item {
|
|
||||||
cursor: pointer; }
|
|
||||||
|
|
||||||
.adf-filters__entry {
|
.adf-filters__entry {
|
||||||
cursor: pointer; }
|
cursor: pointer;
|
||||||
|
font-size: 14px !important;
|
||||||
|
font-weight: bold;
|
||||||
|
opacity: .54;
|
||||||
|
padding-left: 30px; }
|
||||||
|
.adf-filters__entry .mat-list-item-content {
|
||||||
|
height: 34px; }
|
||||||
|
|
||||||
.adf-filters__entry-icon {
|
.adf-filters__entry-icon {
|
||||||
margin-right: 12px !important; }
|
padding-right: 12px !important;
|
||||||
|
padding-left: 0px !important; }
|
||||||
|
|
||||||
.adf-filters__entry.active {
|
.adf-filters__entry.active, .adf-filters__entry:hover {
|
||||||
color: #8bc34a; }
|
color: #8bc34a;
|
||||||
|
opacity: 1; }
|
||||||
.adf-filters__entry:hover {
|
|
||||||
opacity: 0.8; }
|
|
||||||
|
|
||||||
.adf-filters__entry.active .adf-filters__entry-icon {
|
|
||||||
color: #8bc34a; }
|
|
||||||
|
|
||||||
.adf-controls {
|
.adf-controls {
|
||||||
display: flex;
|
display: flex;
|
||||||
@ -2049,7 +2046,10 @@ adf-people-list /deep/ adf-datatable /deep/ td.mdl-data-table__cell--non-numeric
|
|||||||
border-collapse: unset;
|
border-collapse: unset;
|
||||||
border-spacing: 0;
|
border-spacing: 0;
|
||||||
/* Empty folder */
|
/* Empty folder */
|
||||||
/* Loading folder */ }
|
/* Loading folder */
|
||||||
|
/* [Accessibility] For screen reader only */
|
||||||
|
/* Utils */
|
||||||
|
/* mobile phone */ }
|
||||||
.adf-data-table thead {
|
.adf-data-table thead {
|
||||||
padding-bottom: 3px; }
|
padding-bottom: 3px; }
|
||||||
.adf-data-table tbody tr {
|
.adf-data-table tbody tr {
|
||||||
@ -2076,6 +2076,11 @@ adf-people-list /deep/ adf-datatable /deep/ td.mdl-data-table__cell--non-numeric
|
|||||||
padding-left: 24px; }
|
padding-left: 24px; }
|
||||||
.adf-data-table td:last-of-type, .adf-data-table th:last-of-type {
|
.adf-data-table td:last-of-type, .adf-data-table th:last-of-type {
|
||||||
padding-right: 24px; }
|
padding-right: 24px; }
|
||||||
|
.adf-data-table td:focus, .adf-data-table th:focus {
|
||||||
|
outline-offset: -1px;
|
||||||
|
outline-width: 1px;
|
||||||
|
outline-color: #448aff;
|
||||||
|
outline-style: solid; }
|
||||||
.adf-data-table td {
|
.adf-data-table td {
|
||||||
color: rgba(0, 0, 0, 0.87);
|
color: rgba(0, 0, 0, 0.87);
|
||||||
position: relative;
|
position: relative;
|
||||||
@ -2188,30 +2193,23 @@ adf-people-list /deep/ adf-datatable /deep/ td.mdl-data-table__cell--non-numeric
|
|||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
height: 0;
|
height: 0;
|
||||||
display: block; }
|
display: block; }
|
||||||
|
.adf-data-table .sr-only {
|
||||||
/* Utils */
|
position: absolute;
|
||||||
/* [Accessibility] For screen reader only */
|
width: 1px;
|
||||||
:host .sr-only {
|
height: 1px;
|
||||||
position: absolute;
|
padding: 0;
|
||||||
width: 1px;
|
margin: -1px;
|
||||||
height: 1px;
|
overflow: hidden;
|
||||||
padding: 0;
|
clip: rect(0, 0, 0, 0);
|
||||||
margin: -1px;
|
border: 0; }
|
||||||
overflow: hidden;
|
.adf-data-table .hidden {
|
||||||
clip: rect(0, 0, 0, 0);
|
display: none; }
|
||||||
border: 0; }
|
@media all and (max-width: 768px) {
|
||||||
|
.adf-data-table .desktop-only {
|
||||||
.hidden {
|
display: none; } }
|
||||||
display: none; }
|
@media (max-device-width: 768px) {
|
||||||
|
.adf-data-table .desktop-only {
|
||||||
/* mobile phone */
|
display: none; } }
|
||||||
@media all and (max-width: 768px) {
|
|
||||||
.desktop-only {
|
|
||||||
display: none; } }
|
|
||||||
|
|
||||||
@media (max-device-width: 768px) {
|
|
||||||
.desktop-only {
|
|
||||||
display: none; } }
|
|
||||||
|
|
||||||
.adf-upload__dragging > td {
|
.adf-upload__dragging > td {
|
||||||
border-top: 1px dashed #448aff;
|
border-top: 1px dashed #448aff;
|
||||||
|
@ -1337,12 +1337,12 @@ input.mat-input-element:-webkit-autofill + .mat-input-placeholder .mat-placehold
|
|||||||
display: flex;
|
display: flex;
|
||||||
border-top: 1px solid rgba(0, 0, 0, 0.07);
|
border-top: 1px solid rgba(0, 0, 0, 0.07);
|
||||||
height: 48px;
|
height: 48px;
|
||||||
line-height: 48px;
|
line-height: 20px;
|
||||||
color: rgba(0, 0, 0, 0.87); }
|
color: rgba(0, 0, 0, 0.87); }
|
||||||
.adf-pagination__block {
|
.adf-pagination__block {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
padding: 0 12px;
|
padding: 0 8px;
|
||||||
border-right: 1px solid rgba(0, 0, 0, 0.07); }
|
border-right: 1px solid rgba(0, 0, 0, 0.07); }
|
||||||
.adf-pagination__block:first-child {
|
.adf-pagination__block:first-child {
|
||||||
flex: 1 1 auto;
|
flex: 1 1 auto;
|
||||||
@ -1494,8 +1494,6 @@ input.mat-input-element:-webkit-autofill + .mat-input-placeholder .mat-placehold
|
|||||||
.adf-hyperlink-widget {
|
.adf-hyperlink-widget {
|
||||||
padding: 0.4375em 0;
|
padding: 0.4375em 0;
|
||||||
border-top: 0.84375em solid transparent; }
|
border-top: 0.84375em solid transparent; }
|
||||||
.adf-hyperlink-widget .focus {
|
|
||||||
color: #8bc34a; }
|
|
||||||
.adf-hyperlink-widget a {
|
.adf-hyperlink-widget a {
|
||||||
color: #8bc34a; }
|
color: #8bc34a; }
|
||||||
|
|
||||||
@ -2002,23 +2000,22 @@ adf-people-list /deep/ adf-datatable /deep/ .people-pic {
|
|||||||
adf-people-list /deep/ adf-datatable /deep/ td.mdl-data-table__cell--non-numeric.non-selectable.data-cell {
|
adf-people-list /deep/ adf-datatable /deep/ td.mdl-data-table__cell--non-numeric.non-selectable.data-cell {
|
||||||
padding: 10px; }
|
padding: 10px; }
|
||||||
|
|
||||||
.mdl-list__item {
|
|
||||||
cursor: pointer; }
|
|
||||||
|
|
||||||
.adf-filters__entry {
|
.adf-filters__entry {
|
||||||
cursor: pointer; }
|
cursor: pointer;
|
||||||
|
font-size: 14px !important;
|
||||||
|
font-weight: bold;
|
||||||
|
opacity: .54;
|
||||||
|
padding-left: 30px; }
|
||||||
|
.adf-filters__entry .mat-list-item-content {
|
||||||
|
height: 34px; }
|
||||||
|
|
||||||
.adf-filters__entry-icon {
|
.adf-filters__entry-icon {
|
||||||
margin-right: 12px !important; }
|
padding-right: 12px !important;
|
||||||
|
padding-left: 0px !important; }
|
||||||
|
|
||||||
.adf-filters__entry.active {
|
.adf-filters__entry.active, .adf-filters__entry:hover {
|
||||||
color: #8bc34a; }
|
color: #8bc34a;
|
||||||
|
opacity: 1; }
|
||||||
.adf-filters__entry:hover {
|
|
||||||
opacity: 0.8; }
|
|
||||||
|
|
||||||
.adf-filters__entry.active .adf-filters__entry-icon {
|
|
||||||
color: #8bc34a; }
|
|
||||||
|
|
||||||
.adf-controls {
|
.adf-controls {
|
||||||
display: flex;
|
display: flex;
|
||||||
@ -2049,7 +2046,10 @@ adf-people-list /deep/ adf-datatable /deep/ td.mdl-data-table__cell--non-numeric
|
|||||||
border-collapse: unset;
|
border-collapse: unset;
|
||||||
border-spacing: 0;
|
border-spacing: 0;
|
||||||
/* Empty folder */
|
/* Empty folder */
|
||||||
/* Loading folder */ }
|
/* Loading folder */
|
||||||
|
/* [Accessibility] For screen reader only */
|
||||||
|
/* Utils */
|
||||||
|
/* mobile phone */ }
|
||||||
.adf-data-table thead {
|
.adf-data-table thead {
|
||||||
padding-bottom: 3px; }
|
padding-bottom: 3px; }
|
||||||
.adf-data-table tbody tr {
|
.adf-data-table tbody tr {
|
||||||
@ -2076,6 +2076,11 @@ adf-people-list /deep/ adf-datatable /deep/ td.mdl-data-table__cell--non-numeric
|
|||||||
padding-left: 24px; }
|
padding-left: 24px; }
|
||||||
.adf-data-table td:last-of-type, .adf-data-table th:last-of-type {
|
.adf-data-table td:last-of-type, .adf-data-table th:last-of-type {
|
||||||
padding-right: 24px; }
|
padding-right: 24px; }
|
||||||
|
.adf-data-table td:focus, .adf-data-table th:focus {
|
||||||
|
outline-offset: -1px;
|
||||||
|
outline-width: 1px;
|
||||||
|
outline-color: #448aff;
|
||||||
|
outline-style: solid; }
|
||||||
.adf-data-table td {
|
.adf-data-table td {
|
||||||
color: rgba(0, 0, 0, 0.87);
|
color: rgba(0, 0, 0, 0.87);
|
||||||
position: relative;
|
position: relative;
|
||||||
@ -2188,30 +2193,23 @@ adf-people-list /deep/ adf-datatable /deep/ td.mdl-data-table__cell--non-numeric
|
|||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
height: 0;
|
height: 0;
|
||||||
display: block; }
|
display: block; }
|
||||||
|
.adf-data-table .sr-only {
|
||||||
/* Utils */
|
position: absolute;
|
||||||
/* [Accessibility] For screen reader only */
|
width: 1px;
|
||||||
:host .sr-only {
|
height: 1px;
|
||||||
position: absolute;
|
padding: 0;
|
||||||
width: 1px;
|
margin: -1px;
|
||||||
height: 1px;
|
overflow: hidden;
|
||||||
padding: 0;
|
clip: rect(0, 0, 0, 0);
|
||||||
margin: -1px;
|
border: 0; }
|
||||||
overflow: hidden;
|
.adf-data-table .hidden {
|
||||||
clip: rect(0, 0, 0, 0);
|
display: none; }
|
||||||
border: 0; }
|
@media all and (max-width: 768px) {
|
||||||
|
.adf-data-table .desktop-only {
|
||||||
.hidden {
|
display: none; } }
|
||||||
display: none; }
|
@media (max-device-width: 768px) {
|
||||||
|
.adf-data-table .desktop-only {
|
||||||
/* mobile phone */
|
display: none; } }
|
||||||
@media all and (max-width: 768px) {
|
|
||||||
.desktop-only {
|
|
||||||
display: none; } }
|
|
||||||
|
|
||||||
@media (max-device-width: 768px) {
|
|
||||||
.desktop-only {
|
|
||||||
display: none; } }
|
|
||||||
|
|
||||||
.adf-upload__dragging > td {
|
.adf-upload__dragging > td {
|
||||||
border-top: 1px dashed #448aff;
|
border-top: 1px dashed #448aff;
|
||||||
|
@ -1337,12 +1337,12 @@ input.mat-input-element:-webkit-autofill + .mat-input-placeholder .mat-placehold
|
|||||||
display: flex;
|
display: flex;
|
||||||
border-top: 1px solid rgba(0, 0, 0, 0.07);
|
border-top: 1px solid rgba(0, 0, 0, 0.07);
|
||||||
height: 48px;
|
height: 48px;
|
||||||
line-height: 48px;
|
line-height: 20px;
|
||||||
color: rgba(255, 255, 255, 0.87); }
|
color: rgba(0, 0, 0, 0.87); }
|
||||||
.adf-pagination__block {
|
.adf-pagination__block {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
padding: 0 12px;
|
padding: 0 8px;
|
||||||
border-right: 1px solid rgba(0, 0, 0, 0.07); }
|
border-right: 1px solid rgba(0, 0, 0, 0.07); }
|
||||||
.adf-pagination__block:first-child {
|
.adf-pagination__block:first-child {
|
||||||
flex: 1 1 auto;
|
flex: 1 1 auto;
|
||||||
@ -1494,8 +1494,6 @@ input.mat-input-element:-webkit-autofill + .mat-input-placeholder .mat-placehold
|
|||||||
.adf-hyperlink-widget {
|
.adf-hyperlink-widget {
|
||||||
padding: 0.4375em 0;
|
padding: 0.4375em 0;
|
||||||
border-top: 0.84375em solid transparent; }
|
border-top: 0.84375em solid transparent; }
|
||||||
.adf-hyperlink-widget .focus {
|
|
||||||
color: #3f51b5; }
|
|
||||||
.adf-hyperlink-widget a {
|
.adf-hyperlink-widget a {
|
||||||
color: #3f51b5; }
|
color: #3f51b5; }
|
||||||
|
|
||||||
@ -2002,23 +2000,22 @@ adf-people-list /deep/ adf-datatable /deep/ .people-pic {
|
|||||||
adf-people-list /deep/ adf-datatable /deep/ td.mdl-data-table__cell--non-numeric.non-selectable.data-cell {
|
adf-people-list /deep/ adf-datatable /deep/ td.mdl-data-table__cell--non-numeric.non-selectable.data-cell {
|
||||||
padding: 10px; }
|
padding: 10px; }
|
||||||
|
|
||||||
.mdl-list__item {
|
|
||||||
cursor: pointer; }
|
|
||||||
|
|
||||||
.adf-filters__entry {
|
.adf-filters__entry {
|
||||||
cursor: pointer; }
|
cursor: pointer;
|
||||||
|
font-size: 14px !important;
|
||||||
|
font-weight: bold;
|
||||||
|
opacity: .54;
|
||||||
|
padding-left: 30px; }
|
||||||
|
.adf-filters__entry .mat-list-item-content {
|
||||||
|
height: 34px; }
|
||||||
|
|
||||||
.adf-filters__entry-icon {
|
.adf-filters__entry-icon {
|
||||||
margin-right: 12px !important; }
|
padding-right: 12px !important;
|
||||||
|
padding-left: 0px !important; }
|
||||||
|
|
||||||
.adf-filters__entry.active {
|
.adf-filters__entry.active, .adf-filters__entry:hover {
|
||||||
color: #3f51b5; }
|
color: #3f51b5;
|
||||||
|
opacity: 1; }
|
||||||
.adf-filters__entry:hover {
|
|
||||||
opacity: 0.8; }
|
|
||||||
|
|
||||||
.adf-filters__entry.active .adf-filters__entry-icon {
|
|
||||||
color: #3f51b5; }
|
|
||||||
|
|
||||||
.adf-controls {
|
.adf-controls {
|
||||||
display: flex;
|
display: flex;
|
||||||
@ -2049,7 +2046,10 @@ adf-people-list /deep/ adf-datatable /deep/ td.mdl-data-table__cell--non-numeric
|
|||||||
border-collapse: unset;
|
border-collapse: unset;
|
||||||
border-spacing: 0;
|
border-spacing: 0;
|
||||||
/* Empty folder */
|
/* Empty folder */
|
||||||
/* Loading folder */ }
|
/* Loading folder */
|
||||||
|
/* [Accessibility] For screen reader only */
|
||||||
|
/* Utils */
|
||||||
|
/* mobile phone */ }
|
||||||
.adf-data-table thead {
|
.adf-data-table thead {
|
||||||
padding-bottom: 3px; }
|
padding-bottom: 3px; }
|
||||||
.adf-data-table tbody tr {
|
.adf-data-table tbody tr {
|
||||||
@ -2076,6 +2076,11 @@ adf-people-list /deep/ adf-datatable /deep/ td.mdl-data-table__cell--non-numeric
|
|||||||
padding-left: 24px; }
|
padding-left: 24px; }
|
||||||
.adf-data-table td:last-of-type, .adf-data-table th:last-of-type {
|
.adf-data-table td:last-of-type, .adf-data-table th:last-of-type {
|
||||||
padding-right: 24px; }
|
padding-right: 24px; }
|
||||||
|
.adf-data-table td:focus, .adf-data-table th:focus {
|
||||||
|
outline-offset: -1px;
|
||||||
|
outline-width: 1px;
|
||||||
|
outline-color: #448aff;
|
||||||
|
outline-style: solid; }
|
||||||
.adf-data-table td {
|
.adf-data-table td {
|
||||||
color: rgba(0, 0, 0, 0.87);
|
color: rgba(0, 0, 0, 0.87);
|
||||||
position: relative;
|
position: relative;
|
||||||
@ -2108,7 +2113,7 @@ adf-people-list /deep/ adf-datatable /deep/ td.mdl-data-table__cell--non-numeric
|
|||||||
letter-spacing: 0;
|
letter-spacing: 0;
|
||||||
height: 56px;
|
height: 56px;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: rgba(0, 0, 0, 0.87);
|
||||||
padding-bottom: 8px;
|
padding-bottom: 8px;
|
||||||
box-sizing: border-box; }
|
box-sizing: border-box; }
|
||||||
.adf-data-table th.sortable {
|
.adf-data-table th.sortable {
|
||||||
@ -2188,30 +2193,23 @@ adf-people-list /deep/ adf-datatable /deep/ td.mdl-data-table__cell--non-numeric
|
|||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
height: 0;
|
height: 0;
|
||||||
display: block; }
|
display: block; }
|
||||||
|
.adf-data-table .sr-only {
|
||||||
/* Utils */
|
position: absolute;
|
||||||
/* [Accessibility] For screen reader only */
|
width: 1px;
|
||||||
:host .sr-only {
|
height: 1px;
|
||||||
position: absolute;
|
padding: 0;
|
||||||
width: 1px;
|
margin: -1px;
|
||||||
height: 1px;
|
overflow: hidden;
|
||||||
padding: 0;
|
clip: rect(0, 0, 0, 0);
|
||||||
margin: -1px;
|
border: 0; }
|
||||||
overflow: hidden;
|
.adf-data-table .hidden {
|
||||||
clip: rect(0, 0, 0, 0);
|
display: none; }
|
||||||
border: 0; }
|
@media all and (max-width: 768px) {
|
||||||
|
.adf-data-table .desktop-only {
|
||||||
.hidden {
|
display: none; } }
|
||||||
display: none; }
|
@media (max-device-width: 768px) {
|
||||||
|
.adf-data-table .desktop-only {
|
||||||
/* mobile phone */
|
display: none; } }
|
||||||
@media all and (max-width: 768px) {
|
|
||||||
.desktop-only {
|
|
||||||
display: none; } }
|
|
||||||
|
|
||||||
@media (max-device-width: 768px) {
|
|
||||||
.desktop-only {
|
|
||||||
display: none; } }
|
|
||||||
|
|
||||||
.adf-upload__dragging > td {
|
.adf-upload__dragging > td {
|
||||||
border-top: 1px dashed #448aff;
|
border-top: 1px dashed #448aff;
|
||||||
|
@ -1337,12 +1337,12 @@ input.mat-input-element:-webkit-autofill + .mat-input-placeholder .mat-placehold
|
|||||||
display: flex;
|
display: flex;
|
||||||
border-top: 1px solid rgba(255, 255, 255, 0.07);
|
border-top: 1px solid rgba(255, 255, 255, 0.07);
|
||||||
height: 48px;
|
height: 48px;
|
||||||
line-height: 48px;
|
line-height: 20px;
|
||||||
color: rgba(255, 255, 255, 0.87); }
|
color: white; }
|
||||||
.adf-pagination__block {
|
.adf-pagination__block {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
padding: 0 12px;
|
padding: 0 8px;
|
||||||
border-right: 1px solid rgba(255, 255, 255, 0.07); }
|
border-right: 1px solid rgba(255, 255, 255, 0.07); }
|
||||||
.adf-pagination__block:first-child {
|
.adf-pagination__block:first-child {
|
||||||
flex: 1 1 auto;
|
flex: 1 1 auto;
|
||||||
@ -1494,8 +1494,6 @@ input.mat-input-element:-webkit-autofill + .mat-input-placeholder .mat-placehold
|
|||||||
.adf-hyperlink-widget {
|
.adf-hyperlink-widget {
|
||||||
padding: 0.4375em 0;
|
padding: 0.4375em 0;
|
||||||
border-top: 0.84375em solid transparent; }
|
border-top: 0.84375em solid transparent; }
|
||||||
.adf-hyperlink-widget .focus {
|
|
||||||
color: #c2185b; }
|
|
||||||
.adf-hyperlink-widget a {
|
.adf-hyperlink-widget a {
|
||||||
color: #c2185b; }
|
color: #c2185b; }
|
||||||
|
|
||||||
@ -2002,23 +2000,22 @@ adf-people-list /deep/ adf-datatable /deep/ .people-pic {
|
|||||||
adf-people-list /deep/ adf-datatable /deep/ td.mdl-data-table__cell--non-numeric.non-selectable.data-cell {
|
adf-people-list /deep/ adf-datatable /deep/ td.mdl-data-table__cell--non-numeric.non-selectable.data-cell {
|
||||||
padding: 10px; }
|
padding: 10px; }
|
||||||
|
|
||||||
.mdl-list__item {
|
|
||||||
cursor: pointer; }
|
|
||||||
|
|
||||||
.adf-filters__entry {
|
.adf-filters__entry {
|
||||||
cursor: pointer; }
|
cursor: pointer;
|
||||||
|
font-size: 14px !important;
|
||||||
|
font-weight: bold;
|
||||||
|
opacity: .54;
|
||||||
|
padding-left: 30px; }
|
||||||
|
.adf-filters__entry .mat-list-item-content {
|
||||||
|
height: 34px; }
|
||||||
|
|
||||||
.adf-filters__entry-icon {
|
.adf-filters__entry-icon {
|
||||||
margin-right: 12px !important; }
|
padding-right: 12px !important;
|
||||||
|
padding-left: 0px !important; }
|
||||||
|
|
||||||
.adf-filters__entry.active {
|
.adf-filters__entry.active, .adf-filters__entry:hover {
|
||||||
color: #c2185b; }
|
color: #c2185b;
|
||||||
|
opacity: 1; }
|
||||||
.adf-filters__entry:hover {
|
|
||||||
opacity: 0.8; }
|
|
||||||
|
|
||||||
.adf-filters__entry.active .adf-filters__entry-icon {
|
|
||||||
color: #c2185b; }
|
|
||||||
|
|
||||||
.adf-controls {
|
.adf-controls {
|
||||||
display: flex;
|
display: flex;
|
||||||
@ -2049,7 +2046,10 @@ adf-people-list /deep/ adf-datatable /deep/ td.mdl-data-table__cell--non-numeric
|
|||||||
border-collapse: unset;
|
border-collapse: unset;
|
||||||
border-spacing: 0;
|
border-spacing: 0;
|
||||||
/* Empty folder */
|
/* Empty folder */
|
||||||
/* Loading folder */ }
|
/* Loading folder */
|
||||||
|
/* [Accessibility] For screen reader only */
|
||||||
|
/* Utils */
|
||||||
|
/* mobile phone */ }
|
||||||
.adf-data-table thead {
|
.adf-data-table thead {
|
||||||
padding-bottom: 3px; }
|
padding-bottom: 3px; }
|
||||||
.adf-data-table tbody tr {
|
.adf-data-table tbody tr {
|
||||||
@ -2076,6 +2076,11 @@ adf-people-list /deep/ adf-datatable /deep/ td.mdl-data-table__cell--non-numeric
|
|||||||
padding-left: 24px; }
|
padding-left: 24px; }
|
||||||
.adf-data-table td:last-of-type, .adf-data-table th:last-of-type {
|
.adf-data-table td:last-of-type, .adf-data-table th:last-of-type {
|
||||||
padding-right: 24px; }
|
padding-right: 24px; }
|
||||||
|
.adf-data-table td:focus, .adf-data-table th:focus {
|
||||||
|
outline-offset: -1px;
|
||||||
|
outline-width: 1px;
|
||||||
|
outline-color: #448aff;
|
||||||
|
outline-style: solid; }
|
||||||
.adf-data-table td {
|
.adf-data-table td {
|
||||||
color: white;
|
color: white;
|
||||||
position: relative;
|
position: relative;
|
||||||
@ -2108,7 +2113,7 @@ adf-people-list /deep/ adf-datatable /deep/ td.mdl-data-table__cell--non-numeric
|
|||||||
letter-spacing: 0;
|
letter-spacing: 0;
|
||||||
height: 56px;
|
height: 56px;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: white;
|
||||||
padding-bottom: 8px;
|
padding-bottom: 8px;
|
||||||
box-sizing: border-box; }
|
box-sizing: border-box; }
|
||||||
.adf-data-table th.sortable {
|
.adf-data-table th.sortable {
|
||||||
@ -2188,30 +2193,23 @@ adf-people-list /deep/ adf-datatable /deep/ td.mdl-data-table__cell--non-numeric
|
|||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
height: 0;
|
height: 0;
|
||||||
display: block; }
|
display: block; }
|
||||||
|
.adf-data-table .sr-only {
|
||||||
/* Utils */
|
position: absolute;
|
||||||
/* [Accessibility] For screen reader only */
|
width: 1px;
|
||||||
:host .sr-only {
|
height: 1px;
|
||||||
position: absolute;
|
padding: 0;
|
||||||
width: 1px;
|
margin: -1px;
|
||||||
height: 1px;
|
overflow: hidden;
|
||||||
padding: 0;
|
clip: rect(0, 0, 0, 0);
|
||||||
margin: -1px;
|
border: 0; }
|
||||||
overflow: hidden;
|
.adf-data-table .hidden {
|
||||||
clip: rect(0, 0, 0, 0);
|
display: none; }
|
||||||
border: 0; }
|
@media all and (max-width: 768px) {
|
||||||
|
.adf-data-table .desktop-only {
|
||||||
.hidden {
|
display: none; } }
|
||||||
display: none; }
|
@media (max-device-width: 768px) {
|
||||||
|
.adf-data-table .desktop-only {
|
||||||
/* mobile phone */
|
display: none; } }
|
||||||
@media all and (max-width: 768px) {
|
|
||||||
.desktop-only {
|
|
||||||
display: none; } }
|
|
||||||
|
|
||||||
@media (max-device-width: 768px) {
|
|
||||||
.desktop-only {
|
|
||||||
display: none; } }
|
|
||||||
|
|
||||||
.adf-upload__dragging > td {
|
.adf-upload__dragging > td {
|
||||||
border-top: 1px dashed #448aff;
|
border-top: 1px dashed #448aff;
|
||||||
|
@ -1337,12 +1337,12 @@ input.mat-input-element:-webkit-autofill + .mat-input-placeholder .mat-placehold
|
|||||||
display: flex;
|
display: flex;
|
||||||
border-top: 1px solid rgba(255, 255, 255, 0.07);
|
border-top: 1px solid rgba(255, 255, 255, 0.07);
|
||||||
height: 48px;
|
height: 48px;
|
||||||
line-height: 48px;
|
line-height: 20px;
|
||||||
color: rgba(255, 255, 255, 0.87); }
|
color: white; }
|
||||||
.adf-pagination__block {
|
.adf-pagination__block {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
padding: 0 12px;
|
padding: 0 8px;
|
||||||
border-right: 1px solid rgba(255, 255, 255, 0.07); }
|
border-right: 1px solid rgba(255, 255, 255, 0.07); }
|
||||||
.adf-pagination__block:first-child {
|
.adf-pagination__block:first-child {
|
||||||
flex: 1 1 auto;
|
flex: 1 1 auto;
|
||||||
@ -1494,8 +1494,6 @@ input.mat-input-element:-webkit-autofill + .mat-input-placeholder .mat-placehold
|
|||||||
.adf-hyperlink-widget {
|
.adf-hyperlink-widget {
|
||||||
padding: 0.4375em 0;
|
padding: 0.4375em 0;
|
||||||
border-top: 0.84375em solid transparent; }
|
border-top: 0.84375em solid transparent; }
|
||||||
.adf-hyperlink-widget .focus {
|
|
||||||
color: #7b1fa2; }
|
|
||||||
.adf-hyperlink-widget a {
|
.adf-hyperlink-widget a {
|
||||||
color: #7b1fa2; }
|
color: #7b1fa2; }
|
||||||
|
|
||||||
@ -2002,23 +2000,22 @@ adf-people-list /deep/ adf-datatable /deep/ .people-pic {
|
|||||||
adf-people-list /deep/ adf-datatable /deep/ td.mdl-data-table__cell--non-numeric.non-selectable.data-cell {
|
adf-people-list /deep/ adf-datatable /deep/ td.mdl-data-table__cell--non-numeric.non-selectable.data-cell {
|
||||||
padding: 10px; }
|
padding: 10px; }
|
||||||
|
|
||||||
.mdl-list__item {
|
|
||||||
cursor: pointer; }
|
|
||||||
|
|
||||||
.adf-filters__entry {
|
.adf-filters__entry {
|
||||||
cursor: pointer; }
|
cursor: pointer;
|
||||||
|
font-size: 14px !important;
|
||||||
|
font-weight: bold;
|
||||||
|
opacity: .54;
|
||||||
|
padding-left: 30px; }
|
||||||
|
.adf-filters__entry .mat-list-item-content {
|
||||||
|
height: 34px; }
|
||||||
|
|
||||||
.adf-filters__entry-icon {
|
.adf-filters__entry-icon {
|
||||||
margin-right: 12px !important; }
|
padding-right: 12px !important;
|
||||||
|
padding-left: 0px !important; }
|
||||||
|
|
||||||
.adf-filters__entry.active {
|
.adf-filters__entry.active, .adf-filters__entry:hover {
|
||||||
color: #7b1fa2; }
|
color: #7b1fa2;
|
||||||
|
opacity: 1; }
|
||||||
.adf-filters__entry:hover {
|
|
||||||
opacity: 0.8; }
|
|
||||||
|
|
||||||
.adf-filters__entry.active .adf-filters__entry-icon {
|
|
||||||
color: #7b1fa2; }
|
|
||||||
|
|
||||||
.adf-controls {
|
.adf-controls {
|
||||||
display: flex;
|
display: flex;
|
||||||
@ -2049,7 +2046,10 @@ adf-people-list /deep/ adf-datatable /deep/ td.mdl-data-table__cell--non-numeric
|
|||||||
border-collapse: unset;
|
border-collapse: unset;
|
||||||
border-spacing: 0;
|
border-spacing: 0;
|
||||||
/* Empty folder */
|
/* Empty folder */
|
||||||
/* Loading folder */ }
|
/* Loading folder */
|
||||||
|
/* [Accessibility] For screen reader only */
|
||||||
|
/* Utils */
|
||||||
|
/* mobile phone */ }
|
||||||
.adf-data-table thead {
|
.adf-data-table thead {
|
||||||
padding-bottom: 3px; }
|
padding-bottom: 3px; }
|
||||||
.adf-data-table tbody tr {
|
.adf-data-table tbody tr {
|
||||||
@ -2076,6 +2076,11 @@ adf-people-list /deep/ adf-datatable /deep/ td.mdl-data-table__cell--non-numeric
|
|||||||
padding-left: 24px; }
|
padding-left: 24px; }
|
||||||
.adf-data-table td:last-of-type, .adf-data-table th:last-of-type {
|
.adf-data-table td:last-of-type, .adf-data-table th:last-of-type {
|
||||||
padding-right: 24px; }
|
padding-right: 24px; }
|
||||||
|
.adf-data-table td:focus, .adf-data-table th:focus {
|
||||||
|
outline-offset: -1px;
|
||||||
|
outline-width: 1px;
|
||||||
|
outline-color: #448aff;
|
||||||
|
outline-style: solid; }
|
||||||
.adf-data-table td {
|
.adf-data-table td {
|
||||||
color: white;
|
color: white;
|
||||||
position: relative;
|
position: relative;
|
||||||
@ -2108,7 +2113,7 @@ adf-people-list /deep/ adf-datatable /deep/ td.mdl-data-table__cell--non-numeric
|
|||||||
letter-spacing: 0;
|
letter-spacing: 0;
|
||||||
height: 56px;
|
height: 56px;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
color: rgba(255, 255, 255, 0.87);
|
color: white;
|
||||||
padding-bottom: 8px;
|
padding-bottom: 8px;
|
||||||
box-sizing: border-box; }
|
box-sizing: border-box; }
|
||||||
.adf-data-table th.sortable {
|
.adf-data-table th.sortable {
|
||||||
@ -2188,30 +2193,23 @@ adf-people-list /deep/ adf-datatable /deep/ td.mdl-data-table__cell--non-numeric
|
|||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
height: 0;
|
height: 0;
|
||||||
display: block; }
|
display: block; }
|
||||||
|
.adf-data-table .sr-only {
|
||||||
/* Utils */
|
position: absolute;
|
||||||
/* [Accessibility] For screen reader only */
|
width: 1px;
|
||||||
:host .sr-only {
|
height: 1px;
|
||||||
position: absolute;
|
padding: 0;
|
||||||
width: 1px;
|
margin: -1px;
|
||||||
height: 1px;
|
overflow: hidden;
|
||||||
padding: 0;
|
clip: rect(0, 0, 0, 0);
|
||||||
margin: -1px;
|
border: 0; }
|
||||||
overflow: hidden;
|
.adf-data-table .hidden {
|
||||||
clip: rect(0, 0, 0, 0);
|
display: none; }
|
||||||
border: 0; }
|
@media all and (max-width: 768px) {
|
||||||
|
.adf-data-table .desktop-only {
|
||||||
.hidden {
|
display: none; } }
|
||||||
display: none; }
|
@media (max-device-width: 768px) {
|
||||||
|
.adf-data-table .desktop-only {
|
||||||
/* mobile phone */
|
display: none; } }
|
||||||
@media all and (max-width: 768px) {
|
|
||||||
.desktop-only {
|
|
||||||
display: none; } }
|
|
||||||
|
|
||||||
@media (max-device-width: 768px) {
|
|
||||||
.desktop-only {
|
|
||||||
display: none; } }
|
|
||||||
|
|
||||||
.adf-upload__dragging > td {
|
.adf-upload__dragging > td {
|
||||||
border-top: 1px dashed #448aff;
|
border-top: 1px dashed #448aff;
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
&__block {
|
&__block {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
padding: 0 12px;
|
padding: 0 8px;
|
||||||
border-right: $adf-pagination--border;
|
border-right: $adf-pagination--border;
|
||||||
|
|
||||||
&:first-child {
|
&:first-child {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user