From b4d2c8f76d65e3d4d22a9f5d6bc74b00fd004f86 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 27 Jul 2013 12:05:32 +0200 Subject: [PATCH] Fix: Resore lost ability to have a background defined by theme onto login page. --- htdocs/theme/bureau2crea/style.css.php | 1 - htdocs/theme/cameleo/style.css.php | 1 - htdocs/theme/eldy/style.css.php | 12 ++++++++---- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/htdocs/theme/bureau2crea/style.css.php b/htdocs/theme/bureau2crea/style.css.php index bc4a8bde676..2295c0d8811 100644 --- a/htdocs/theme/bureau2crea/style.css.php +++ b/htdocs/theme/bureau2crea/style.css.php @@ -1521,7 +1521,6 @@ input.liste_titre { tr.liste_total td, form.liste_total div { border-top: 1px solid #DDDDDD; background: #F0F0F0; - /* background-image: url(); */ background-repeat: repeat-x; color: #332266; font-weight: normal; diff --git a/htdocs/theme/cameleo/style.css.php b/htdocs/theme/cameleo/style.css.php index 07bae5caf48..aea71befbdd 100644 --- a/htdocs/theme/cameleo/style.css.php +++ b/htdocs/theme/cameleo/style.css.php @@ -1519,7 +1519,6 @@ border: 0px; tr.liste_total td, form.liste_total div { border-top: 1px solid #DDDDDD; background: #F0F0F0; -/* background-image: url(); */ background-repeat: repeat-x; color: #332266; font-weight: normal; diff --git a/htdocs/theme/eldy/style.css.php b/htdocs/theme/eldy/style.css.php index 9daeecd1e00..34877540d22 100644 --- a/htdocs/theme/eldy/style.css.php +++ b/htdocs/theme/eldy/style.css.php @@ -811,6 +811,10 @@ foreach($mainmenuusedarray as $val) /* Login */ +.bodylogin +{ + background: #ffffff url() 0 0 no-repeat; +} form#login { margin-top: px; margin-bottom: 30px; @@ -1429,7 +1433,7 @@ a.tab:link, a.tab:visited, a.tab:hover, a.tab#active { background-image: -ms-linear-gradient(bottom, rgb() 35%, rgb() 100%); background-image: linear-gradient(bottom, rgb() 35%, rgb() 100%); - background-image: none !important; + background-image: none !important; } a.tab#active { @@ -1449,7 +1453,7 @@ a.tab:hover } a.tab:link, a.tab:visited { - color: #888; + color: #888; /* font-weight: normal !important; */ } a.tabimage { @@ -1742,7 +1746,7 @@ tr.liste_titre th, th.liste_titre, tr.liste_titre td, td.liste_titre, form.liste text-shadow: 1px 0px 1px #; } .liste_titre td a { - text-shadow: none !important; + text-shadow: none !important; } div.liste_titre { padding-left: 3px; @@ -1864,7 +1868,7 @@ div.tabBar .noborder { text-align: center; border-radius: 5px; } - + .boxtable { -moz-box-shadow: 3px 3px 4px #DDD; -webkit-box-shadow: 3px 3px 4px #DDD;