[ Index ]

PHP Cross Reference of Phabricator

title

Body

[close]

/webroot/rsrc/css/application/search/ -> search-results.css (source)

   1  /**
   2   * @provides phabricator-search-results-css
   3   */
   4  
   5  .phabricator-search-result {
   6    margin: 4px 0 16px;
   7  }
   8  
   9  .device-phone .phabricator-search-result-box .phui-box {
  10    margin: 20px 0;
  11  }
  12  
  13  .phabricator-search-result .result-image {
  14    position: relative;
  15    float: left;
  16    width: 50px;
  17    height: 50px;
  18    margin-right: 10px;
  19  }
  20  
  21  .phabricator-search-result .result-type {
  22    margin-top: 4px;
  23    word-break: break-word;
  24  }
  25  
  26  .phabricator-search-result .result-name {
  27    font-size: 16px;
  28  }
  29  
  30  .search-results-pager .aphront-pager-view {
  31    text-align: center;
  32  }
  33  
  34  .phabricator-search-no-results {
  35    color: {$lightgreytext};
  36    font-size: 18px;
  37  }


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