From b4dd52992a5568f43d41d8ce7373d2343872c87c Mon Sep 17 00:00:00 2001 From: Mario Romano Date: Fri, 8 Apr 2016 12:06:05 +0100 Subject: [PATCH] hr --- react-app/.idea/workspace.xml | 91 +++++++++++++------ .../src/alfresco-file-list.html | 55 ++++++++++- 2 files changed, 116 insertions(+), 30 deletions(-) diff --git a/react-app/.idea/workspace.xml b/react-app/.idea/workspace.xml index 543424f2c6..7b427dcbb2 100644 --- a/react-app/.idea/workspace.xml +++ b/react-app/.idea/workspace.xml @@ -23,11 +23,11 @@ - + - - + + @@ -53,11 +53,11 @@ - + - - + + @@ -66,7 +66,7 @@ - + @@ -97,8 +97,8 @@ @@ -623,14 +623,15 @@ + - - + @@ -640,8 +641,7 @@ - - + @@ -651,12 +651,13 @@ - + + @@ -695,6 +696,46 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -731,7 +772,6 @@ - @@ -915,7 +955,6 @@ - @@ -935,17 +974,9 @@ - - - - - - - - - + @@ -953,8 +984,16 @@ - - + + + + + + + + + + diff --git a/react-app/webcomponents/alfresco-file-list/src/alfresco-file-list.html b/react-app/webcomponents/alfresco-file-list/src/alfresco-file-list.html index dc43b10394..b37e6375c6 100644 --- a/react-app/webcomponents/alfresco-file-list/src/alfresco-file-list.html +++ b/react-app/webcomponents/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; }; } +