[ Index ]

PHP Cross Reference of MediaWiki-1.24.0

title

Body

[close]

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

   1  .mw-badge {
   2      min-width: 7px;
   3      border-radius: 2px;
   4      padding: 1px 4px;
   5      text-align: center;
   6      font-size: 12px;
   7      line-height: 12px;
   8      background-color: #d2d2d2;
   9      cursor: pointer;
  10  }
  11  
  12  .mw-badge-content {
  13      font-weight: bold;
  14      color: white;
  15      vertical-align: baseline;
  16      text-shadow: 0 1px rgba(0, 0, 0, 0.4);
  17  }
  18  
  19  .mw-badge-inline {
  20      margin-left: 3px;
  21      display: inline-block;
  22      /* Hack for IE6 and IE7 (bug 47926) */
  23      zoom: 1;
  24      *display: inline;
  25  
  26  }
  27  .mw-badge-overlay {
  28      position: absolute;
  29      bottom: -1px;
  30      right: -3px;
  31      z-index: 50;
  32  }
  33  
  34  .mw-badge-important {
  35      background-color: #cc0000;
  36  }


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