1
Fork 0
mirror of https://github.com/jech/galene.git synced 2024-11-09 18:25:58 +01:00
galene/static/change-password.css
2024-04-11 13:27:08 +02:00

18 lines
199 B
CSS

#errormessage {
color: red;
font-weight: bold;
height: 12px;
}
#message {
font-weight: bold;
height: 12px;
}
label {
display: block;
}
#passwordform {
padding: 2rem;
}