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
commit1b50472570540e059a2dfce1ada09012446053c0 (patch)
treec2f7af7a6ba623c88d8920bf8b447a9945218d7d /static
parentcd34f836ac5e4ec55f5d87124b82e37671efb81e (diff)
downloadIshtar-1b50472570540e059a2dfce1ada09012446053c0.tar.bz2
Ishtar-1b50472570540e059a2dfce1ada09012446053c0.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;