From 76a735f741d8a19d58e32be76fe847ba5c13b796 Mon Sep 17 00:00:00 2001 From: Mario Romano Date: Fri, 8 Apr 2016 14:16:52 +0100 Subject: [PATCH] style & fix navigator --- react-app/.idea/workspace.xml | 150 ++++++++++++++---- react-app/css/style.css | 6 +- react-app/login.html | 2 +- .../src/alfresco-file-list.html | 2 + 4 files changed, 125 insertions(+), 35 deletions(-) diff --git a/react-app/.idea/workspace.xml b/react-app/.idea/workspace.xml index 9217b9b2d6..2db3117394 100644 --- a/react-app/.idea/workspace.xml +++ b/react-app/.idea/workspace.xml @@ -26,8 +26,18 @@ - - + + + + + + + + + + + + @@ -46,8 +56,8 @@ - - + + @@ -56,18 +66,18 @@ - - + + - + - - + + @@ -94,11 +104,12 @@ @@ -110,7 +121,7 @@ @@ -123,7 +134,7 @@ - + @@ -136,7 +147,31 @@ - + + + + + + + + + + + + + + + + + + + @@ -569,14 +604,15 @@ + - - + @@ -586,7 +622,7 @@ - + @@ -626,7 +662,7 @@ - + @@ -641,6 +677,46 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -940,14 +1016,6 @@ - - - - - - - - @@ -956,26 +1024,42 @@ - + - - + + - - + + - + - - + + + + + + + + + + + + + + + + + + diff --git a/react-app/css/style.css b/react-app/css/style.css index 211fcb8c95..c854d8b646 100644 --- a/react-app/css/style.css +++ b/react-app/css/style.css @@ -2,6 +2,10 @@ font: 13px/1.231 Open Sans,arial,helvetica,clean,sans-serif; } +.paper-toolbar-0 .iron-icon{ + color: #ffffff; +} + .logo-header{ margin: 17px 25px 0 10px; width: 155px; @@ -78,4 +82,4 @@ #login .error { color: red; -} \ No newline at end of file +} diff --git a/react-app/login.html b/react-app/login.html index e63f7436b3..b0f3d12a8c 100644 --- a/react-app/login.html +++ b/react-app/login.html @@ -149,4 +149,4 @@ - \ No newline at end of file + 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 af7a7826f7..00fa5977d0 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 @@ -314,6 +314,8 @@ }, fetchFolderFolder: function(slug) { + this.lastSlug = slug; + function error (resp) { console.log("error", resp); deleteTicket();