You are here

hosting_site_backup_manager.admin.css in Hosting Site Backup Manager 7.3

Same filename and directory in other branches
  1. 6.2 hosting_site_backup_manager.admin.css
/**
 * These are styles for the admin settings page.
 *
 * We have to do it like this, apologies to themers.
 */
.hosting-backup-gc-inline {
  float: left;
}

.hosting-backup-gc-narrow-first {
  width: 12em;
}

.hosting-backup-gc-narrow-second {
  width: 10em;
}

File

hosting_site_backup_manager.admin.css
View source
  1. /**
  2. * These are styles for the admin settings page.
  3. *
  4. * We have to do it like this, apologies to themers.
  5. */
  6. .hosting-backup-gc-inline {
  7. float: left;
  8. }
  9. .hosting-backup-gc-narrow-first {
  10. width: 12em;
  11. }
  12. .hosting-backup-gc-narrow-second {
  13. width: 10em;
  14. }