From 6d5a1ffeaf496d4a95fb673cec93c0e8fa951f16 Mon Sep 17 00:00:00 2001 From: Denys Vuika Date: Fri, 8 Apr 2016 11:31:44 +0100 Subject: [PATCH] Fixed layout issue with file list --- .../alfresco-file-list/src/alfresco-file-list.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/demo-shell-ng2/webcomponents/alfresco-file-list/src/alfresco-file-list.html b/demo-shell-ng2/webcomponents/alfresco-file-list/src/alfresco-file-list.html index 8523187374..450d05aa62 100644 --- a/demo-shell-ng2/webcomponents/alfresco-file-list/src/alfresco-file-list.html +++ b/demo-shell-ng2/webcomponents/alfresco-file-list/src/alfresco-file-list.html @@ -55,10 +55,10 @@ top: calc(50% - 8px); } - ul { list-style-type: none; overflow: hidden; margin:10px} - 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} - ul li:hover { background: #eeeeee; height: 55px} + .iron-list ul { list-style-type: none; overflow: hidden; margin:10px} + .iron-list ul li div.text{ float:left; text-align: left;height: 55px } + .iron-list ul li div.folder-container{ float:left; width: 70px;text-align: left ;height: 55px} + .iron-list ul li:hover { background: #eeeeee; height: 55px} .file{ width: 52px; height: 52px;