20 lines
168 B
CSS
20 lines
168 B
CSS
![]() |
.form-row {
|
||
|
padding-top: 5px;
|
||
|
padding-bottom: 5px;
|
||
|
}
|
||
|
|
||
|
label {
|
||
|
padding-right: 1em;
|
||
|
}
|
||
|
|
||
|
label::after {
|
||
|
content: ":";
|
||
|
}
|
||
|
|
||
|
input.url {
|
||
|
width: 25em;
|
||
|
}
|
||
|
|
||
|
.formish {
|
||
|
}
|