From 29f7b272a54ccb268148c48c2eefb00748dc2512 Mon Sep 17 00:00:00 2001
From: Thomas Bruederli <thomas@roundcube.net>
Date: Thu, 14 Aug 2014 13:33:37 -0400
Subject: [PATCH] Add Zen mode to message compose body (#1489198) using the Idered/zen-form jQuery plugin

---
 skins/larry/mail.css |   15 +++++++++++++++
 1 files changed, 15 insertions(+), 0 deletions(-)

diff --git a/skins/larry/mail.css b/skins/larry/mail.css
index 7eb3242..a78bfe0 100644
--- a/skins/larry/mail.css
+++ b/skins/larry/mail.css
@@ -1298,6 +1298,21 @@
 	bottom: 42px;
 }
 
+#composebodycontainer .go-zen {
+	position: absolute;
+	top: 6px;
+	right: 4px;
+}
+
+#composebodycontainer .icon-go-zen {
+	display: inline-block;
+	width: 16px;
+	height: 14px;
+	background: url('data:image/gif;base64,R0lGODlhDgAMAPABAHl5ef///yH/C1hNUCBEYXRhWE1QAT8AIfkEBQAAAQAsAAAAAA4ADAAAAh+EEaln6t+YRHGegHB2bW3PfUk3itqoWdSqns8rwUcBADs=') 1px 1px no-repeat;
+	text-indent: -5000px;
+	overflow: hidden;
+}
+
 #composebody {
 	position: absolute;
 	top: 0;

--
Gitblit v1.9.1