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 @@