From 2e1682811c6c8ff430946a04248702e515053348 Mon Sep 17 00:00:00 2001 From: Andrew Davis Date: Thu, 24 Apr 2014 11:07:56 +0800 Subject: [PATCH] MDL-44730 core_install: reduced the width of the buttons on the first few screens of the installer so they sit side by side --- install/css.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/install/css.php b/install/css.php index 2baa033cff1..a314e0d33e1 100644 --- a/install/css.php +++ b/install/css.php @@ -59,6 +59,10 @@ input, textarea, .uneditable-input { width: 50%; } +input[type=submit] { + width: 30%; +} + #installdiv { width: 800px; margin-left:auto;