index.css 1.1 KB

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