12345678910111213141516171819202122232425262728293031 |
- .clsDlgButtonBar,
- .clsDlgMsgBoxButtonBar
- {
- margin: 0;
- padding: var(--32L) 0 var(--24M) 0;
- }
- .clsDlgButtonBar:not(.clsWizDlgButtonBar),
- .clsDlgMsgBoxButtonBar
- {
- flex-direction: row-reverse;
- justify-content: flex-start;
- }
- DIV.clsDlgMsgBoxButtonBar
- {
- height: 68px;
- }
- .clsDlgButtonBar > BUTTON,
- .clsDlgMsgBoxButtonBar > BUTTON
- {
- display: inline;
- height: 32px;
- margin-left: var(--16S) !important;
- padding-top: 0;
- padding-bottom: 0;
- flex-grow: 0;
- flex-basis: auto;
- min-width: 90px;
- }
|