From c3dcf08025f34f92b3be73a11ce1a64f1802f44f Mon Sep 17 00:00:00 2001 From: Eugenio Romano Date: Fri, 8 Apr 2016 11:52:07 +0100 Subject: [PATCH] breadcrumbs show --- .../src/alfresco-file-list.html | 53 +++++++++++++++++-- 1 file changed, 50 insertions(+), 3 deletions(-) diff --git a/web-components/alfresco-file-list/src/alfresco-file-list.html b/web-components/alfresco-file-list/src/alfresco-file-list.html index 682b6e6585..e0a7443dc2 100644 --- a/web-components/alfresco-file-list/src/alfresco-file-list.html +++ b/web-components/alfresco-file-list/src/alfresco-file-list.html @@ -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; }; } +