From 9ff6b4c23e6a1ee32522d85decbe41479f0a5723 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 14 Jun 2013 00:46:02 +0200 Subject: [PATCH] Fix: Too large top --- htdocs/theme/auguria/style.css.php | 2 +- htdocs/theme/bureau2crea/style.css.php | 2 +- htdocs/theme/cameleo/style.css.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/htdocs/theme/auguria/style.css.php b/htdocs/theme/auguria/style.css.php index ea1c3b04c00..2fecd817b5e 100644 --- a/htdocs/theme/auguria/style.css.php +++ b/htdocs/theme/auguria/style.css.php @@ -469,7 +469,7 @@ foreach($mainmenuusedarray as $val) /* Login */ form#login { - margin-top: 70px; + margin-top: px; margin-bottom: 30px; font-size: 13px; } diff --git a/htdocs/theme/bureau2crea/style.css.php b/htdocs/theme/bureau2crea/style.css.php index 132b1c3e12b..00181336286 100644 --- a/htdocs/theme/bureau2crea/style.css.php +++ b/htdocs/theme/bureau2crea/style.css.php @@ -508,7 +508,7 @@ li.tmenu a.tmenudisabled { /* Login */ form#login { - margin-top: 70px; + margin-top: px; margin-bottom: 30px; font-size: 13px; } diff --git a/htdocs/theme/cameleo/style.css.php b/htdocs/theme/cameleo/style.css.php index 86bd7d8cdda..ec01aef6882 100644 --- a/htdocs/theme/cameleo/style.css.php +++ b/htdocs/theme/cameleo/style.css.php @@ -579,7 +579,7 @@ foreach($mainmenuusedarray as $val) /* Login */ form#login { - margin-top: 70px; + margin-top: px; margin-bottom: 30px; font-size: 13px; }