From 923d139f90f4a1c268965e03aacc3acd72723497 Mon Sep 17 00:00:00 2001 From: Aurélien Bompard Date: Fri, 12 Oct 2012 12:23:42 +0200 Subject: Add an icon for the attachments list toggle --- hyperkitty/static/css/style.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'hyperkitty/static/css') diff --git a/hyperkitty/static/css/style.css b/hyperkitty/static/css/style.css index a8c7a16..ae32605 100644 --- a/hyperkitty/static/css/style.css +++ b/hyperkitty/static/css/style.css @@ -400,3 +400,17 @@ p.attachments { margin-bottom: 0; font-weight: bold; } +li.attachments a.attachments { + padding-left: 20px; + margin-left: 1em; + background: url("../img/mail-attachment.png") no-repeat scroll left; +} +li.attachments ul { + position: absolute; + background-color: #F6F6F6; + margin-left: 0; +} +li.attachments ul li { + list-style-position: inside; + padding-left: 0.5em; +} -- cgit