You are here

config_update_ui.report.css in Configuration Update Manager 8

Styling for the Config Updates report.

File

config_update_ui/css/config_update_ui.report.css
View source
  1. /**
  2. * @file
  3. * Styling for the Config Updates report.
  4. */
  5. table.config-update-report {
  6. margin-top: 2em;
  7. }
  8. table.config-update-report caption {
  9. font-weight: bold;
  10. font-size: 1.1em;
  11. }