From ca45937d84266f63e9ccf4a37820ad1e254ba5d3 Mon Sep 17 00:00:00 2001 From: Vincent Petry Date: Tue, 27 May 2014 16:36:21 +0200 Subject: [PATCH] Fixed styles in update overview page --- core/css/styles.css | 10 ++++++++++ core/templates/update.admin.php | 18 +++++++++--------- 2 files changed, 19 insertions(+), 9 deletions(-) diff --git a/core/css/styles.css b/core/css/styles.css index 423c40f6184..fdfe282198d 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -370,6 +370,16 @@ input[type="submit"].enabled { opacity: .6; } +#body-login .update .title { + font-weight: bold; + font-size: 18px; + margin-bottom: 30px; +} + +#body-login .infogroup { + margin-bottom: 15px; +} + #body-login p#message img { vertical-align: middle; padding: 5px; diff --git a/core/templates/update.admin.php b/core/templates/update.admin.php index b9b0fdb7748..acc9c26c662 100644 --- a/core/templates/update.admin.php +++ b/core/templates/update.admin.php @@ -1,12 +1,12 @@
-

+

t('%s will be updated to version %s.', array($_['productName'], $_['version']))); ?> -

+

-
-
t('The following apps will be disabled during the upgrade:')) ?>
+
+

t('The following apps will be disabled during the upgrade:')) ?>

  • ()
  • @@ -15,14 +15,14 @@
-
-
t('The theme %s has been disabled.', array($_['oldTheme']))) ?>
+
+

t('The theme %s has been disabled.', array($_['oldTheme']))) ?>

-
-
t('Please make sure that the database and the data folder have been backed up before proceeding.')) ?>
+
+

t('Please make sure that the database and the data folder have been backed up before proceeding.')) ?>

-
+
-- 2.39.5