13 lines
261 B
CSS
13 lines
261 B
CSS
/**
|
|
* @file
|
|
* Custom CSS for the Mini Panels module.
|
|
*/
|
|
|
|
/**
|
|
* Customize the CTools wizard trail / breadcrumb used on the edit pages for
|
|
* Mini Panels as a stop-gap measure until the UX can be completely re-done.
|
|
*/
|
|
.wizard-trail {
|
|
text-align: right;
|
|
}
|