From 52fec1dfa0b2c9ba45a76ba664e41feb3dc49477 Mon Sep 17 00:00:00 2001 From: Mario Romano Date: Thu, 7 Apr 2016 18:43:34 +0100 Subject: [PATCH] file list styles --- react-app/.idea/workspace.xml | 139 ++++++++++-------- react-app/css/style.css | 4 + react-app/index.html | 1 - .../src/alfresco-file-list.html | 14 +- .../src/alfresco-file-list.html | 12 +- 5 files changed, 102 insertions(+), 68 deletions(-) diff --git a/react-app/.idea/workspace.xml b/react-app/.idea/workspace.xml index 265efd1b4f..8e93a2c727 100644 --- a/react-app/.idea/workspace.xml +++ b/react-app/.idea/workspace.xml @@ -26,8 +26,8 @@ - - + + @@ -43,11 +43,21 @@ + + + + + + + + + + - - + + @@ -73,12 +83,12 @@ @@ -166,29 +176,7 @@ - - - - - - - - @@ -841,22 +848,6 @@ - - - - - - - - - - - - - - - - @@ -865,6 +856,14 @@ + + + + + + + + @@ -873,18 +872,34 @@ - + - - + + + + + + + + + + + + + + + + + + - - + + diff --git a/react-app/css/style.css b/react-app/css/style.css index da09050a52..d678c8d0d2 100644 --- a/react-app/css/style.css +++ b/react-app/css/style.css @@ -1,3 +1,7 @@ +.body{ + font: 13px/1.231 Open Sans,arial,helvetica,clean,sans-serif; +} + .logo-header{ margin: 17px 25px 0 10px; width: 155px; diff --git a/react-app/index.html b/react-app/index.html index bfd4c29985..2c8024e148 100644 --- a/react-app/index.html +++ b/react-app/index.html @@ -29,7 +29,6 @@ - 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 20badb8365..9e648b09ef 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 @@ -54,8 +54,8 @@ top: calc(50% - 8px); } - ul { list-style-type: none; overflow: hidden; width:800px; margin:10px} - ul li div.text{ float:left; width: 400px;text-align: left;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{ @@ -79,6 +79,14 @@ font-family: sans-serif; } + .pull-right{ + float: right; + } + + .iron-list ul{ + padding: 0px; + } + paper-dropdown-menu.custom { overflow: visible; --paper-input-container-label: { @@ -131,7 +139,7 @@ -
+