From d8a64f987a3d0342d8eb3d2a94f087d1b50e26ab Mon Sep 17 00:00:00 2001 From: Mario Romano Date: Fri, 8 Apr 2016 12:26:48 +0100 Subject: [PATCH] update file list --- .../src/alfresco-file-list.html | 25 +++--- react-app/.idea/workspace.xml | 82 ++++++++++++++----- .../src/alfresco-file-list.html | 25 +++--- .../src/alfresco-file-list.html | 8 +- 4 files changed, 92 insertions(+), 48 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 b37e6375c6..a29ba75423 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; @@ -142,7 +142,7 @@