diff options
| author | 2014-01-23 22:51:35 +0100 | |
|---|---|---|
| committer | 2014-01-23 22:51:35 +0100 | |
| commit | 451cae8d12920a0f5d4d178e3be92989426b6c29 (patch) | |
| tree | 39780359d004d39c8b8c94faebbd170c7be160e3 /app/views/index | |
| parent | c35c49df8868bccf924f39e6eebdc57da7811f19 (diff) | |
Réduit la place de la date
https://github.com/marienfressinaud/FreshRSS/issues/385
+ oublie formLogin d'un patch précédent
https://github.com/marienfressinaud/FreshRSS/commit/ae539f68395f9a09dbc04042fa281d97578f0d1e
https://github.com/marienfressinaud/FreshRSS/issues/380
Diffstat (limited to 'app/views/index')
| -rw-r--r-- | app/views/index/formLogin.phtml | 24 |
1 files changed, 2 insertions, 22 deletions
diff --git a/app/views/index/formLogin.phtml b/app/views/index/formLogin.phtml index c92b5c187..e4560c1a0 100644 --- a/app/views/index/formLogin.phtml +++ b/app/views/index/formLogin.phtml @@ -1,25 +1,4 @@ -<style> -h1, div > p { - text-align:center; -} -p { - margin:1em auto; -} -form { - display:block; - margin:1em auto 3em auto; - padding:0; - width:10em; -} -input, button.btn { - display:block; - margin:.5em auto; -} -input { - width:99%; -} -</style> - +<div class="prompt"> <?php if (Minz_Configuration::canLogIn()) { ?><h1><?php echo Minz_Translate::t('login'); ?></h1><?php @@ -52,3 +31,4 @@ if (Minz_Configuration::canLogIn()) { ?> <p><a href="<?php echo _url('index', 'about'); ?>"><?php echo Minz_Translate::t('about_freshrss'); ?></a></p> +</div> |
