[ Index ]

PHP Cross Reference of Phabricator

title

Body

[close]

/webroot/rsrc/css/application/profile/ -> profile-view.css (source)

   1  /**
   2   * @provides phabricator-profile-css
   3   */
   4  
   5  .device-desktop .profile-feed,
   6  .device-tablet .profile-feed {
   7    padding: 0 16px 16px 0;
   8  }
   9  
  10  .device-phone .profile-feed {
  11    padding: 12px 0;
  12  }
  13  
  14  .device-phone .phabricator-project-layout .profile-feed {
  15    padding: 12px 8px;
  16  }
  17  
  18  .profile-feed .phui-action-header-title {
  19    font-size: 16px;
  20    margin-bottom: 5px;
  21  }
  22  
  23  .profile-activity-view {
  24    padding-top: 16px;
  25  }
  26  
  27  .profile-activity-view .profile-calendar {
  28    float: left;
  29    margin: 0 16px;
  30  }
  31  
  32  .profile-activity-view .profile-feed {
  33    margin-left: 16px;
  34  }
  35  
  36  .profile-activity-view.profile-has-calendar .profile-feed {
  37    margin-left: 332px;
  38  }
  39  
  40  .device-phone .profile-activity-view .profile-calendar {
  41    float: none;
  42    margin: 0 8px;
  43  }
  44  
  45  .device-phone .profile-activity-view .profile-feed {
  46    float: none;
  47    margin: 0 8px;
  48  }
  49  
  50  .device-desktop .phabricator-project-layout .profile-feed,
  51  .device-tablet .phabricator-project-layout .profile-feed {
  52    padding: 16px;
  53  }


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