[ Index ]

PHP Cross Reference of Phabricator

title

Body

[close]

/webroot/rsrc/css/application/herald/ -> herald-test.css (source)

   1  /**
   2   * @provides herald-test-css
   3   */
   4  
   5  ul.herald-explain-list {
   6    margin: 12px;
   7  }
   8  
   9  div.herald-condition-note {
  10    clear: both;
  11    margin: .5em 0em .53em 86px;
  12    padding: .5em 1em;
  13    background: #FFFF00;
  14    font-weight: bold;
  15  }
  16  
  17  ul.herald-explain-list .herald-outcome {
  18    margin-right: 6px;
  19    width: 50px;
  20    text-align: center;
  21    position: relative;
  22    float: left;
  23    font-weight: bold;
  24    padding: 1px 2px;
  25  }
  26  
  27  ul.herald-explain-list .condition-fail,
  28  ul.herald-explain-list .rule-fail {
  29    color: {$red};
  30  }
  31  
  32  ul.herald-explain-list .condition-pass,
  33  ul.herald-explain-list .rule-pass {
  34    color: {$green};
  35  }
  36  
  37  ul.herald-explain-list li.herald-rule-pass,
  38  ul.herald-explain-list li.herald-rule-fail {
  39    margin: 0 0 8px;
  40  }
  41  
  42  ul.herald-explain-list div.rule-name {
  43    padding: 4px 0 8px 0;
  44  }
  45  
  46  ul.herald-explain-list li.herald-rule-fail,
  47  ul.herald-explain-list li.herald-rule-pass {
  48    background: #ffffff;
  49  }
  50  
  51  ul.herald-explain-list ul {
  52    margin: 4px;
  53  }
  54  
  55  ul.herald-explain-list ul li {
  56    padding: 2px 0;
  57  }
  58  
  59  .outcome-failure,
  60  .outcome-success {
  61    font-weight: bold;
  62  }
  63  
  64  .outcome-failure {
  65    color: {$red};
  66  }
  67  
  68  .outcome-success {
  69    color: {$green};
  70  }
  71  
  72  .action-header {
  73    font-weight: bold;
  74    padding-top: 12px;
  75    border-bottom: 1px solid {$thinblueborder};
  76  }
  77  
  78  textarea.herald-field-value-transcript {
  79    width: 100%;
  80    height: 10em;
  81  }
  82  
  83  .condition-test-value {
  84    color: {$greytext};
  85  }


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