Page 1 of 1

MasterDetail Breadcrumb Style Classes

Posted: 04 Dec 2012, 12:04
by sakkie6yster
I want to customize the default breadcrumb navigation bar height; I assume I could do this by overwriting a style class in my css file?

Regards
s6y

Re: MasterDetail Breadcrumb Style Classes

Posted: 04 Dec 2012, 16:08
by Oleg
Sure, you can overwrite style classes. Please look in Firebug. Modify this class .pe-master-detail .ui-breadcrumb. E.g.:

Code: Select all

.pe-master-detail .ui-breadcrumb {
    padding: 1px 5px 7px;
}

Re: MasterDetail Breadcrumb Style Classes

Posted: 04 Dec 2012, 20:45
by sakkie6yster
I need to install Firebug! :shock:

Thanks Oleg, this did the trick!