index.css 910 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. html, body {
  2. height: 100%;
  3. margin: 0px;
  4. }
  5. table {
  6. border-collapse: collapse;
  7. border-spacing: 0;
  8. }
  9. .contentBox {
  10. position: absolute;
  11. top: 0;
  12. left: 0;
  13. right: 0;
  14. bottom: 0;
  15. margin-left: 150pt!important;
  16. margin-top: 5pt!important;
  17. margin-right: 5pt!important;
  18. margin-bottom: 30pt!important;
  19. padding: 5pt
  20. }
  21. .emailDetails {
  22. background-color: white;
  23. }
  24. .foldersBox {
  25. position: absolute;
  26. top :0;
  27. left: 0;
  28. right: 0;
  29. bottom: 0;
  30. margin-left: 5pt!important;
  31. margin-top: 5pt!important;
  32. margin-right: 5pt!important;
  33. margin-bottom: 30pt!important;
  34. overflow-y: auto;
  35. width: 150pt;
  36. }
  37. .copyrights {
  38. position: absolute;
  39. right: 0;
  40. bottom: 0;
  41. margin-right: 5pt!important;
  42. margin-bottom: 5pt!important;
  43. overflow: hidden;
  44. text-overflow: ellipsis;
  45. white-space: nowrap;
  46. max-width: 80%;
  47. }