Skip to content

Commit

Permalink
MDL-44730 core_install: reduced the width of the buttons on the first…
Browse files Browse the repository at this point in the history
… few screens of the installer so they sit side by side
  • Loading branch information
andyjdavis committed Apr 25, 2014
1 parent 83ddacf commit 2e16828
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions install/css.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@
width: 50%;
}
input[type=submit] {
width: 30%;
}
#installdiv {
width: 800px;
margin-left:auto;
Expand Down

0 comments on commit 2e16828

Please sign in to comment.