mirror of
https://github.com/jech/galene.git
synced 2024-11-09 18:25:58 +01:00
18 lines
199 B
CSS
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;
|
|
}
|