[ Index ]

PHP Cross Reference of Phabricator

title

Body

[close]

/webroot/rsrc/css/application/diff/ -> inline-comment-summary.css (source)

   1  /**
   2   * @provides inline-comment-summary-css
   3   */
   4  
   5  .phabricator-inline-summary {
   6    color: {$bluetext};
   7    padding-top: 12px;
   8    margin-top: 12px;
   9    border-top: 1px solid {$thinblueborder};
  10  }
  11  
  12  .phabricator-remarkup + .phabricator-inline-summary {
  13    padding-top: 16px;
  14  }
  15  
  16  .phabricator-inline-summary-table {
  17    width: 100%;
  18  }
  19  
  20  .phabricator-inline-summary-table th {
  21    padding: 6px 0px;
  22    color: {$lightgreytext};
  23  }
  24  
  25  .phabricator-inline-summary-table td  {
  26    padding: 0px 4px 6px;
  27    white-space: nowrap;
  28    color: {$darkbluetext};
  29  }
  30  
  31  .phabricator-inline-summary-table td.inline-line-number {
  32    padding-left: 0px;
  33    width: 100px;
  34    white-space: nowrap;
  35  }
  36  
  37  .phabricator-inline-summary-table td.inline-which-diff {
  38    color: {$greytext};
  39    width: 120px;
  40  }
  41  
  42  .phabricator-inline-summary-table td.inline-summary-content {
  43    vertical-align: top;
  44    white-space: normal;
  45  }
  46  
  47  /* NOTE: These two rules provide a larger hit target for clicking line numbers
  48     (by letting you click the entire cell) and a visual indicator that you're on
  49     target (by highlighting the entire cell). */
  50  
  51  .phabricator-inline-summary-table td.inline-line-number a.num {
  52    padding-left: 4px;
  53    display: block;
  54    font-weight: bold;
  55    color: {$blue};
  56  }
  57  
  58  .phabricator-inline-summary-table td.inline-line-number a.num:hover {
  59    background: {$blue};
  60    border-radius: 3px;
  61    color: white;
  62    text-decoration: none;
  63  }
  64  
  65  .phui-timeline-core-content .phabricator-inline-summary:first-child {
  66    border: none;
  67    margin-top: 0;
  68    padding-top: 0;
  69  }


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