panels_mini.css 261 B

123456789101112
  1. /**
  2. * @file
  3. * Custom CSS for the Mini Panels module.
  4. */
  5. /**
  6. * Customize the CTools wizard trail / breadcrumb used on the edit pages for
  7. * Mini Panels as a stop-gap measure until the UX can be completely re-done.
  8. */
  9. .wizard-trail {
  10. text-align: right;
  11. }