consentReview.css 769 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. /**
  2. * Consent Review Styles
  3. */
  4. @media only screen and (max-width: 855px) {
  5. #consentDecisions .consent-attributes td, #consentDecisions .consent-attributes th {
  6. padding: 4px;
  7. }
  8. }
  9. #consent-decisions, #no-consent-decisions {
  10. display: none;
  11. }
  12. #no-consent-decisions div {
  13. margin-top: 2em;
  14. }
  15. #consentDecisions > tbody > tr:not(.info) {
  16. cursor: pointer;
  17. }
  18. #consentDecisions .created-date .label {
  19. font-size: 85%;
  20. }
  21. #consentDecisions .service-id {
  22. word-wrap: break-word;
  23. word-break: break-all;
  24. }
  25. #consentDecisions .consent-attributes {
  26. margin-bottom: 0;
  27. }
  28. #consentDecisions tr.info .btn-danger {
  29. float: right;
  30. padding: .5em;
  31. margin: 0 .2em 1em 0;
  32. }
  33. #alertWrapper .btn {
  34. margin: 1em 1em 0 0;
  35. }
  36. #logout {
  37. float: right;
  38. margin: 1em;
  39. }