MediaWiki:GlobalCollect.css: Difference between revisions

From Wikimedia Foundation Governance Wiki
Content deleted Content added
Kaldari (talk | contribs)
No edit summary
Kaldari (talk | contribs)
No edit summary
Line 26: Line 26:
margin-right: 4px;
margin-right: 4px;
width: 50px;
width: 50px;
}
#MANDATORY_F1009, #MANDATORY_F1010 {
display: none;
}
}
div.ORB_BUTTONELEMENT {
div.ORB_BUTTONELEMENT {

Revision as of 20:38, 26 October 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 */

table.ORB_TABLE_FIELDS td {
  padding: 5px 0;
}
div.ORB_INSTRUCTIONS {
  display: none;
}
.ORB_INPUT {
  border: 1px solid #CCCCCC;
  background-color: #FFFFFF;
  box-shadow: 0 0 1px #DDDDDD inset;
  padding: 0.3em;
  vertical-align: middle;
}
.ORB_SELECT {
  border: 1px solid #CCCCCC;
  background-color: #FFFFFF;
  padding: 0.3em;
  width: 120px;
}
td.ORB_TD_ERRORLEFT {
  display: none;
}
input#F1136 {
  margin-right: 4px;
  width: 50px;
}
#MANDATORY_F1009, #MANDATORY_F1010 {
  display: none;
}
div.ORB_BUTTONELEMENT {
  margin-left: 0;
}
input#btnCancel {
  display: none;
}

/* 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;
}