artabro/wire/modules/Process/ProcessPageAdd/ProcessPageAdd.css

25 lines
437 B
CSS
Raw Permalink Normal View History

2024-08-27 11:35:37 +02: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;
}