mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
Fixed layout issue with file list
This commit is contained in:
@@ -55,10 +55,10 @@
|
|||||||
top: calc(50% - 8px);
|
top: calc(50% - 8px);
|
||||||
}
|
}
|
||||||
|
|
||||||
ul { list-style-type: none; overflow: hidden; margin:10px}
|
.iron-list ul { list-style-type: none; overflow: hidden; margin:10px}
|
||||||
ul li div.text{ float:left; text-align: left;height: 55px }
|
.iron-list ul li div.text{ float:left; text-align: left;height: 55px }
|
||||||
ul li div.folder-container{ float:left; width: 70px;text-align: left ;height: 55px}
|
.iron-list ul li div.folder-container{ float:left; width: 70px;text-align: left ;height: 55px}
|
||||||
ul li:hover { background: #eeeeee; height: 55px}
|
.iron-list ul li:hover { background: #eeeeee; height: 55px}
|
||||||
.file{
|
.file{
|
||||||
width: 52px;
|
width: 52px;
|
||||||
height: 52px;
|
height: 52px;
|
||||||
|
Reference in New Issue
Block a user