summaryrefslogtreecommitdiff
path: root/plugins/enigma/skins/classic/enigma.css
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2015-03-08 10:54:28 +0100
committerAleksander Machniak <alec@alec.pl>2015-03-08 10:54:28 +0100
commit0878c846bc2c1030ed01c8db34e20796c31ccd2d (patch)
treed044028b2d657b25dc222997b42f56ff864d92c8 /plugins/enigma/skins/classic/enigma.css
parent9af8e22b8ea3bd4fe9e05860058d7fce29019455 (diff)
Enigma: Larry support, finished PGP decryption, other fixes and improvements
Diffstat (limited to 'plugins/enigma/skins/classic/enigma.css')
-rw-r--r--plugins/enigma/skins/classic/enigma.css52
1 files changed, 39 insertions, 13 deletions
diff --git a/plugins/enigma/skins/classic/enigma.css b/plugins/enigma/skins/classic/enigma.css
index b1c656f82..bbc4af99d 100644
--- a/plugins/enigma/skins/classic/enigma.css
+++ b/plugins/enigma/skins/classic/enigma.css
@@ -50,15 +50,49 @@ div.enigmawarning,
color: #333333;
}
+p.enigmaattachment
+{
+ margin: 0.5em 1em;
+ border: 1px solid #999;
+ border-radius: 4px;
+ width: auto;
+}
+
+p.enigmaattachment a
+{
+ display: block;
+ background: url(key_add.png) 10px center no-repeat;
+ padding: 1em 0.5em 1em 50px;
+}
+
+
+/***** E-mail Compose Page *****/
+
+#messagetoolbar a.button.enigma {
+ text-indent: -5000px;
+ background: url(enigma.png) 0 0 no-repeat;
+}
+
/***** Keys/Certs Management *****/
+#mainscreen.enigma
+{
+ top: 80px;
+}
+
div.enigmascreen
{
position: absolute;
- top: 65px;
- right: 10px;
- bottom: 10px;
- left: 10px;
+ top: 40px;
+ right: 0;
+ bottom: 0;
+ left: 0;
+}
+
+.enigma #quicksearchbar
+{
+ top: 10px;
+ right: 0;
}
#enigmacontent-box
@@ -111,7 +145,7 @@ div.enigmascreen
#keystoolbar
{
position: absolute;
- top: 30px;
+ top: 0;
left: 10px;
height: 35px;
}
@@ -147,14 +181,6 @@ div.enigmascreen
background-position: 0 0;
}
-#keystoolbar a.deleteSel {
- background-position: -32px -32px;
-}
-
-#keystoolbar a.delete {
- background-position: -32px 0;
-}
-
#keystoolbar a.importSel {
background-position: -64px -32px;
}