Strato Mail

Simplifies layout of new Strato Webmail

  1. // ==UserScript==
  2. // @name Strato Mail
  3. // @description Simplifies layout of new Strato Webmail
  4. // @include https://communicator.strato.com/appsuite/#!&app=io.ox/mail*
  5. // @version 1
  6. // @grant GM_addStyle
  7. // @namespace https://greasyfork.org/users/33459
  8. // ==/UserScript==
  9. //
  10. //.list-item.small { padding-bottom: 0; padding top: 0}
  11. GM_addStyle(' .list-item.small { padding-bottom: 0 !important; padding-top: 0 !important; } ');
  12. GM_addStyle(' #io-ox-core.show-banner #io-ox-topbar { top: 16px !important; } ');
  13. GM_addStyle(' #io-ox-core.show-banner #io-ox-banner { height: 6px !important; padding: 8px 20px; }');
  14. GM_addStyle(' .folder-tree .tree-container .selectable { color: #333px !important; line-height: 15px !important; }');
  15. GM_addStyle(' #io-ox-core.show-banner #io-ox-screens { top: 50px !important; } ');
  16. GM_addStyle(' .generic-toolbar .toolbar-item { line-height: 24px !important; } ');
  17. GM_addStyle(' .generic-toolbar { height: 25px !important; }');
  18. GM_addStyle(' .list-view-control.toolbar-top-visible:not(.upside-down) .list-view { top: 25px !important; } ');
  19. GM_addStyle(' .window-sidepanel .upsell-link-wrapper { height: 0px !important; }');
  20. GM_addStyle(' .folder-tree { bottom: 25px !important; } ');
  21. GM_addStyle(' #io-ox-banner .banner-title { background-size: 50% !important; height: 14px !important; } ');
  22. GM_addStyle(' #io-ox-topbar { height: 30px !important; } ');
  23. GM_addStyle(' #io-ox-topbar .launcher-dropdown > a, #io-ox-topbar .launcher > a { line-height: 30px !important; } ');