You are here

mongodb_watchdog.css in MongoDB 6

Same filename and directory in other branches
  1. 7 mongodb_watchdog/mongodb_watchdog.css
@CHARSET "UTF-8";

/**
 * Defined in dblog.module, which is normally not enabled when mongodb_watchdog is.
 */
#edit-type-wrapper,
#edit-severity-wrapper {
  float: left; /* LTR */
  padding-right: .8em; /* LTR */
  margin: 0.1em;
}

File

mongodb_watchdog/mongodb_watchdog.css
View source
  1. @CHARSET "UTF-8";
  2. /**
  3. * Defined in dblog.module, which is normally not enabled when mongodb_watchdog is.
  4. */
  5. #edit-type-wrapper,
  6. #edit-severity-wrapper {
  7. float: left; /* LTR */
  8. padding-right: .8em; /* LTR */
  9. margin: 0.1em;
  10. }