[ Index ]

PHP Cross Reference of Phabricator

title

Body

[close]

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

   1  /**
   2   * @provides differential-core-view-css
   3   */
   4  
   5  .differential-primary-pane {
   6    margin-bottom: 32px;
   7  }
   8  
   9  .differential-panel {
  10    padding: 16px;
  11  }
  12  
  13  .differential-panel h1 {
  14    border-bottom: 1px solid #aaaa99;
  15    padding-bottom: 8px;
  16    margin-bottom: 8px;
  17  }
  18  
  19  .differential-unselectable tr td:nth-of-type(1) {
  20    -moz-user-select: -moz-none;
  21    -khtml-user-select: none;
  22    -webkit-user-select: none;
  23    -ms-user-select: none;
  24    user-select: none;
  25  }


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