MAPG-235 replaced explicit margin-top and margin-bottom with marginTop and marginBottom classes
This commit is contained in:
parent
bbaa2fe1eb
commit
6f27450423
@ -75,11 +75,6 @@ div.mapItem>div.buttonContainer {
|
|||||||
grid-auto-flow: column;
|
grid-auto-flow: column;
|
||||||
}
|
}
|
||||||
|
|
||||||
#restrictions {
|
|
||||||
margin-top: 1em;
|
|
||||||
margin-bottom: 1em;
|
|
||||||
}
|
|
||||||
|
|
||||||
#restrictions input {
|
#restrictions input {
|
||||||
height: auto;
|
height: auto;
|
||||||
margin: 0.5em;
|
margin: 0.5em;
|
||||||
|
@ -43,7 +43,7 @@ TODO: condition!
|
|||||||
<p class="bold center marginTop marginBottom">OR</p>
|
<p class="bold center marginTop marginBottom">OR</p>
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<div id="restrictions">
|
<div id="restrictions" class="marginTop marginBottom">
|
||||||
<h3>Optional restrictions</h3>
|
<h3>Optional restrictions</h3>
|
||||||
<div>
|
<div>
|
||||||
<div>
|
<div>
|
||||||
|
Loading…
Reference in New Issue
Block a user