1
0
Fork 0

full width input elements

This commit is contained in:
haselkern 2017-01-07 22:28:13 +01:00
parent 47c9a515b0
commit 3b360866df

View file

@ -152,15 +152,14 @@ a.card{
/* Login screen */
input, button{
display: block;
width: 50%;
margin-left: 25%;
width: 100%;
margin-top: 1em;
border-radius: 3px;
padding: 3px;
border: 1px solid #bbb;
}
button{
width: calc(50% + 0.6em);
width: calc(100% + 0.6em);
}
/* Edit account screen */