Fix : logo and new style by default

This commit is contained in:
Dany De Bontridder 2018-02-05 22:21:10 +01:00
parent e432ff5bdc
commit a72941aad4
2 changed files with 2 additions and 3 deletions

View file

@ -84,10 +84,9 @@ background-repeat: repeat-x repeat-y;
position:absolute;
bottom: 0px;
left:0px;
z-index: -1
z-index: -1;
}
#logo_id {
z-index:-1;
position:absolute;
width:19%;

View file

@ -2,7 +2,7 @@ begin;
-- add style
insert into theme (the_name,the_filestyle) values ('Classic7','style-classic7.css');
delete from theme where the_filestyle in ('style-mandarine.css','style-mobile.css');
update user_global_pref set parameter_value='style-classic7.css' ;
update user_global_pref set parameter_value='style-classic7.css' where parameter_type='THEME';
-- add constraint
alter table jnt_use_dos add CONSTRAINT use_id_dos_id_uniq UNIQUE (use_id,dos_id);
-- create table to check progress