1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/bozon_ynh.git synced 2024-09-03 18:16:09 +02:00
bozon_ynh/sources/templates/default/css/lock.css
2016-03-23 19:30:43 +01:00

27 lines
No EOL
459 B
CSS

/* Lock */
#lock #message {
margin: 20px auto;
text-align: center;
width: calc(100% - 8px);
}
#lock #message img {display:block;margin:auto;}
#lock form {
width: 400px;
margin: 0 auto;
}
#lock form input:not(#submit) {
width: 400px;
height: 35px;
text-indent: 7px;
margin-bottom: 7px;
color: #85888b;
border: 1px solid #d6ecfc;
border-radius: 5px;
}
#lock form #submit {
display: block;
margin-left: auto;
margin-right: auto;
}