diff --git a/public/css/cover.css b/public/css/cover.css index a479a3a..4887266 100644 --- a/public/css/cover.css +++ b/public/css/cover.css @@ -137,7 +137,7 @@ body { margin-top: 90px; } .cover.render { - margin-top: 0px; + margin-top: 90px; } /* Pull out the header and footer */ .masthead { diff --git a/public/css/lufi.css b/public/css/lufi.css index 66bdceb..bbd100e 100644 --- a/public/css/lufi.css +++ b/public/css/lufi.css @@ -31,3 +31,9 @@ a.classic:hover, a.classic:focus { color: #337AB7; } +.left-mg { + margin-left: 10px; +} +@-moz-document url-prefix() { + fieldset { display: table-cell; } +} diff --git a/templates/about.html.ep b/templates/about.html.ep index a04c5c2..dfbe27a 100644 --- a/templates/about.html.ep +++ b/templates/about.html.ep @@ -1,5 +1,5 @@ % # vim:set sw=4 ts=4 sts=4 ft=html.epl expandtab: -
+

<%= l('What is Lufi?') %>

<%= l('Lufi is a free (as in free speech) file hosting software.') %>

<%= l('Privacy') %>

diff --git a/templates/delays.html.ep b/templates/delays.html.ep index 0afefd7..9a2c242 100644 --- a/templates/delays.html.ep +++ b/templates/delays.html.ep @@ -1,6 +1,5 @@ % # vim:set sw=4 ts=4 sts=4 ft=html.epl expandtab: % use Number::Bytes::Human qw(format_bytes); -

<%= l('Information about delays') %>

<%= l('If you choose a delay, the file will be deleted after that delay.') %>
@@ -32,4 +31,3 @@

% } -
diff --git a/templates/files.html.ep b/templates/files.html.ep index f367afb..90afdba 100644 --- a/templates/files.html.ep +++ b/templates/files.html.ep @@ -3,7 +3,7 @@

- <%= l('Purge expired files from localStorage') %> + <%= l('Purge expired files from localStorage') %> <%= l('Only the files sent with this browser will be listed here. The informations are stored in localStorage: if you delete your localStorage data, you\'ll loose this informations.') %>

diff --git a/templates/index.html.ep b/templates/index.html.ep index 155b0c1..33ba31f 100644 --- a/templates/index.html.ep +++ b/templates/index.html.ep @@ -4,7 +4,6 @@ % delay_1 => l('24 hours'), % delay_365 => l('1 year') % ); -
% if (defined(config('broadcast_message'))) {
@@ -68,7 +67,6 @@
-
%= javascript begin var ws_url = '<%= url_for('upload')->to_abs() %>'; var baseURL = '<%= url_for('/')->to_abs() %>'; diff --git a/templates/layouts/default.html.ep b/templates/layouts/default.html.ep index 808f230..0b3a6b5 100644 --- a/templates/layouts/default.html.ep +++ b/templates/layouts/default.html.ep @@ -43,7 +43,9 @@
- <%= content %> +
+ <%= content %> +