Skip to content

Commit

Permalink
Configuration button aligned (#206)
Browse files Browse the repository at this point in the history
* button align on table fixed

* button aligned
  • Loading branch information
javierFernandezMendez authored Mar 31, 2023
1 parent 701894a commit b305534
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</div>
<o-table content #table attr="table" title="CUSTOMERS" horizontal-scroll="yes" [static-data]="data"
columns="CUSTOMERID;PHOTO;NAME;SURNAME;STARTDATE;ADDRESS;NOTES" visible-columns="PHOTO;NAME;SURNAME;STARTDATE;ADDRESS;NOTES" query-on-init="no"
insert-button="no" delete-button="no" refresh-button="no" pagination-controls="no" export-button="no" layout-padding edition-mode="none"
insert-button="no" delete-button="no" refresh-button="no" pagination-controls="no" export-button="no" edition-mode="none"
detail-mode="none">
<o-table-column attr="PHOTO" orderable="no" searchable="no" width="64px">
<o-table-cell-renderer-image image-type="base64" empty-image="assets/images/no-image.png" avatar="yes">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,21 @@ list-item-avatar {
.conf-btn {
transform: rotate(-90deg) translate(-67px, -59px);
height: fit-content;
}

list-item-text,
list-item-avatar,
list-item-card,
list-item-card-image {
.conf-btn {
transform: rotate(-90deg) translate(-74px, -59px);
height: fit-content;
}
}

grid {
.conf-btn {
transform: rotate(-90deg) translate(-59px, -59px);
height: fit-content;
}
}

0 comments on commit b305534

Please sign in to comment.