diff options
author | thomascube <thomas@roundcube.net> | 2006-02-04 19:08:10 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2006-02-04 19:08:10 +0000 |
commit | 58e3602a37cccab55f71fbf839b32fbc4322699c (patch) | |
tree | 4f48f72eb95d6ad7fb69ac09644e96f890bfded8 /skins | |
parent | 76ffa2a099300325b34c92a9291dc4031b8a0d8a (diff) |
Bugfixes for encoding and sending with attachments
Diffstat (limited to 'skins')
-rw-r--r-- | skins/default/mail.css | 5 | ||||
-rw-r--r-- | skins/default/templates/mail.html | 3 |
2 files changed, 7 insertions, 1 deletions
diff --git a/skins/default/mail.css b/skins/default/mail.css index bbfe217c3..a791625d3 100644 --- a/skins/default/mail.css +++ b/skins/default/mail.css @@ -749,3 +749,8 @@ div.message-part pre margin-top: 8px; } +#rcmquotadisplay +{ + color: #999999; + font-size: 11px; +} diff --git a/skins/default/templates/mail.html b/skins/default/templates/mail.html index 0913018f2..224668e66 100644 --- a/skins/default/templates/mail.html +++ b/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> |