From 2fb6799ad6159f434c594260c8f90acc906d0d75 Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Fri, 3 Aug 2018 13:20:45 +0200 Subject: Use images instead of inline SVG and unicode Signed-off-by: Jan-Christoph Borchardt --- core/css/guest.css | 14 +++++++++++--- core/img/actions/error-white.svg | 1 + core/templates/update.admin.php | 2 +- 3 files changed, 13 insertions(+), 4 deletions(-) create mode 100644 core/img/actions/error-white.svg diff --git a/core/css/guest.css b/core/css/guest.css index 626fb67718b..ca7676c00ff 100644 --- a/core/css/guest.css +++ b/core/css/guest.css @@ -626,19 +626,27 @@ p.info { display: block; opacity: .75; } +.update-show-detailed .icon-caret-white { + display: inline-block; + vertical-align: middle; +} #update-progress-icon { height: 32px; margin: 10px; background-size: 32px; } -#update-progress-icon.icon-error-white { - background-image: url('data:image/svg+xml;utf8,'); -} + /* Icons */ .icon-info-white { background-image: url('../img/actions/info-white.svg?v=2'); } +.icon-error-white { + background-image: url('../img/actions/error-white.svg?v=1'); +} +.icon-caret-white { + background-image: url('../img/actions/caret-white.svg?v=1'); +} .icon-confirm { background-image: url('../img/actions/confirm.svg?v=2'); } diff --git a/core/img/actions/error-white.svg b/core/img/actions/error-white.svg new file mode 100644 index 00000000000..9558c998c30 --- /dev/null +++ b/core/img/actions/error-white.svg @@ -0,0 +1 @@ + diff --git a/core/templates/update.admin.php b/core/templates/update.admin.php index fecb53bee83..2ad15117327 100644 --- a/core/templates/update.admin.php +++ b/core/templates/update.admin.php @@ -49,7 +49,7 @@

- t( 'Detailed logs' )); ?> ⏷ + t( 'Detailed logs' )); ?> -- cgit v1.2.3