[ Index ]

PHP Cross Reference of MediaWiki-1.24.0

title

Body

[close]

/resources/src/jquery/ -> jquery.makeCollapsible.css (source)

   1  /* See also jquery.makeCollapsible.js */
   2  .mw-collapsible-toggle {
   3      float: right;
   4      -moz-user-select: none;
   5      -webkit-user-select: none;
   6      -ms-user-select: none;
   7      user-select: none;
   8  }
   9  .mw-customtoggle,
  10  .mw-collapsible-toggle {
  11      cursor: pointer;
  12  }
  13  
  14  /* collapse links in captions should be inline */
  15  caption .mw-collapsible-toggle {
  16      float: none;
  17  }
  18  
  19  /* list-items go as wide as their parent element, don't float them inside list items */
  20  li .mw-collapsible-toggle {
  21      float: none;
  22  }
  23  
  24  /* the added list item should have no list-style */
  25  .mw-collapsible-toggle-li {
  26      list-style: none;
  27  }


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