From 95157d76a87f6b48761830cfa7daf9b630537b63 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Mon, 13 Jun 2011 20:36:08 +0200 Subject: Reminder of operation for context records (refs #439) --- static/media/style.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'static') 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; -- cgit v1.2.3