[ Index ]

PHP Cross Reference of Phabricator

title

Body

[close]

/webroot/rsrc/css/aphront/ -> error-view.css (source)

   1  /**
   2   * @provides aphront-error-view-css
   3   */
   4  
   5  .aphront-error-view {
   6    border-style: solid;
   7    border-width: 1px;
   8  }
   9  
  10  .aphront-error-view {
  11    margin: 16px;
  12  }
  13  
  14  .device-phone .aphront-error-view {
  15    margin: 8px;
  16  }
  17  
  18  .aphront-error-view .phui-form-view {
  19    padding: 0;
  20  }
  21  
  22  .aphront-error-view-body {
  23    padding: 12px;
  24  }
  25  
  26  .aphront-panel-plain .aphront-error-view {
  27    margin-left: 0;
  28    margin-right: 0;
  29  }
  30  
  31  h1.aphront-error-view-head {
  32    padding: 12px 8px 0 12px;
  33    font-weight: bold;
  34    font-size: 15px;
  35    color: {$darkgreytext};
  36  }
  37  
  38  .aphront-error-view-list {
  39    margin: 0 0 0 16px;
  40    list-style: disc;
  41  }
  42  
  43  .aphront-error-severity-error {
  44    color: {$red};
  45    border-color: {$red};
  46    background: {$lightred};
  47  }
  48  
  49  .aphront-error-severity-error .aphront-error-view-head {
  50    color: {$red};
  51  }
  52  
  53  .aphront-error-severity-warning {
  54    color: #bc7837;
  55    border-color: {$yellow};
  56    background: {$lightyellow};
  57  }
  58  
  59  .aphront-error-severity-warning .aphront-error-view-head {
  60    color: #bc7837;
  61  }
  62  
  63  .aphront-error-severity-notice {
  64    color: {$blue};
  65    border-color: {$blue};
  66    background: {$lightblue};
  67  }
  68  
  69  .aphront-error-severity-notice .aphront-error-view-head {
  70    color: {$blue};
  71  }
  72  
  73  .aphront-error-severity-nodata {
  74    border-color: {$lightgreyborder};
  75    border-bottom: 1px solid {$greyborder};
  76    color: {$greytext};
  77    background-color: #fff;
  78  }
  79  
  80  .legalpad .aphront-error-view {
  81    margin: 0;
  82    border-width: 0 0 1px 0;
  83    border-bottom: 1px solid {$lightblueborder};
  84  }
  85  
  86  .aphront-dialog-body .aphront-error-view {
  87    margin: -16px -16px 16px -16px;
  88    border-width: 0 0 1px 0;
  89    border-bottom: 1px solid {$lightblueborder};
  90  }
  91  
  92  .aphront-dialog-body .aphront-error-view .aphront-error-view-list {
  93    margin: 0 0 0 16px;
  94    list-style: disc;
  95  }


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