MediaWiki:Resources/landingpage.css: Difference between revisions

Content deleted Content added
Hide non-monthly capable payment methods on monthly forms (prep)
minor cleanup
Line 1:
<html>
<style type="text/css">
/**
* This CSS is responsible for the overall layout of the LP
Line 15:
vertical-align: top;
padding-</html>{{#ifeq:{{Template:2012FR/Switch/Ltr-direction|{{int:lang}}}}|rtl|left|right}}<html>: 2em;
 
/**
/ * Hide non-monthly capable payment methods on monthly forms */
*/
.form-monthly .not-monthly-capable {
display: none;
}
 
Line 54 ⟶ 61:
 
<!--[if lt IE 8]>
<style type="text/css">
div#mw-panel {
left: 0 !important;
Line 62 ⟶ 69:
left: auto !important;
right: 0 !important;
 
/* Hide non-monthly capable payment methods on monthly forms */
.form-monthly .not-monthly-capable {
display: none;
}
</style>