From: Michael M Slusarz Date: Tue, 13 Oct 2009 17:21:34 +0000 (-0600) Subject: Fix CSS ordering X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=3d7ac75844e82363c5688281f7f652abae14b6dd;p=horde.git Fix CSS ordering --- diff --git a/imp/themes/screen-dimp.css b/imp/themes/screen-dimp.css index 57aec6c09..6a56cbdf8 100644 --- a/imp/themes/screen-dimp.css +++ b/imp/themes/screen-dimp.css @@ -700,14 +700,14 @@ div.dimpActionsCompose, div.dimpActionsMsg { #attach_list span.remove:hover { text-decoration: underline; } -#attach_list div, span.attachmentImg { - background-image: url("graphics/attachment.png"); -} #attach_list div { background: transparent left 2px no-repeat; height: 20px; padding-left: 20px; } +#attach_list div, span.attachmentImg { + background-image: url("graphics/attachment.png"); +} #attach_list span.attachName { color: blue; cursor: pointer;