summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@peacefrogs.net>2011-06-13 20:36:08 +0200
committerÉtienne Loks <etienne.loks@peacefrogs.net>2011-06-13 20:36:08 +0200
commit95157d76a87f6b48761830cfa7daf9b630537b63 (patch)
treec2f7af7a6ba623c88d8920bf8b447a9945218d7d /static
parent675d84e3b94bd943d45b638e53e6bfb1de49ff0d (diff)
downloadIshtar-95157d76a87f6b48761830cfa7daf9b630537b63.tar.bz2
Ishtar-95157d76a87f6b48761830cfa7daf9b630537b63.zip
Reminder of operation for context records (refs #439)
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;