summaryrefslogtreecommitdiff
path: root/installer/styles.css
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2008-10-03 20:58:23 +0000
committerthomascube <thomas@roundcube.net>2008-10-03 20:58:23 +0000
commite107123780c12b4d43d0264cb9c6180fb02d9ab8 (patch)
tree9bbdfc04828cc0f980a87b0d990020d50a1c8f47 /installer/styles.css
parent2b58528f6ad14d452e7a3b3af00071a9370a92c1 (diff)
Add methods to check and update local config files + show HTML output in installer test step
Diffstat (limited to 'installer/styles.css')
-rw-r--r--installer/styles.css17
1 files changed, 15 insertions, 2 deletions
diff --git a/installer/styles.css b/installer/styles.css
index ed64ff001..1acdc9cd0 100644
--- a/installer/styles.css
+++ b/installer/styles.css
@@ -131,7 +131,7 @@ textarea.configfile {
height: 30em;
}
-dt.propname {
+.propname {
font-family: monospace;
font-size: 9pt;
margin-top: 1em;
@@ -219,12 +219,25 @@ a.removelink {
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;