[ Index ]

PHP Cross Reference of Phabricator

title

Body

[close]

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

   1  /**
   2   * @provides people-profile-css
   3   */
   4  
   5  form.profile-image-form {
   6    display: inline-block;
   7    margin: 0 8px 8px 0;
   8  }
   9  
  10  button.profile-image-button {
  11    padding: 4px;
  12    margin: 0;
  13  }
  14  
  15  .compose-dialog button.profile-image-button-selected {
  16    background-image: none;
  17    background-color: {$lightblue};
  18    border-color: {$blueborder};
  19  }
  20  
  21  .compose-header {
  22    color: {$bluetext};
  23    border-bottom: 1px solid {$lightblueborder};
  24    padding: 4px 0;
  25    margin: 0 0 8px;
  26  }
  27  
  28  form.compose-dialog {
  29    width: 80%;
  30  }
  31  
  32  .compose-dialog .phui-icon-view {
  33    display: block;
  34    position: relative;
  35    width: 50px;
  36    height: 50px;
  37    background-color: {$darkgreytext};
  38  }
  39  
  40  .compose-dialog .compose-background-red {
  41    background-color: {$red};
  42  }
  43  
  44  .compose-dialog .compose-background-orange {
  45    background-color: {$orange};
  46  }
  47  
  48  .compose-dialog .compose-background-yellow {
  49    background-color: {$yellow};
  50  }
  51  
  52  .compose-dialog .compose-background-green {
  53    background-color: {$green};
  54  }
  55  
  56  .compose-dialog .compose-background-blue {
  57    background-color: {$blue};
  58  }
  59  
  60  .compose-dialog .compose-background-sky {
  61    background-color: {$sky};
  62  }
  63  
  64  .compose-dialog .compose-background-indigo {
  65    background-color: {$indigo};
  66  }
  67  
  68  .compose-dialog .compose-background-violet {
  69    background-color: {$violet};
  70  }
  71  
  72  .compose-dialog .compose-background-charcoal {
  73    background-color: {$charcoal};
  74  }
  75  
  76  .compose-dialog .compose-background-backdrop {
  77    background-color: {$backdrop};
  78  }


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