From a99c34159d03f2b5b525d6d8cc38509c4ac2f0a1 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Tue, 31 Mar 2015 18:56:32 +0200 Subject: Enigma: Implemented messages signing and encrypting --- plugins/enigma/skins/larry/enigma.css | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) (limited to 'plugins/enigma/skins/larry/enigma.css') diff --git a/plugins/enigma/skins/larry/enigma.css b/plugins/enigma/skins/larry/enigma.css index 046697c56..0f393a022 100644 --- a/plugins/enigma/skins/larry/enigma.css +++ b/plugins/enigma/skins/larry/enigma.css @@ -65,10 +65,15 @@ p.enigmaattachment a { /***** 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 *****/ #settings-sections .enigma.keys a { @@ -83,6 +88,18 @@ p.enigmaattachment a { 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; +} + #mainscreen.enigma #settings-sections, #mainscreen.enigma #settings-right { -- cgit v1.2.3