MediaWiki:GlobalCollect-RTL.css

From Wikimedia Foundation Governance Wiki
Revision as of 21:24, 19 November 2014 by EEggleston (WMF) (talk | contribs) (Create RTL version of GlobalCollect CSS)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* 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 */

body#pageGetMissingData {
  background-color: transparent;
  direction: rtl;
}

table.ORB_TABLE_FIELDS td {
  padding: 5px 0;
  text-align: right;
}
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;
}
.ORB_BUTTON {
  font-size: 12px;
  font-weight: normal;
  width: 15em;
}
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;
}

/* Hide the drop down with only one option (why does this even exist...) */
select#selectCard {
  display: none;
}

/* bold cvv window title */
td.Heading1 {
  font-weight: bold;
}

/* Credit card number and CVV inputs should always be left-to-right */
input#F1009, input#F1136 {
  direction: ltr;
}