From c148b4a35ea3b9fcdd3e04afbb00c148ec71aca1 Mon Sep 17 00:00:00 2001 From: Seth Call Date: Tue, 2 Sep 2014 09:35:30 -0400 Subject: [PATCH] * VRFS-2122 - fix for the update --- .../stylesheets/client/clientUpdate.css.scss | 14 ++++++++++++++ web/app/views/clients/_client_update.html.erb | 10 ++++++---- 2 files changed, 20 insertions(+), 4 deletions(-) diff --git a/web/app/assets/stylesheets/client/clientUpdate.css.scss b/web/app/assets/stylesheets/client/clientUpdate.css.scss index eae8b878b..b22d78295 100644 --- a/web/app/assets/stylesheets/client/clientUpdate.css.scss +++ b/web/app/assets/stylesheets/client/clientUpdate.css.scss @@ -27,6 +27,7 @@ font-size:x-large; } + #client-updater-updating #update-steps { margin-top:20px; } @@ -34,5 +35,18 @@ #client-updater-updating span.status { color:white; } + + .download-manual { + + .fix { + font-size:20px; + } + + margin:20px 0 30px; + } + + .error-detail { + font-size:10px; + } } diff --git a/web/app/views/clients/_client_update.html.erb b/web/app/views/clients/_client_update.html.erb index d372cbbdb..51987a3a2 100644 --- a/web/app/views/clients/_client_update.html.erb +++ b/web/app/views/clients/_client_update.html.erb @@ -82,15 +82,17 @@