[ Index ]

PHP Cross Reference of Phabricator

title

Body

[close]

/webroot/rsrc/css/ -> sprite-payments.css (source)

   1  /**
   2   * @provides sprite-payments-css
   3   * @generated
   4   */
   5  
   6  .sprite-payments {
   7    background-image: url(/rsrc/image/sprite-payments.png);
   8    background-repeat: no-repeat;
   9  }
  10  
  11  @media
  12  only screen and (min-device-pixel-ratio: 1.5),
  13  only screen and (-webkit-min-device-pixel-ratio: 1.5) {
  14    .sprite-payments {
  15      background-image: url(/rsrc/image/sprite-payments-X2.png);
  16      background-size: 122px 132px;
  17    }
  18  }
  19  
  20  
  21  .payments-americanexpress {
  22    background-position: 0px 0px;
  23  }
  24  
  25  .payments-discover {
  26    background-position: -61px 0px;
  27  }
  28  
  29  .payments-googlecheckout {
  30    background-position: 0px -33px;
  31  }
  32  
  33  .payments-mastercard {
  34    background-position: -61px -33px;
  35  }
  36  
  37  .payments-paypal {
  38    background-position: 0px -66px;
  39  }
  40  
  41  .payments-visa {
  42    background-position: -61px -66px;
  43  }
  44  
  45  .payments-worldpay {
  46    background-position: 0px -99px;
  47  }


Generated: Sun Nov 30 09:20:46 2014 Cross-referenced by PHPXref 0.7.1