diff options
| author | roundcube <roundcube@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2006-02-04 19:08:10 +0000 |
|---|---|---|
| committer | roundcube <roundcube@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2006-02-04 19:08:10 +0000 |
| commit | 26a7c308ba0d3005cee783517c061e283dba31ab (patch) | |
| tree | d770e9306fb0e6b2ce678c6869535c7be663dc6f /roundcubemail/skins/default | |
| parent | 8e5232f5fd6a29a5b2adcbbca66c5ef83c7108de (diff) | |
Bugfixes for encoding and sending with attachments
git-svn-id: https://svn.roundcube.net/trunk@130 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/skins/default')
| -rw-r--r-- | roundcubemail/skins/default/mail.css | 5 | ||||
| -rw-r--r-- | roundcubemail/skins/default/templates/mail.html | 3 |
2 files changed, 7 insertions, 1 deletions
diff --git a/roundcubemail/skins/default/mail.css b/roundcubemail/skins/default/mail.css index bbfe217c3..a791625d3 100644 --- a/roundcubemail/skins/default/mail.css +++ b/roundcubemail/skins/default/mail.css @@ -749,3 +749,8 @@ div.message-part pre margin-top: 8px; } +#rcmquotadisplay +{ + color: #999999; + font-size: 11px; +} diff --git a/roundcubemail/skins/default/templates/mail.html b/roundcubemail/skins/default/templates/mail.html index 0913018f2..224668e66 100644 --- a/roundcubemail/skins/default/templates/mail.html +++ b/roundcubemail/skins/default/templates/mail.html @@ -50,7 +50,8 @@ <roundcube:label name="select" />: <roundcube:button command="select-all" label="all" classAct="active" /> <roundcube:button command="select-all" prop="unread" label="unread" classAct="active" /> -<roundcube:button command="select-none" label="none" classAct="active" /> +<roundcube:button command="select-none" label="none" classAct="active" /> +<roundcube:label name="quota" />: <roundcube:object name="quotaDisplay" /> </div> </body> |
