summaryrefslogtreecommitdiff
path: root/static/layout.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/layout.css')
-rw-r--r--static/layout.css18
1 files changed, 18 insertions, 0 deletions
diff --git a/static/layout.css b/static/layout.css
index eb670f5..1b8f0f5 100644
--- a/static/layout.css
+++ b/static/layout.css
@@ -61,6 +61,24 @@ div#creatpw {
input[type=submit] {
margin-top:1em;
}
+
+div#infobox {
+ display:inline-block;
+ max-width:40em;
+ color:#000;
+ background-color:#dde2ff;
+ border:1px solid #bcf;
+ margin:2em 0em -1em 0em;
+}
+div#infobox img {
+ float:left;
+ margin:15px 5px;
+}
+div#infobox p {
+ text-align:left;
+ margin-left:45px;
+}
+
body#error img {
float:left;
margin:2em;