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/install.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/install.html')
-rw-r--r-- | tpl/default/install.html | 19 |
1 files changed, 6 insertions, 13 deletions
diff --git a/tpl/default/install.html b/tpl/default/install.html index aa606e92..0bd8a635 100644 --- a/tpl/default/install.html +++ b/tpl/default/install.html | |||
@@ -4,21 +4,15 @@ | |||
4 | {include="includes"} | 4 | {include="includes"} |
5 | </head> | 5 | </head> |
6 | <body> | 6 | <body> |
7 | <div id="header" class="pure-u-0 pure-u-lg-visible"> | ||
8 | <h1 id="header-title"> | ||
9 | <a>Shaarli</a> | ||
10 | </h1> | ||
11 | </div> | ||
12 | <div class="clear"></div> | ||
13 | 7 | ||
14 | {$ratioLabel='1-4'} | 8 | {$ratioLabel='1-4'} |
15 | {$ratioInput='3-4'} | 9 | {$ratioInput='3-4'} |
16 | 10 | ||
17 | <form method="POST" action="#" name="installform" id="installform"> | 11 | <form method="POST" action="#" name="installform" id="installform"> |
18 | <div class="pure-g"> | 12 | <div class="pure-g"> |
19 | <div class="pure-u-lg-1-6 pure-u-1-8"></div> | 13 | <div class="pure-u-lg-1-6 pure-u-1-24"></div> |
20 | <div class="pure-u-lg-2-3 pure-u-3-4 page-form page-form-complete"> | 14 | <div class="pure-u-lg-2-3 pure-u-22-24 page-form page-form-complete"> |
21 | <h2 class="window-title">{'Install'|t}</h2> | 15 | <h2 class="window-title">{'Install Shaarli'|t}</h2> |
22 | 16 | ||
23 | <div class="center"> | 17 | <div class="center"> |
24 | {'It looks like it\'s the first time you run Shaarli. Please configure it.'|t} | 18 | {'It looks like it\'s the first time you run Shaarli. Please configure it.'|t} |
@@ -87,7 +81,7 @@ | |||
87 | </div> | 81 | </div> |
88 | 82 | ||
89 | <div class="pure-g"> | 83 | <div class="pure-g"> |
90 | <div class="pure-u-lg-{$ratioLabel} pure-u-1"> | 84 | <div class="pure-u-lg-{$ratioLabel} pure-u-7-8"> |
91 | <div class="form-label"> | 85 | <div class="form-label"> |
92 | <label for="update"> | 86 | <label for="update"> |
93 | <span class="label-name">{'Check updates'|t}</span><br> | 87 | <span class="label-name">{'Check updates'|t}</span><br> |
@@ -97,16 +91,15 @@ | |||
97 | </label> | 91 | </label> |
98 | </div> | 92 | </div> |
99 | </div> | 93 | </div> |
100 | <div class="pure-u-lg-{$ratioInput} pure-u-1 "> | 94 | <div class="pure-u-lg-{$ratioInput} pure-u-1-8"> |
101 | <div class="form-input"> | 95 | <div class="form-input"> |
102 | <input type="checkbox" name="updateCheck" id="update" checked="checked"> | 96 | <input type="checkbox" name="updateCheck" id="update" checked="checked"> |
103 | |||
104 | </div> | 97 | </div> |
105 | </div> | 98 | </div> |
106 | </div> | 99 | </div> |
107 | 100 | ||
108 | <div class="center"> | 101 | <div class="center"> |
109 | <input type="submit" value="{'Create config'|t}" name="Save"> | 102 | <input type="submit" value="{'Install'|t}" name="Save"> |
110 | </div> | 103 | </div> |
111 | </div> | 104 | </div> |
112 | </div> | 105 | </div> |