praiadeseselle/wire/modules/Process/ProcessPageAdd/ProcessPageAdd.css

25 lines
437 B
CSS
Raw Permalink Normal View History

2022-03-08 15:55:41 +01:00
/**
* 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;
}