diff options
Diffstat (limited to 'tpl/default/addlink.html')
-rw-r--r-- | tpl/default/addlink.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tpl/default/addlink.html b/tpl/default/addlink.html index e4208008..2d66c381 100644 --- a/tpl/default/addlink.html +++ b/tpl/default/addlink.html | |||
@@ -7,11 +7,11 @@ | |||
7 | {include="page.header"} | 7 | {include="page.header"} |
8 | <div class="pure-g"> | 8 | <div class="pure-g"> |
9 | <div class="pure-u-lg-1-3 pure-u-1-8"></div> | 9 | <div class="pure-u-lg-1-3 pure-u-1-8"></div> |
10 | <div id="addlink-form" class="page-form pure-u-lg-1-3 pure-u-3-4"> | 10 | <div id="addlink-form" class="page-form page-form-light pure-u-lg-1-3 pure-u-3-4"> |
11 | <h2 class="window-title">{"Shaare a new link"|t}</h2> | 11 | <h2 class="window-title">{"Shaare a new link"|t}</h2> |
12 | <form method="GET" action="#" name="addform" class="addform page-form page-form-light autofocus"> | 12 | <form method="GET" action="#" name="addform" class="addform"> |
13 | <div> | 13 | <div> |
14 | <input type="text" name="post" placeholder="{'URL or leave empty to post a note'|t}"> | 14 | <input type="text" name="post" placeholder="{'URL or leave empty to post a note'|t}" class="autofocus"> |
15 | </div> | 15 | </div> |
16 | <div> | 16 | <div> |
17 | <input type="submit" value="{'Add link'|t}"> | 17 | <input type="submit" value="{'Add link'|t}"> |