Fix: Resore lost ability to have a background defined by theme onto
login page.
This commit is contained in:
parent
2f25e07e5a
commit
b4d2c8f76d
@ -1521,7 +1521,6 @@ input.liste_titre {
|
|||||||
tr.liste_total td, form.liste_total div {
|
tr.liste_total td, form.liste_total div {
|
||||||
border-top: 1px solid #DDDDDD;
|
border-top: 1px solid #DDDDDD;
|
||||||
background: #F0F0F0;
|
background: #F0F0F0;
|
||||||
/* background-image: url(<?php echo dol_buildpath($path.'/theme/login_background.png',1); ?>); */
|
|
||||||
background-repeat: repeat-x;
|
background-repeat: repeat-x;
|
||||||
color: #332266;
|
color: #332266;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
|
|||||||
@ -1519,7 +1519,6 @@ border: 0px;
|
|||||||
tr.liste_total td, form.liste_total div {
|
tr.liste_total td, form.liste_total div {
|
||||||
border-top: 1px solid #DDDDDD;
|
border-top: 1px solid #DDDDDD;
|
||||||
background: #F0F0F0;
|
background: #F0F0F0;
|
||||||
/* background-image: url(<?php echo dol_buildpath($path.'/theme/login_background.png',1); ?>); */
|
|
||||||
background-repeat: repeat-x;
|
background-repeat: repeat-x;
|
||||||
color: #332266;
|
color: #332266;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
|
|||||||
@ -811,6 +811,10 @@ foreach($mainmenuusedarray as $val)
|
|||||||
|
|
||||||
/* Login */
|
/* Login */
|
||||||
|
|
||||||
|
.bodylogin
|
||||||
|
{
|
||||||
|
background: #ffffff url(<?php echo $img_head; ?>) 0 0 no-repeat;
|
||||||
|
}
|
||||||
form#login {
|
form#login {
|
||||||
margin-top: <?php echo $dol_optimize_smallscreen?'30':'60' ?>px;
|
margin-top: <?php echo $dol_optimize_smallscreen?'30':'60' ?>px;
|
||||||
margin-bottom: 30px;
|
margin-bottom: 30px;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user