aboutsummaryrefslogtreecommitdiffstats
path: root/views/root.tpl
diff options
context:
space:
mode:
authorCédric Picard <cedric.picard@efrei.net>2014-11-29 02:54:40 +0100
committerCédric Picard <cedric.picard@efrei.net>2014-11-29 02:54:40 +0100
commit8f6199c8c46a53557c8a45e172ede5f4402fb10a (patch)
treed9ab728378e8d51168c2a0fa47205a7cbbad4b08 /views/root.tpl
parent016ee202b5fb4b4c77eaffd68f58c59b80e63a7e (diff)
downloadpasteme-8f6199c8c46a53557c8a45e172ede5f4402fb10a.tar.gz
pasteme-8f6199c8c46a53557c8a45e172ede5f4402fb10a.tar.bz2
pasteme-8f6199c8c46a53557c8a45e172ede5f4402fb10a.zip
Improved theme: icons and banner
Diffstat (limited to 'views/root.tpl')
-rw-r--r--views/root.tpl9
1 files changed, 7 insertions, 2 deletions
diff --git a/views/root.tpl b/views/root.tpl
index b9acec8..44a6028 100644
--- a/views/root.tpl
+++ b/views/root.tpl
@@ -4,8 +4,13 @@ You are on a simple paste deposit service.
Please copy your text on the box below:
<form action="/" method="POST">
-
<textarea id="content" name="content"></textarea>
-<button for="content">Paste</button>
+<div id=floatingmenu>
+ <button for="content" style="border:0;background:transparent">
+ <img alt="paste" src="/static/enter-icon.png"/>
+ </button>
+</div>
+
+
</form>