1
0
mirror of https://github.com/osmarks/mycorrhiza.git synced 2025-01-20 15:32:52 +00:00

Interwiki: Adjust the margins between the forms

This commit is contained in:
Timur Ismagilov 2022-06-08 18:39:32 +03:00
parent 3177760f2b
commit c0495fbfcc

View File

@ -880,10 +880,13 @@ body[data-rrh-addr^="/interwiki"] input[type="url"] {
max-width: 35rem;
}
body[data-rrh-addr^="/interwiki"] main form {
padding: 0 1rem 1rem 1rem;
margin: 0 -1rem 1rem -1rem;
padding: 0 16px 16px 16px;
margin: 0 -16px 16px -16px;
border: 2px solid #999;
}
body[data-rrh-addr^="/interwiki"] main form + form {
margin-top: -18px;
}
.required-field::after {
color: red;
content: "*";