mirror of
https://github.com/osmarks/mycorrhiza.git
synced 2025-01-20 23:36:51 +00:00
Interwiki: Adjust the margins between the forms
This commit is contained in:
parent
3177760f2b
commit
c0495fbfcc
@ -880,10 +880,13 @@ body[data-rrh-addr^="/interwiki"] input[type="url"] {
|
|||||||
max-width: 35rem;
|
max-width: 35rem;
|
||||||
}
|
}
|
||||||
body[data-rrh-addr^="/interwiki"] main form {
|
body[data-rrh-addr^="/interwiki"] main form {
|
||||||
padding: 0 1rem 1rem 1rem;
|
padding: 0 16px 16px 16px;
|
||||||
margin: 0 -1rem 1rem -1rem;
|
margin: 0 -16px 16px -16px;
|
||||||
border: 2px solid #999;
|
border: 2px solid #999;
|
||||||
}
|
}
|
||||||
|
body[data-rrh-addr^="/interwiki"] main form + form {
|
||||||
|
margin-top: -18px;
|
||||||
|
}
|
||||||
.required-field::after {
|
.required-field::after {
|
||||||
color: red;
|
color: red;
|
||||||
content: "*";
|
content: "*";
|
||||||
|
Loading…
Reference in New Issue
Block a user