From e107123780c12b4d43d0264cb9c6180fb02d9ab8 Mon Sep 17 00:00:00 2001
From: thomascube <thomas@roundcube.net>
Date: Fri, 03 Oct 2008 16:58:23 -0400
Subject: [PATCH] Add methods to check and update local config files + show HTML output in installer test step

---
 installer/styles.css |   17 +++++++++++++++--
 1 files changed, 15 insertions(+), 2 deletions(-)

diff --git a/installer/styles.css b/installer/styles.css
index ed64ff0..1acdc9c 100644
--- a/installer/styles.css
+++ b/installer/styles.css
@@ -131,7 +131,7 @@
   height: 30em;
 }
 
-dt.propname {
+.propname {
   font-family: monospace;
   font-size: 9pt;
   margin-top: 1em;
@@ -219,12 +219,25 @@
   border: 2px solid #c2d071;
 }
 
-.warning {
+.suggestion {
+  padding: 0.6em;
+  background-color: #ebebeb;
+  border: 1px solid #999;
+}
+
+p.warning,
+div.warning {
   padding: 1em;
   background-color: #ef9398;
   border: 2px solid #dc5757;
 }
 
+h3.warning {
+  color: #c00;
+  background: url('images/error.png') top left no-repeat;
+  padding-left: 24px;
+}
+
 .userconf {
   color: #00c;
   font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

--
Gitblit v1.9.1