From bd0551b22076b82a6d49e9f7a2b2e0c90a1b2326 Mon Sep 17 00:00:00 2001
From: Aleksander Machniak <alec@alec.pl>
Date: Fri, 05 Feb 2016 07:25:27 -0500
Subject: [PATCH] Secure also downloads of addressbook exports, managesieve script exports and Enigma keys exports

---
 skins/larry/styles.css |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/skins/larry/styles.css b/skins/larry/styles.css
index ba17085..1321564 100644
--- a/skins/larry/styles.css
+++ b/skins/larry/styles.css
@@ -1,7 +1,7 @@
 /**
  * Roundcube webmail styles for skin "Larry"
  *
- * Copyright (c) 2012, The Roundcube Dev Team
+ * Copyright (c) 2012-2015, The Roundcube Dev Team
  * Screendesign by FLINT / Büro für Gestaltung, bueroflint.com
  *
  * The contents are subject to the Creative Commons Attribution-ShareAlike
@@ -23,6 +23,11 @@
 	overflow: hidden;
 }
 
+.iphone body.noscroll {
+	/* revert on iPhone (#1490551) */
+	overflow: auto;
+}
+
 a {
 	color: #0069a6;
 }

--
Gitblit v1.9.1