diff options
-rw-r--r-- | static/base.css | 5 | ||||
-rw-r--r-- | static/download-icon.png | bin | 0 -> 11617 bytes | |||
-rw-r--r-- | static/esc-icon.png | bin | 0 -> 11140 bytes | |||
-rw-r--r-- | views/paste.tpl | 4 |
4 files changed, 2 insertions, 7 deletions
diff --git a/static/base.css b/static/base.css index 5160b77..c671db7 100644 --- a/static/base.css +++ b/static/base.css @@ -7,14 +7,9 @@ body { } #floatingmenu { - border: 1px solid #000; - width: 200px; - height: 50px; - background-color: #343844; display: block; position: absolute; right: 0px; top: 0px; position: absolute; - color: #E9A94B; } diff --git a/static/download-icon.png b/static/download-icon.png Binary files differnew file mode 100644 index 0000000..28b925f --- /dev/null +++ b/static/download-icon.png diff --git a/static/esc-icon.png b/static/esc-icon.png Binary files differnew file mode 100644 index 0000000..7d7ba2a --- /dev/null +++ b/static/esc-icon.png diff --git a/views/paste.tpl b/views/paste.tpl index 56902a4..b23badb 100644 --- a/views/paste.tpl +++ b/views/paste.tpl @@ -1,6 +1,6 @@ % rebase('base.tpl', title='Paste snippets') {{!content}} <div id="floatingmenu"> -<a href="/">Paste something again</a><br /> -<a href="/{{pid}}/raw">Raw format</a><br /> +<a href="/"><img src="static/esc-icon.png"/></a> +<a href="/{{pid}}/raw"><img src="static/download-icon.png"/></a> </div> |