From ce22f1e0c68d6813177f5e2177371032f9924a50 Mon Sep 17 00:00:00 2001
From: thomascube <thomas@roundcube.net>
Date: Mon, 21 Nov 2011 09:10:29 -0500
Subject: [PATCH] Show configurable support link in about page; refer on <srcuri> for download link; no link to roundcube.net to avoid tons of support requests

---
 skins/default/settings.css |   17 ++++++++---------
 1 files changed, 8 insertions(+), 9 deletions(-)

diff --git a/skins/default/settings.css b/skins/default/settings.css
index 50f1b2c..8f24d80 100644
--- a/skins/default/settings.css
+++ b/skins/default/settings.css
@@ -171,12 +171,16 @@
   font-family: monospace;
 }
 
+div.readtext
+{
+  width: 42em;
+  padding: 20px;
+}
+
 #license
 {
-  margin-left: 20px;
-  left: 20px;
   width: 500px;
-  height: 250px;
+  padding-bottom: 2em;
   background: url(images/watermark.gif) no-repeat center;
 }
 
@@ -194,20 +198,15 @@
 #license .license,
 #license .links
 {
-  margin-top: 30px;
+  margin-top: 1.5em;
 }
 
 #pluginlist
 {
   border: 1px solid #999;
-  margin-left: 20px;
-  top: 300px;
-  left: 20px;
   width: 500px;
 }
 
-#pluginlist td.source,
-#pluginlist td.license,
 #pluginlist td.version
 {
   text-align: center;

--
Gitblit v1.9.1