summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
Diffstat (limited to 'static')
-rw-r--r--static/media/style.css13
1 files changed, 13 insertions, 0 deletions
diff --git a/static/media/style.css b/static/media/style.css
index e8c94c552..82c895080 100644
--- a/static/media/style.css
+++ b/static/media/style.css
@@ -178,6 +178,19 @@ ul#form_path button {
font-family:Arial, Helvetica, sans-serif;
}
+.reminder{
+ padding:0.4em;
+ border:1px solid #CCC;
+ -moz-border-radius:8px;
+ -webkit-border-radius:8px;
+ border-radius:8px;
+ text-align:center;
+ width:400px;
+ margin-left:auto;
+ margin-right:auto;
+ background-color:white;
+}
+
div.form {
margin-left:auto;
margin-right:auto;