[ Index ]

PHP Cross Reference of Phabricator

title

Body

[close]

/webroot/rsrc/css/phui/ -> phui-info-panel.css (source)

   1  /**
   2   * @provides phui-info-panel-css
   3   */
   4  
   5  .phui-info-panel .phui-object-box .phui-header-has-image {
   6    padding: 2px 0 0 2px;
   7  }
   8  
   9  .phui-info-panel .phui-object-box .phui-header-image {
  10    margin: 0 8px 0 0;
  11  }
  12  
  13  .phui-info-panel-table {
  14    border-collapse: collapse;
  15    border-style: hidden;
  16    width: 100%;
  17  }
  18  
  19  .phui-info-panel-table td,
  20  .phui-info-panel-table th {
  21    border: 1px solid {$thinblueborder};
  22  }
  23  
  24  .phui-info-panel-table-cell {
  25    padding: 8px;
  26  }
  27  
  28  .phui-info-panel-number,
  29  .phui-info-panel-number a {
  30    font-size: 30px;
  31    font-weight: bold;
  32    color: {$lightgreytext};
  33    -webkit-font-smoothing: antialiased;
  34  }
  35  
  36  .phui-info-panel-text,
  37  .phui-info-panel-text a {
  38    color: {$lightgreytext};
  39  }
  40  
  41  .phui-info-panel-number a:hover,
  42  .phui-info-panel-text a:hover {
  43    color: {$greytext};
  44    text-decoration: none;
  45  }
  46  
  47  .phui-info-panel-progress {
  48    background: {$green};
  49    height: 6px;
  50  }


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