fix lockby position (#986)

This commit is contained in:
Cilibiu Bogdan
2019-03-04 15:17:26 +02:00
committed by Denys Vuika
parent ab860cf7b2
commit 69632b4aed
3 changed files with 13 additions and 8 deletions

View File

@@ -1,8 +1,8 @@
.aca-locked-by { .aca-locked-by {
.locked_by--icon { .locked_by--icon {
font-size: 16px; font-size: 14px;
width: 16px; width: 14px;
height: 16px; height: 14px;
} }
.locked_by--name { .locked_by--name {

View File

@@ -1,11 +1,8 @@
.aca-name-column-container { .aca-name-column-container {
.adf-datatable-cell {
top: 8px;
}
aca-locked-by { aca-locked-by {
position: absolute; position: absolute;
bottom: 6px; top: 10px;
left: -4px;
display: flex; display: flex;
align-items: center; align-items: center;
} }

View File

@@ -32,6 +32,14 @@
} }
} }
.adf-cell-container {
position: relative;
}
.adf-data-table-cell {
height: 56px;
}
.adf-datatable-table-cell-header:focus { .adf-datatable-table-cell-header:focus {
outline: none !important; outline: none !important;
} }