[ Index ]

PHP Cross Reference of Phabricator

title

Body

[close]

/webroot/rsrc/css/application/differential/ -> revision-history.css (source)

   1  /**
   2   * @provides differential-revision-history-css
   3   */
   4  
   5  .differential-update-history-footer {
   6    text-align: right;
   7    vertical-align: middle;
   8    padding: 4px 8px;
   9    border-top: 1px solid {$lightblueborder};
  10    background: {$lightbluebackground};
  11  }
  12  
  13  .differential-update-history-footer label {
  14    margin-right: 12px;
  15    color: {$greytext};
  16  }
  17  
  18  .differential-update-history-footer select {
  19    margin-left: 8px;
  20  }
  21  
  22  .device .differential-update-history-footer label {
  23    display: block;
  24    margin-right: 0;
  25    margin-bottom: 4px;
  26  }
  27  
  28  .differential-update-history-radio {
  29    padding: 0 8px;
  30  }
  31  
  32  .aphront-table-view td.differential-update-history-old {
  33    background: #f9d0d0;
  34  }
  35  
  36  .aphront-table-view td.differential-update-history-new {
  37    background: #d0ffd0;
  38  }
  39  
  40  .aphront-table-view
  41    .differential-update-history-old-now
  42    td.differential-update-history-old,
  43  .aphront-table-view
  44    .alt-differential-update-history-old-now
  45    td.differential-update-history-old {
  46    background: #ffaaaa;
  47  }
  48  
  49  .aphront-table-view
  50    .differential-update-history-new-now
  51    td.differential-update-history-new,
  52  .aphront-table-view
  53    .alt-differential-update-history-new-now
  54    td.differential-update-history-new {
  55    background: #aaffaa;
  56  }
  57  
  58  .lintunit-star {
  59    text-align: center;
  60    padding: 0 16px;
  61  }


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