[ Index ]

PHP Cross Reference of MediaWiki-1.24.0

title

Body

[close]

/extensions/WikiEditor/modules/ -> jquery.wikiEditor.previewDialog.css (source)

   1  /**
   2   * CSS for WikiEditor Preview Dialog jQuery plugin
   3   */
   4  
   5  /* FIXME: This only works for the first wikiEditor on the page! */
   6  #wikiEditor-0-preview-dialog .wikiEditor-ui-loading {
   7      background: #f3f3f3;
   8      z-index: 10;
   9      position: absolute;
  10      left: 0;
  11      text-align: center;
  12      height: 100%;
  13      width: 100%;
  14      overflow: hidden;
  15      border: none;
  16  }
  17  
  18  /* FIXME: This only works for the first wikiEditor on the page! */
  19  #wikiEditor-0-preview-dialog .wikiEditor-ui-loading span {
  20      display: block;
  21      height: 24px;
  22      width: 24px;
  23      /* @embed */
  24      background: url(images/toolbar/loading.gif) 0 0 no-repeat;
  25      text-indent: -9999px;
  26      margin: 50px auto;
  27  }
  28  
  29  .ui-dialog .ui-dialog-buttonpane {
  30      margin: 0 !important;
  31  }
  32  
  33  .wikiEditor-preview-dialog-contents {
  34      font-size: 0.9em !important;
  35  }
  36  
  37  .wikiEditor-preview-dialog-contents #firstHeading {
  38      font-size: 2.1em;
  39  }


Generated: Fri Nov 28 14:03:12 2014 Cross-referenced by PHPXref 0.7.1