mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-31 17:38:28 +00:00
[ACA-2330] fix document-list styling (#1062)
* [ACA-2330] fix DL display - enable single click tests * [ACA-2330] fix locked-by item display * [ACA-2330] set text color and padding on DL * [ACA-2330] fix ellipsis on name column text * [ACA-2330] apply fix to library-name-column also - fixes failing test on libraries DL * [ACA-2330] set scss variables * [ACA-2330] fix wrong variable names * [ACA-2330] decrease thumbnail width * [ACA-2330] enable related tests
This commit is contained in:
committed by
Denys Vuika
parent
35c84bdd0c
commit
8d02203a54
@@ -1,10 +1,11 @@
|
||||
.aca-name-column-container {
|
||||
aca-locked-by {
|
||||
position: absolute;
|
||||
top: 10px;
|
||||
left: -4px;
|
||||
top: 35px;
|
||||
left: 13px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
color: rgba(0, 0, 0, 0.54);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user