[ Index ]

PHP Cross Reference of Phabricator

title

Body

[close]

/webroot/rsrc/css/phui/ -> phui-remarkup-preview.css (source)

   1  /**
   2   * @provides phui-remarkup-preview-css
   3   */
   4  
   5  .phui-preview-header {
   6    font-size: 12px;
   7    font-weight: bold;
   8    color: #9ca5b5;
   9    text-transform: uppercase;
  10    padding-bottom: 8px;
  11    display: block;
  12  }
  13  
  14  .phui-document-inner .phui-preview-header {
  15    padding: 16px 0 0 16px;
  16  }
  17  
  18  .phui-remarkup-preview-skin-document {
  19    background: transparent;
  20    border: none;
  21  }
  22  
  23  .device-phone .phui-panel-preview {
  24    display: none;
  25  }
  26  
  27  .phui-preview-loading-text {
  28    color: {$lightgreytext};
  29  }
  30  
  31  /**
  32   * TODO: Classes implementing PhabricatorMarkupInterface are of differing
  33   * mindsets about whether output should be wrapped in a `phabricator-remarkup`
  34   * <div /> or not. It should probably move to the Engine in all cases, but
  35   * until we do that get rid of the extra spacing generated by the inner div.
  36   */
  37  .phui-remarkup-preview .phabricator-remarkup .phabricator-remarkup {
  38    padding: 0;
  39    margin: 0;
  40  }


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