From 6749e45ed338c719735cc8ea47d83ca7e7879432 Mon Sep 17 00:00:00 2001
From: alecpl <alec@alec.pl>
Date: Fri, 04 Jun 2010 17:03:47 -0400
Subject: [PATCH] - fix parsing bodystructure of messages with "Content-Type: multipart/related; type=multipart/alternative"

---
 installer/styles.css |   43 +++++++++++++++++++++++++++++++++----------
 1 files changed, 33 insertions(+), 10 deletions(-)

diff --git a/installer/styles.css b/installer/styles.css
index de4a9ca..1acdc9c 100644
--- a/installer/styles.css
+++ b/installer/styles.css
@@ -88,19 +88,24 @@
   padding: 1em 5em 1em 0.2em;
 }
 
+#progress li a {
+  color: #999;
+  text-decoration: none;
+}
+
+#progress li a:hover {
+  text-decoration: underline;
+}
+
 #progress li.current {
   color: #000;
   font-weight: bold;
 }
 
 #progress li.passed,
-#progress li.passed a {
+#progress li.passed a,
+#progress li.current a {
   color: #333;
-  text-decoration: none;
-}
-
-#progress li.passed a:hover {
-  text-decoration: underline;
 }
 
 fieldset {
@@ -123,10 +128,10 @@
   font-family: monospace;
   font-size: 9pt;
   width: 100%;
-  height: 40em;
+  height: 30em;
 }
 
-dt.propname {
+.propname {
   font-family: monospace;
   font-size: 9pt;
   margin-top: 1em;
@@ -137,7 +142,7 @@
   margin-top: 0.3em;
 }
 
-label {
+dd label {
   padding-left: 0.5em;
 }
 
@@ -214,8 +219,26 @@
   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