MDL-44730 core_install: reduced the width of the buttons on the first few screens of the installer so they sit side by side

This commit is contained in:
Andrew Davis 2014-04-24 11:07:56 +08:00
parent 83ddacfff7
commit 2e1682811c

View File

@ -59,6 +59,10 @@ input, textarea, .uneditable-input {
width: 50%;
}
input[type=submit] {
width: 30%;
}
#installdiv {
width: 800px;
margin-left:auto;