MediaWiki:GlobalCollect.css: Difference between revisions

From Wikimedia Foundation Governance Wiki
Content deleted Content added
Kaldari (talk | contribs)
No edit summary
Kaldari (talk | contribs)
color coding
Line 1: Line 1:
/* This page is currently used to provide css for testing the Global Collect payment systems. Please do not edit without talking to James Alexander or Ryan Kaldari */
/* This page is currently used to provide css for testing the Global Collect payment systems. Please do not edit without talking to James Alexander or Ryan Kaldari */


# Add some margins to the CVV Help pop-up page
/* Add some margins to the CVV Help pop-up page */
div#divCVVHelp {
div#divCVVHelp {
margin: 1em;
margin: 1em;
}
}
# Hide "Press this button to return to the shop..." message
/* Hide "Press this button to return to the shop..." message */
span.ORB_BUTTONHELPTEXT {
span.ORB_BUTTONHELPTEXT {
display: none;
display: none;

Revision as of 21:55, 16 September 2011

/* This page is currently used to provide css for testing the Global Collect payment systems. Please do not edit without talking to James Alexander or Ryan Kaldari */

/* Add some margins to the CVV Help pop-up page */
div#divCVVHelp {
  margin: 1em;
}
/* Hide "Press this button to return to the shop..." message */
span.ORB_BUTTONHELPTEXT {
  display: none;
}