praiadeseselle/wire/modules/Process/ProcessPageAdd/ProcessPageAdd.css
2022-03-08 15:55:41 +01:00

24 lines
437 B
CSS

/**
* Provide an obvious left margin for the parent page selector list
*
*/
.InputfieldPageListSelect .PageListRoot > .PageList {
margin-left: 2em;
}
/**
* Position the submit buttons horizontal to each other by making them inline
*
*/
.Inputfields .InputfieldSubmit,
.Inputfields .InputfieldSubmit .ui-widget-content {
display: inline;
}
.pw-content dl.nav dd ul {
margin: 0;
}
.pw-content dl.nav dd ul li {
margin: 0;
}