diff options
| author | rr- | 2017-02-21 18:54:46 +0100 |
|---|---|---|
| committer | rr- | 2017-02-21 19:00:02 +0100 |
| commit | d00d282bff15d37cff7818d39663ad07b3cbee43 (patch) | |
| tree | c4ed06cce7e9f82dd149829cdfb0105352962bcc /client/html/file_dropper.tpl | |
| parent | 1e58899b03319c56682dbc562cbf5828b97bddf3 (diff) | |
client/posts: improve file dropper appearance
Diffstat (limited to 'client/html/file_dropper.tpl')
| -rw-r--r-- | client/html/file_dropper.tpl | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/client/html/file_dropper.tpl b/client/html/file_dropper.tpl index 2ce0ff5..3da2f4f 100644 --- a/client/html/file_dropper.tpl +++ b/client/html/file_dropper.tpl @@ -14,11 +14,13 @@ <% } %> </label> <% if (ctx.allowUrls) { %> - <input type='text' name='url' placeholder='Alternatively, paste an URL here.'/> - <% if (ctx.lock) { %> - <button>Confirm</button> - <% } else { %> - <button>Add URL</button> - <% } %> + <div class='url-holder'> + <input type='text' name='url' placeholder='Alternatively, paste an URL here.'/> + <% if (ctx.lock) { %> + <button>Confirm</button> + <% } else { %> + <button>Add URL</button> + <% } %> + </div> <% } %> </div> |