shopping-list/style/install.css
2018-10-24 15:00:27 +02:00

24 lines
302 B
CSS

.installer {
margin: 0 auto;
display: flex;
flex-direction: column;
width: 50%;
}
label {
margin-top: 3em;
}
#text_database {
margin-top: 1em;
}
#text_dbhost {
margin-top: 1em;
}
#text_user {
margin-top: 1em;
}
#text_passwd {
margin-top: 1em;
}
#button_install {
margin-top: 3em;
}