[ Index ]

PHP Cross Reference of Phabricator

title

Body

[close]

/webroot/rsrc/css/aphront/ -> two-column.css (source)

   1  /**
   2   * @provides aphront-two-column-view-css
   3   */
   4  
   5  .aphront-two-column {
   6    position: relative;
   7  }
   8  
   9  .device-desktop .aphront-two-column.aphront-two-column-padded {
  10    margin: 20px;
  11  }
  12  
  13  .device-desktop .aphront-two-column .aphront-main-column {
  14    margin-right: 300px;
  15  }
  16  
  17  .device-desktop .aphront-two-column .aphront-side-column {
  18    width: 300px;
  19    position: absolute;
  20    top: 0;
  21    right: 0;
  22  }
  23  
  24  .device-desktop .aphront-two-column-centered {
  25    width: 980px;
  26    margin: 0 auto;
  27  }
  28  
  29  .device-desktop .aphront-two-column-centered .aphront-main-column {
  30    float: left;
  31    width: 820px;
  32  }
  33  
  34  .device-desktop .aphront-two-column-centered .aphront-side-column {
  35    width: 160px;
  36    float: right;
  37  }
  38  
  39  .device-phone .aphront-two-column.aphront-two-column-padded {
  40    margin: 10px;
  41  }


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