[ Index ]

PHP Cross Reference of Phabricator

title

Body

[close]

/webroot/rsrc/css/application/releeph/ -> releeph-preview-branch.css (source)

   1  /**
   2   * @provides releeph-preview-branch
   3   */
   4  
   5  .releeph-preview-branch {
   6    min-height: 4em;
   7    position: relative;
   8  }
   9  
  10  .releeph-preview-branch .error {
  11    padding-left: 22px;
  12    background-repeat: no-repeat;
  13    background-size: 16px auto;
  14    float: left;
  15    position: absolute;
  16    top: 2.5em;
  17  
  18    /* TODO: This had a background that's still at Facebook? */
  19  }
  20  
  21  .releeph-preview-branch .name {
  22    clear: both;
  23    float: left;
  24    position: absolute;
  25    font-family: monospace;
  26    font-size: 9pt !important;
  27    background: white;
  28    top: 0.7em;
  29    padding: 2px;
  30  }


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