From d7c1c4bc4c91f39e42c076d9cf837032a57f2fd2 Mon Sep 17 00:00:00 2001 From: Mario Romano Date: Fri, 8 Apr 2016 12:13:32 +0100 Subject: [PATCH] update file list angular 2 --- .../app/template/single.component.html | 2 +- .../src/alfresco-file-list.html | 64 ++++++++++++++-- react-app/.idea/workspace.xml | 74 +++---------------- 3 files changed, 66 insertions(+), 74 deletions(-) diff --git a/demo-shell-ng2/app/template/single.component.html b/demo-shell-ng2/app/template/single.component.html index 6da93bc27b..5a0a59db39 100644 --- a/demo-shell-ng2/app/template/single.component.html +++ b/demo-shell-ng2/app/template/single.component.html @@ -1,6 +1,6 @@
- Choose File +
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 450d05aa62..b37e6375c6 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); } - .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} + 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} .file{ width: 52px; height: 52px; @@ -88,6 +88,32 @@ padding: 0px; } + .breadcrumb { + font-family: sans-serif; + font-size: 12px; + padding-left: 11px; + height: 28px; + width: auto; + } + + .folder-breadcrumb-img{ + float: left; + text-align: left; + height: 15px; + padding: 0px 10px 0px 0px; + } + + .folder-breadcrumb-text{ + float: left; + text-align: left; + height: 25px; + padding: 0px 10px 0px 0px; + } + + .folder-breadcrumb-container{ + float: left; + } + paper-dropdown-menu.custom { overflow: visible; --paper-input-container-label: { @@ -108,11 +134,22 @@ display: none; }; } +