From 7fc6e2eaf9d60dd071f9a9d6360047f8a2312116 Mon Sep 17 00:00:00 2001
From: Angie Byron <webchick@24967.no-reply.drupal.org>
Date: Mon, 3 Aug 2009 02:35:11 +0000
Subject: [PATCH] #536982 by yoroy: Fix alignment of blank icons in admin theme
 listing.

---
 themes/seven/style.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/themes/seven/style.css b/themes/seven/style.css
index 22f523348666..f8e4240c2706 100644
--- a/themes/seven/style.css
+++ b/themes/seven/style.css
@@ -340,7 +340,7 @@ ul.secondary li.active a.active {
   border-bottom: 1px solid #ccc;
   margin-left: 0;
   margin-bottom: 10px;
-  background: url(images/list-item.png) no-repeat;
+  background: url(images/list-item.png) no-repeat 0 3px;
   list-style-type: none;
   list-style-image: none;
 }
-- 
GitLab