hal_undo_carbon.css 494 B

12345678910111213141516171819202122232425262728293031
  1. .clsDlgButtonBar,
  2. .clsDlgMsgBoxButtonBar
  3. {
  4. margin: 0;
  5. padding: var(--32L) 0 var(--24M) 0;
  6. }
  7. .clsDlgButtonBar:not(.clsWizDlgButtonBar),
  8. .clsDlgMsgBoxButtonBar
  9. {
  10. flex-direction: row-reverse;
  11. justify-content: flex-start;
  12. }
  13. DIV.clsDlgMsgBoxButtonBar
  14. {
  15. height: 68px;
  16. }
  17. .clsDlgButtonBar > BUTTON,
  18. .clsDlgMsgBoxButtonBar > BUTTON
  19. {
  20. display: inline;
  21. height: 32px;
  22. margin-left: var(--16S) !important;
  23. padding-top: 0;
  24. padding-bottom: 0;
  25. flex-grow: 0;
  26. flex-basis: auto;
  27. min-width: 90px;
  28. }