[ Index ]

PHP Cross Reference of Unnamed Project

title

Body

[close]

/admin/tool/filetypes/ -> styles.css (source)

   1  /**
   2   * Styles for admin tool page.
   3   */
   4  
   5  /* Fix bad default table wrap (caused by the long mimetype field). */
   6  .path-admin-tool-filetypes .generaltable .c0,
   7  .path-admin-tool-filetypes .generaltable .c1,
   8  .path-admin-tool-filetypes .generaltable .c2,
   9  .path-admin-tool-filetypes .generaltable th {
  10      white-space: nowrap;
  11  }
  12  
  13  /* Formatting for deleted lines. */
  14  .path-admin-tool-filetypes .generaltable .deleted .c0 img {
  15      opacity: 0.2;
  16  }
  17  
  18  .path-admin-tool-filetypes .generaltable .deleted .c0 span {
  19      text-decoration: line-through;
  20  }
  21  
  22  /* Custom types show bold */
  23  .path-admin-tool-filetypes .generaltable .nonstandard {
  24      font-weight: bold;
  25  }
  26  
  27  /* Spacing around the 'Defined in config.php' stripe */
  28  .path-admin-tool-filetypes .form-overridden {
  29      display: inline-block;
  30      margin-bottom: 1em;
  31      padding: 4px 6px;
  32  }


Generated: Thu Aug 11 10:00:09 2016 Cross-referenced by PHPXref 0.7.1