Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/roundcube/roundcubemail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2013-02-25 23:03:18 +0400
committerAleksander Machniak <alec@alec.pl>2013-02-25 23:03:18 +0400
commitee7926e24e7808c10275beb55fd5d7ba78a185be (patch)
tree5817b81a0cd1c561f1f550c0776bc1c74c21689e /plugins/zipdownload
parent36391cf3424b178067bed5153df915b3b3c872ac (diff)
Make margin-top on "Download all attachments" button smaller
Diffstat (limited to 'plugins/zipdownload')
-rw-r--r--plugins/zipdownload/skins/larry/zipdownload.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/zipdownload/skins/larry/zipdownload.css b/plugins/zipdownload/skins/larry/zipdownload.css
index d719ac677..bb92631b1 100644
--- a/plugins/zipdownload/skins/larry/zipdownload.css
+++ b/plugins/zipdownload/skins/larry/zipdownload.css
@@ -2,6 +2,6 @@
a.zipdownload {
display: inline-block;
- margin-top: 1.5em;
+ margin-top: .5em;
padding: 3px 5px 4px 5px;
-} \ No newline at end of file
+}