mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-31 17:38:28 +00:00
fix lockby position (#986)
This commit is contained in:
committed by
Denys Vuika
parent
ab860cf7b2
commit
69632b4aed
@@ -1,8 +1,8 @@
|
||||
.aca-locked-by {
|
||||
.locked_by--icon {
|
||||
font-size: 16px;
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
font-size: 14px;
|
||||
width: 14px;
|
||||
height: 14px;
|
||||
}
|
||||
|
||||
.locked_by--name {
|
||||
|
@@ -1,11 +1,8 @@
|
||||
.aca-name-column-container {
|
||||
.adf-datatable-cell {
|
||||
top: 8px;
|
||||
}
|
||||
|
||||
aca-locked-by {
|
||||
position: absolute;
|
||||
bottom: 6px;
|
||||
top: 10px;
|
||||
left: -4px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
Reference in New Issue
Block a user