index.css 939 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  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. overflow-y: auto;
  20. border-radius: 2pt;
  21. }
  22. .emailDetails {
  23. background-color: white;
  24. }
  25. .foldersBox {
  26. position: absolute;
  27. top :0;
  28. left: 0;
  29. right: 0;
  30. bottom: 0;
  31. margin-left: 5pt!important;
  32. margin-top: 5pt!important;
  33. margin-right: 5pt!important;
  34. margin-bottom: 30pt!important;
  35. overflow-y: auto;
  36. width: 150pt;
  37. }
  38. .copyrights {
  39. position: absolute;
  40. right: 0;
  41. bottom: 0;
  42. margin-right: 5pt!important;
  43. margin-bottom: 5pt!important;
  44. overflow: hidden;
  45. text-overflow: ellipsis;
  46. white-space: nowrap;
  47. max-width: 80%;
  48. }