diff options
author | thomascube <thomas@roundcube.net> | 2006-09-01 17:14:51 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2006-09-01 17:14:51 +0000 |
commit | fda695f29732f5e5bcaa55e7e7abd090d2359927 (patch) | |
tree | b4dbc2eb052e2b4cdff106a5409a2592f18363b5 /skins | |
parent | 5cd296dfb81988fbfb1aba5fecdc865bbe548a46 (diff) |
Finalized quota image
Diffstat (limited to 'skins')
-rw-r--r-- | skins/default/mail.css | 3 | ||||
-rw-r--r-- | skins/default/templates/mail.html | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/skins/default/mail.css b/skins/default/mail.css index 95e404691..d94d6a1f8 100644 --- a/skins/default/mail.css +++ b/skins/default/mail.css @@ -564,7 +564,8 @@ html>body*#quicksearchbar #quicksearchbox { width: 180px; top:0px; right: 1px; l #quotadisplay img { vertical-align: middle; - padding-left: 4px; + margin-left: 4px; + border: 1px solid #666666; } diff --git a/skins/default/templates/mail.html b/skins/default/templates/mail.html index 962a298ab..663fdfd88 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" display="text" id="quotadisplay" /> +<roundcube:label name="quota" />: <roundcube:object name="quotaDisplay" display="image" width="120" id="quotadisplay" /> </div> </body> |