Server IP : 23.254.227.96 / Your IP : 216.73.216.7 Web Server : Apache/2.4.62 (Unix) OpenSSL/1.1.1k System : Linux hwsrv-1277026.hostwindsdns.com 4.18.0-477.13.1.el8_8.x86_64 #1 SMP Tue May 30 14:53:41 EDT 2023 x86_64 User : viralblo ( 1001) PHP Version : 8.1.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /usr/local/cwpsrv/var/services/roundcube/skins/elastic/styles/ |
Upload File : |
/** * Roundcube Webmail styles for the Elastic skin * * Copyright (c) The Roundcube Dev Team * * The contents are subject to the Creative Commons Attribution-ShareAlike * License. It is allowed to copy, distribute, transmit and to adapt the work * by keeping credits to the original authors in the README.md file. * See http://creativecommons.org/licenses/by-sa/3.0/ for details. */ /*** Additional styles for printouts ***/ body { overflow: auto; height: auto; } #print-layout { margin: 1rem; #logo { max-height: 80px; } // Overwrites for mail message printouts .image-attachment { .image-link { margin-bottom: .5rem; } .attachment-links { display: none; } } .header-content { .message-partheaders { padding: 0 !important; border: 0; font-size: 1rem; color: inherit; } } #message-header { margin-bottom: .5rem; } .attachment-size { padding-left: .1rem; } // Overwrites for contact printouts .formcontent { padding: 0; legend { margin-top: .5rem; } .row .form-control-plaintext { padding: .1rem; } .contactfield { padding: .2rem 0; } } .propform.groupped .row.input-group .input-group-text { padding: 0; min-width: 12rem; background: #fff; border: 0; } .contact-header { margin-bottom: 0; } }