[ Index ]

PHP Cross Reference of Phabricator

title

Body

[close]

/webroot/rsrc/css/application/ponder/ -> vote.css (source)

   1  /**
   2   * @provides ponder-vote-css
   3   */
   4  
   5  .ponder-votable {
   6    float: right;
   7    margin: 4px 0 4px 24px;
   8  }
   9  
  10  .ponder-votebox {
  11    border-radius: 4px;
  12    background: #f3f3f3;
  13    border: 1px solid #d7d7d7;
  14    box-shadow: 1px 1px rgba(0, 0, 0, 0.05);
  15    text-align: center;
  16    width: 24px;
  17  }
  18  
  19  .ponder-votebox a {
  20    font-size: 20px;
  21    line-height: 24px;
  22    display: block;
  23  
  24    text-decoration: none;
  25    color: #aaaaaa;
  26    font-weight: normal;
  27  }
  28  
  29  .ponder-votebox a.ponder-vote-active {
  30    color: {$blue};
  31  }
  32  
  33  .ponder-votebox a:hover {
  34    color: #ffffff;
  35    background: {$blue};
  36  }
  37  
  38  .ponder-vote-count {
  39    color: #333333;
  40    font-size: 14px;
  41    line-height: 20px;
  42    font-weight: bold;
  43  }


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