aboutsummaryrefslogtreecommitdiffstats
path: root/views/root.tpl
diff options
context:
space:
mode:
authorVG <vg@devys.org>2014-11-29 16:30:06 +0100
committerVG <vg@devys.org>2014-11-29 16:30:06 +0100
commit953309ddde4477adfafd0e74d0fca074eeb63607 (patch)
treef29cbb0b8fb21deb89bedbff1cb599483b86ee3b /views/root.tpl
parent4475362294e6c8fd0df4f19c035bed81e595671c (diff)
downloadpasteme-953309ddde4477adfafd0e74d0fca074eeb63607.tar.gz
pasteme-953309ddde4477adfafd0e74d0fca074eeb63607.tar.bz2
pasteme-953309ddde4477adfafd0e74d0fca074eeb63607.zip
fix alignment pb on floating menu and add cosmetic changes
Diffstat (limited to 'views/root.tpl')
-rw-r--r--views/root.tpl6
1 files changed, 3 insertions, 3 deletions
diff --git a/views/root.tpl b/views/root.tpl
index 44a6028..179dde8 100644
--- a/views/root.tpl
+++ b/views/root.tpl
@@ -6,9 +6,9 @@ Please copy your text on the box below:
<form action="/" method="POST">
<textarea id="content" name="content"></textarea>
-<div id=floatingmenu>
- <button for="content" style="border:0;background:transparent">
- <img alt="paste" src="/static/enter-icon.png"/>
+<div id="floatingmenu">
+ <button for="content">
+ <img alt="Paste" src="/static/enter-icon.png" />
</button>
</div>