Compare commits

...

4 commits

Author SHA1 Message Date
73ad37324a Update README.md
Signed-off-by: Sophie Marie <ideleted@system64.dev>
2024-08-20 10:51:29 -05:00
Aleksander Machniak
25b1b691b8
Merge pull request #6 from progsmile/fix/rename-contractimport-html
actualize name for contactimport.html file
2023-11-11 13:04:38 +01:00
Denys Klymenko
acc89736be actualize name for contactimport.html file 2023-10-27 12:00:52 +03:00
Aleksander Machniak
6a7c98a528 Fix unwanted wrapping of a long message subject on the messages list in recent webkit browsers (#3) 2023-07-11 18:26:44 +02:00
4 changed files with 5 additions and 20 deletions

View file

@ -1,9 +1,8 @@
ROUNDCUBE WEBMAIL SKIN "LARRY"
ROUNDCUBE WEBMAIL SKIN "64Mail"
==============================
This skin package contains the "Larry" theme of the Roundcube Webmail
software. It can be used, modified and redistributed according to
the terms described in the LICENSE section.
This skin package contains a modified version of the "Larry" theme for Roundcube Webmail
software, modified with 64Mail branding.
For information about building or modifying Roundcube skins please visit
https://github.com/roundcube/roundcubemail/wiki/Skins
@ -11,20 +10,7 @@ https://github.com/roundcube/roundcubemail/wiki/Skins
Screendesign by FLINT / Büro für Gestaltung, Bern, Switzerland
http://bueroflint.com
INSTALLATION
------------
The skin can be installed by putting the content in a subfolder of the
the Roundcube's `skins` folder or by using composer:
```
composer require "roundcube/larry:~1.6.0"
```
Note: make sure to use version of the skin that matches the Roundcube version.
If it is not available use the closest lower version number. For example,
if your Roundcube version is 1.6.5, use skin version 1.6.x (with max X that exists),
if 1.6.x does not exist use 1.5.x and so on. Using 1.7.x and up might not work.
64Mail branding by System64.dev / IDeletedSystem64
LICENSE
-------

View file

@ -1457,7 +1457,6 @@ body.status-flagged .flag-icon {
.widescreen .messagelist td.subject {
width: 99%;
white-space: wrap;
position: relative; /* for span.date positioning in Firefox */
}

2
mail.min.css vendored

File diff suppressed because one or more lines are too long