MediaWiki:Resources/landingpage.css: Difference between revisions

Jump to navigation Jump to search
Content deleted Content added
Hide non-monthly capable payment methods on monthly forms (prep)
minor cleanup
Line 1: Line 1:
<html>
<html>
<style type="text/css">
<style>
/**
/**
* This CSS is responsible for the overall layout of the LP
* This CSS is responsible for the overall layout of the LP
Line 15: Line 15:
vertical-align: top;
vertical-align: top;
padding-</html>{{#ifeq:{{Template:2012FR/Switch/Ltr-direction|{{int:lang}}}}|rtl|left|right}}<html>: 2em;
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: Line 61:


<!--[if lt IE 8]>
<!--[if lt IE 8]>
<style type="text/css">
<style>
div#mw-panel {
div#mw-panel {
left: 0 !important;
left: 0 !important;
Line 62: Line 69:
left: auto !important;
left: auto !important;
right: 0 !important;
right: 0 !important;
}

/* Hide non-monthly capable payment methods on monthly forms */
.form-monthly .not-monthly-capable {
display: none;
}
}
</style>
</style>