diff options
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 |
commit | 1b50472570540e059a2dfce1ada09012446053c0 (patch) | |
tree | c2f7af7a6ba623c88d8920bf8b447a9945218d7d /static | |
parent | cd34f836ac5e4ec55f5d87124b82e37671efb81e (diff) | |
download | Ishtar-1b50472570540e059a2dfce1ada09012446053c0.tar.bz2 Ishtar-1b50472570540e059a2dfce1ada09012446053c0.zip |
Reminder of operation for context records (refs #439)
Diffstat (limited to 'static')
-rw-r--r-- | static/media/style.css | 13 |
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; |