diff options
author | ArthurHoaro <arthur@hoa.ro> | 2017-01-06 14:50:09 +0100 |
---|---|---|
committer | ArthurHoaro <arthur@hoa.ro> | 2017-01-06 14:50:09 +0100 |
commit | b057607f1b8a242c5c0325ceaf7c963632b960aa (patch) | |
tree | ffcec7ca97bc9edc84d2a79d5d7cb9f37200cc50 /tpl/default/import.html | |
parent | 2bbf5d03ca47c9ce5bc88aabae6096f90f646cab (diff) | |
download | Shaarli-b057607f1b8a242c5c0325ceaf7c963632b960aa.tar.gz Shaarli-b057607f1b8a242c5c0325ceaf7c963632b960aa.tar.zst Shaarli-b057607f1b8a242c5c0325ceaf7c963632b960aa.zip |
A lot of minor improvements, cleanup, narrow mobile side blank spaces
Diffstat (limited to 'tpl/default/import.html')
-rw-r--r-- | tpl/default/import.html | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/tpl/default/import.html b/tpl/default/import.html index a524c3bc..e6e521e8 100644 --- a/tpl/default/import.html +++ b/tpl/default/import.html | |||
@@ -6,15 +6,10 @@ | |||
6 | <body> | 6 | <body> |
7 | {include="page.header"} | 7 | {include="page.header"} |
8 | 8 | ||
9 | {$ratioLabel='5-12'} | ||
10 | {$ratioLabelMobile='7-8'} | ||
11 | {$ratioInput='7-12'} | ||
12 | {$ratioInputMobile='1-8'} | ||
13 | |||
14 | <form method="POST" action="?do=import" enctype="multipart/form-data" name="uploadform" id="uploadform"> | 9 | <form method="POST" action="?do=import" enctype="multipart/form-data" name="uploadform" id="uploadform"> |
15 | <div class="pure-g"> | 10 | <div class="pure-g"> |
16 | <div class="pure-u-lg-1-4 pure-u-1-8"></div> | 11 | <div class="pure-u-lg-1-4 pure-u-1-24"></div> |
17 | <div class="pure-u-lg-1-2 pure-u-3-4 page-form page-form-complete"> | 12 | <div class="pure-u-lg-1-2 pure-u-22-24 page-form page-form-complete"> |
18 | <div> | 13 | <div> |
19 | <h2 class="window-title">{"Import Database"|t}</h2> | 14 | <h2 class="window-title">{"Import Database"|t}</h2> |
20 | </div> | 15 | </div> |
@@ -52,7 +47,10 @@ | |||
52 | <div class="pure-g"> | 47 | <div class="pure-g"> |
53 | <div class="pure-u-lg-1-3 pure-u-7-8"> | 48 | <div class="pure-u-lg-1-3 pure-u-7-8"> |
54 | <div class="form-label"> | 49 | <div class="form-label"> |
55 | <label for="overwrite"><span class="label-name">{'Overwrite existing bookmarks'|t}</span></label> | 50 | <label for="overwrite"> |
51 | <span class="label-name">{'Overwrite existing bookmarks'|t}</span><br> | ||
52 | <span class="label-desc">{'Duplicates based on URL'|t}</span> | ||
53 | </label> | ||
56 | </div> | 54 | </div> |
57 | </div> | 55 | </div> |
58 | <div class="pure-u-lg-2-3 pure-u-1-8"> | 56 | <div class="pure-u-lg-2-3 pure-u-1-8"> |
@@ -70,7 +68,7 @@ | |||
70 | </div> | 68 | </div> |
71 | <div class="pure-u-lg-2-3 pure-u-1"> | 69 | <div class="pure-u-lg-2-3 pure-u-1"> |
72 | <div class="form-input"> | 70 | <div class="form-input"> |
73 | <input type="text" name="default_tags" id="default_tags"> | 71 | <input type="text" name="default_tags" id="default_tags" placeholder="{'Tag'|t}"> |
74 | </div> | 72 | </div> |
75 | </div> | 73 | </div> |
76 | </div> | 74 | </div> |