MediaWiki:Resources/landingpage-responsive: Difference between revisions
Content deleted Content added
don't need this any more, forms on payments should be responsive by default |
more cleanup |
||
(7 intermediate revisions by the same user not shown) | |||
Line 1:
<includeonly>
<html>
<!-- MediaWiki:Resources/landingpage-responsive -->
<!-- hack alert: meta tag in the body. no other way to do it though -->
<meta name="viewport" content="width=device-width">
Line 8 ⟶ 10:
div#content {
margin: 0;
padding:
width: 96%;▼
}
}
padding: 0 2%;▼
display: block;
}
div#greenBackground {
}
/* Hide appeal
display: block;▼
}
}▼
#appeal-body {
}▼
.appeal-text-long, .appeal-text-short {
display: none;▼
}▼
/* Form - Amount/Payment Method */
div.frequency-options,
table#radiobuttons-table,
input.payment-method-button {
font-size:
}
▲ }
input.payment-method-button {
padding: 1em;
}
div#infobox-wrapper, div#donor-policy-block {
width: 100%;
}
▲ }
▲ display: block;
▲ }
▲ margin-right: 1em;
p#informationsharing, ul#moreinfolinks {
font-size:
line-height: 1.35em;
width:
padding:
}
/*
▲ .appeal-text-long {
▲ display: none;
▲ #appeal-head {
}
}
</style>
</html>
<!-- end of MediaWiki:Resources/landingpage-responsive -->
</includeonly>
|