From 0344b168276f80189e2254c75a762aff5b517b6b Mon Sep 17 00:00:00 2001
From: Aleksander Machniak <alec@alec.pl>
Date: Sun, 22 May 2016 06:32:57 -0400
Subject: [PATCH] Fix priority icon(s) position

---
 plugins/enigma/skins/larry/enigma.css |   21 +++++++++++++++++++--
 1 files changed, 19 insertions(+), 2 deletions(-)

diff --git a/plugins/enigma/skins/larry/enigma.css b/plugins/enigma/skins/larry/enigma.css
index 046697c..f9ea499 100644
--- a/plugins/enigma/skins/larry/enigma.css
+++ b/plugins/enigma/skins/larry/enigma.css
@@ -65,9 +65,14 @@
 /***** E-mail Compose Page *****/
 
 #messagetoolbar a.button.enigma {
-  text-indent: -5000px;
   background: url(enigma_icons.png) center -122px no-repeat;
 }
+
+#enigmamenu {
+  color: white;
+  padding: 2px 5px;
+}
+
 
 /***** Keys/Certs Management *****/
 
@@ -80,6 +85,18 @@
 #settings-sections .enigma.keys.selected a {
   background-image: url(enigma_icons.png);
   background-position: 7px -368px;
+  background-repeat: no-repeat;
+}
+
+#sections-table #rcmrowenigma .section {
+  background-image: url(enigma_icons.png);
+  background-position: 5px -297px;
+  background-repeat: no-repeat;
+}
+
+#sections-table #rcmrowenigma.selected .section {
+  background-image: url(enigma_icons.png);
+  background-position: 5px -321px;
   background-repeat: no-repeat;
 }
 
@@ -144,5 +161,5 @@
 }
 
 #keystoolbar a.export {
-  background-position: center 0;
+  background-position: center -40px;
 }

--
Gitblit v1.9.1