mirror of
https://github.com/moodle/moodle.git
synced 2025-04-14 04:52:36 +02:00
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:
parent
83ddacfff7
commit
2e1682811c
@ -59,6 +59,10 @@ input, textarea, .uneditable-input {
|
||||
width: 50%;
|
||||
}
|
||||
|
||||
input[type=submit] {
|
||||
width: 30%;
|
||||
}
|
||||
|
||||
#installdiv {
|
||||
width: 800px;
|
||||
margin-left:auto;
|
||||
|
Loading…
x
Reference in New Issue
Block a user