diff options
Diffstat (limited to 'skins')
-rw-r--r-- | skins/default/mail.css | 18 | ||||
-rw-r--r-- | skins/default/templates/mail.html | 2 |
2 files changed, 14 insertions, 6 deletions
diff --git a/skins/default/mail.css b/skins/default/mail.css index c60a73dc8..95e404691 100644 --- a/skins/default/mail.css +++ b/skins/default/mail.css @@ -555,6 +555,19 @@ html>body*#quicksearchbar #quicksearchbox { width: 180px; top:0px; right: 1px; l background-color: #b4eeb4;*/ } +#quotadisplay +{ + color: #666666; + font-size: 11px; +} + +#quotadisplay img +{ + vertical-align: middle; + padding-left: 4px; +} + + /** message view styles */ @@ -881,8 +894,3 @@ div.message-part blockquote blockquote blockquote margin-top: 8px; } -#rcmquotadisplay -{ - color: #999999; - font-size: 11px; -} diff --git a/skins/default/templates/mail.html b/skins/default/templates/mail.html index c2e5316eb..962a298ab 100644 --- a/skins/default/templates/mail.html +++ b/skins/default/templates/mail.html @@ -57,7 +57,7 @@ <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:label name="quota" />: <roundcube:object name="quotaDisplay" /> +<roundcube:label name="quota" />: <roundcube:object name="quotaDisplay" display="text" id="quotadisplay" /> </div> </body> |