[ Index ]

PHP Cross Reference of MediaWiki-1.24.0

title

Body

[close]

/extensions/WikiEditor/modules/ -> ext.wikiEditor.toolbar.styles.css (source)

   1  /**
   2   * CSS for WikiEditor
   3   */
   4  
   5  form#editform {
   6      margin: 0;
   7      padding: 0;
   8  }
   9  
  10  #wpSummary,
  11  #wpSummaryLabel {
  12      margin-bottom: 1em;
  13  }
  14  
  15  #wpTextbox1 {
  16      line-height: 1.5em;
  17      resize: vertical;
  18  }
  19  
  20  /* Hide the old toolbar until the wikiEditor toolbar is deemed not supported,
  21   * hide the WikiEditor toolbar until it's css has loaded */
  22  .wikiEditor-oldToolbar,
  23  .wikiEditor-ui-toolbar {
  24      display: none;
  25  }


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