[ Index ]

PHP Cross Reference of Phabricator

title

Body

[close]

/webroot/rsrc/css/aphront/ -> context-bar.css (source)

   1  /**
   2   * @provides aphront-contextbar-view-css
   3   */
   4  
   5  .aphront-contextbar-view {
   6    background: #fff;
   7    padding: 8px 16px;
   8    border-bottom: 1px solid {$lightblueborder};
   9  }
  10  
  11  .device-phone .aphront-contextbar-view {
  12    padding: 12px 8px;
  13  }
  14  
  15  .aphront-contextbar-content {
  16    padding-top: 5px;
  17    font-size: 13px;
  18    color: {$bluetext};
  19  }
  20  
  21  .aphront-contextbar-buttons {
  22    float: right;
  23  }
  24  
  25  .device-phone .aphront-contextbar-buttons {
  26    float: none;
  27  }
  28  
  29  .aphront-contextbar-buttons label {
  30    font-weight: bold;
  31    color: {$bluetext};
  32  }
  33  
  34  .device-phone .aphront-contextbar-buttons label {
  35    display: block;
  36    margin-bottom: 4px;
  37  }
  38  
  39  .aphront-contextbar-buttons a {
  40    margin: 0 0 0 8px;
  41  }
  42  
  43  .device-phone .aphront-contextbar-buttons a {
  44    margin: 0 8px 0 0;
  45  }


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