[ Index ]

PHP Cross Reference of MediaWiki-1.24.0

title

Body

[close]

/resources/src/mediawiki.action/ -> mediawiki.action.edit.collapsibleFooter.css (source)

   1  /* Styles for collapsible lists of templates used and hidden categories */
   2  .mw-editfooter-toggler {
   3      cursor: pointer;
   4      background-position: left center;
   5      padding-left: 16px;
   6  }
   7  
   8  .mw-editfooter-list {
   9      margin-bottom: 1em;
  10      margin-left: 2.5em;
  11  }
  12  
  13  /* Show/hide animation is incorrect if the table has a margin set. Extra
  14   * "table.wikitable" is needed in the selector for CSS specificity. */
  15  table.wikitable.preview-limit-report {
  16      margin: 0;
  17  }


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