1
Fork 0
mirror of https://github.com/jech/galene.git synced 2024-11-10 02:35:58 +01:00
galene/static/change-password.css

19 lines
199 B
CSS
Raw Normal View History

2024-04-10 03:31:52 +02:00
#errormessage {
color: red;
font-weight: bold;
height: 12px;
}
#message {
font-weight: bold;
height: 12px;
}
label {
display: block;
}
#passwordform {
padding: 2rem;
}