X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=installer%2Fstyles.css;h=1acdc9cd05307f0c6f2fc0991b2af82938f897df;hb=d1c6ff3023cb9fd7daadd0ecf3bfc5509da489c9;hp=ed64ff00110c1a32345b86292c259d43e753961e;hpb=04159d117a84f3fe93d565ea752fcd2ad4317604;p=roundcube.git 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 @@ 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;