noalyss-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Noalyss-commit] [noalyss] 124/323: Fix : logo and new style by default


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 124/323: Fix : logo and new style by default
Date: Wed, 14 Mar 2018 17:38:36 -0400 (EDT)

sparkyx pushed a commit to branch master
in repository noalyss.

commit a72941aad4f1e02bd745947649de817716c0e597
Author: Dany De Bontridder <address@hidden>
Date:   Mon Feb 5 22:21:10 2018 +0100

    Fix : logo and new style by default
---
 html/index.css                     | 3 +--
 include/sql/patch/ac-upgrade17.sql | 2 +-
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/html/index.css b/html/index.css
index ca93eec..57d7410 100644
--- a/html/index.css
+++ b/html/index.css
@@ -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%;
diff --git a/include/sql/patch/ac-upgrade17.sql 
b/include/sql/patch/ac-upgrade17.sql
index a012aba..a5824b4 100644
--- a/include/sql/patch/ac-upgrade17.sql
+++ b/include/sql/patch/ac-upgrade17.sql
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]