MediaWiki:GlobalCollect.css: Difference between revisions

From Wikimedia Foundation Governance Wiki
Content deleted Content added
Kaldari (talk | contribs)
color coding
Kaldari (talk | contribs)
No edit summary
Line 4: Line 4:
div#divCVVHelp {
div#divCVVHelp {
margin: 1em;
margin: 1em;
border: 1px solid red;
}
}
/* Hide "Press this button to return to the shop..." message */
/* Hide "Press this button to return to the shop..." message */

Revision as of 21:05, 20 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;
  border: 1px solid red;
}
/* Hide "Press this button to return to the shop..." message */
span.ORB_BUTTONHELPTEXT {
  display: none;
}