123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- html, body {
- height: 100%;
- margin: 0px;
- }
- table {
- border-collapse: collapse;
- border-spacing: 0;
- }
- .contentBox {
- position: absolute;
- top: 0;
- left: 0;
- right: 0;
- bottom: 0;
- margin-left: 150pt!important;
- margin-top: 5pt!important;
- margin-right: 5pt!important;
- margin-bottom: 30pt!important;
- overflow-y: auto;
- border-radius: 2pt;
- }
- .emailDetails {
- background-color: white;
- }
- .foldersBox {
- position: absolute;
- top :0;
- left: 0;
- right: 0;
- bottom: 0;
- margin-left: 5pt!important;
- margin-top: 5pt!important;
- margin-right: 5pt!important;
- margin-bottom: 30pt!important;
- overflow-y: auto;
- width: 150pt;
- }
- .copyrights {
- position: absolute;
- right: 0;
- bottom: 0;
- margin-right: 5pt!important;
- margin-bottom: 5pt!important;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- max-width: 80%;
- }
|