From b75178a184c4b85b7a31b1a36d04b4b89da1c94e Mon Sep 17 00:00:00 2001 From: James Cole Date: Fri, 5 Jun 2020 18:40:02 +0200 Subject: [PATCH] New view for #3415 --- public/v1/css/firefly.css | 24 +--- resources/views/v1/auth/lost-two-factor.twig | 45 +++--- resources/views/v1/errors/404.twig | 56 ++++---- resources/views/v1/errors/500.twig | 128 ++++++++++++------ resources/views/v1/errors/503.twig | 75 +++++----- .../views/v1/errors/FireflyException.twig | 110 ++++++++------- resources/views/v1/piggy-banks/create.twig | 1 + 7 files changed, 227 insertions(+), 212 deletions(-) diff --git a/public/v1/css/firefly.css b/public/v1/css/firefly.css index 57aa710077..df92ae9e08 100644 --- a/public/v1/css/firefly.css +++ b/public/v1/css/firefly.css @@ -108,26 +108,6 @@ body.waiting * { padding: 0; } -.ff-error-page { - width: 1000px; - margin: 20px auto 0 auto; -} - -.ff-error-page > .error-content { - margin-left: 190px; - display: block; -} - -.ff-error-page > .error-content > h3 { - font-weight: 300; - font-size: 25px; -} - -.ff-error-box { - width: 460px; - margin: 7% auto; -} - /* cursors */ .rule-triggers { cursor: move; @@ -152,7 +132,7 @@ body.waiting * { } .loading { - background: url('/images/loading-small.gif') no-repeat center center; + background: url('/v1/images/loading-small.gif') no-repeat center center; min-height: 30px; } @@ -262,4 +242,4 @@ span.twitter-typeahead { text-decoration: none; outline: 0; background-color: #428bca; -} \ No newline at end of file +} diff --git a/resources/views/v1/auth/lost-two-factor.twig b/resources/views/v1/auth/lost-two-factor.twig index a5a8391f2c..4a9e293390 100644 --- a/resources/views/v1/auth/lost-two-factor.twig +++ b/resources/views/v1/auth/lost-two-factor.twig @@ -10,38 +10,37 @@ - {# favicons #} {% include('partials.favicons') %} - -
-