diff options
| author | Cédric Picard <cedric.picard@efrei.net> | 2015-01-03 06:10:12 +0100 | 
|---|---|---|
| committer | Cédric Picard <cedric.picard@efrei.net> | 2015-01-03 06:10:12 +0100 | 
| commit | 54873eb9d4abf3e3e99cda4f500fe93572b287b0 (patch) | |
| tree | 001cd3fc9e7f6c1f961ff40a0442b71adea5698b | |
| parent | c701271404cfe234750e5ab73686fad1c5eb275c (diff) | |
| download | pasteme-54873eb9d4abf3e3e99cda4f500fe93572b287b0.tar.gz pasteme-54873eb9d4abf3e3e99cda4f500fe93572b287b0.tar.bz2 pasteme-54873eb9d4abf3e3e99cda4f500fe93572b287b0.zip | |
Added a space to indicate time left
| -rw-r--r-- | static/base.css | 4 | ||||
| -rw-r--r-- | views/paste.tpl | 5 | 
2 files changed, 9 insertions, 0 deletions
| diff --git a/static/base.css b/static/base.css index 84c8598..c8dd544 100644 --- a/static/base.css +++ b/static/base.css @@ -10,6 +10,10 @@ body {      margin-left: auto;  } +#timeleft { +    margin-top: 30px; +} +  #content {      width:  650px;      height: 600px; diff --git a/views/paste.tpl b/views/paste.tpl index dc60a24..bbd8059 100644 --- a/views/paste.tpl +++ b/views/paste.tpl @@ -1,4 +1,9 @@  % rebase('base.tpl', title='Paste snippets') + +<div id="timeleft"> +  This file will be deleted on {{!timeleft}} +</div> +  {{!content}}  <div id="floatingmenu">    <a href="/"><img alt="return" src="static/esc-icon.png" /></a><br /> | 
