noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 01/02: Improve appareance and set Light as th


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 01/02: Improve appareance and set Light as the default theme
Date: Thu, 06 Mar 2014 21:11:07 +0000

sparkyx pushed a commit to branch master
in repository noalyss.

commit 261d9ffde73ae0eea1e7c807d2811f77ad66d3a2
Author: Dany De Bontridder <address@hidden>
Date:   Thu Mar 6 22:09:01 2014 +0100

    Improve appareance and set Light as the default theme
---
 html/admin/sql/patch/ac-upgrade14.sql |    3 +--
 html/style-light.css                  |   18 +++++++++---------
 include/template/impress_cat_card.php |    2 +-
 3 files changed, 11 insertions(+), 12 deletions(-)

diff --git a/html/admin/sql/patch/ac-upgrade14.sql 
b/html/admin/sql/patch/ac-upgrade14.sql
index c7cf704..78f478e 100644
--- a/html/admin/sql/patch/ac-upgrade14.sql
+++ b/html/admin/sql/patch/ac-upgrade14.sql
@@ -1,8 +1,7 @@
 begin;
 update theme set the_name='Mandarine' ,the_filestyle='style-mandarine.css' 
where the_name='Colored';
 update theme set the_name='Mobile' ,the_filestyle='style-mobile.css' where 
the_name='EPad';
-update user_global_pref set parameter_value='Mandarine' where 
parameter_value='Colored';
-update user_global_pref set parameter_value='Mobile' where 
parameter_value='EPad';
+update user_global_pref set parameter_value='Light' where 
parameter_type='THEME';
 update theme set the_filestyle='style-classic.css' where 
the_filestyle='style.css';
 update version set val=15;
 commit;
diff --git a/html/style-light.css b/html/style-light.css
index d8848a8..ee69803 100644
--- a/html/style-light.css
+++ b/html/style-light.css
@@ -1,7 +1,7 @@
  /* <style type="text/css"> */
 
 BODY {
-    background-color:#EDF3FF;
+    background-color: #FDFDFD;
     font-family: Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
     padding: 0px 0px 0px 0px ;
     margin:0px;
@@ -258,8 +258,8 @@ td.mtitle {
     text-align:center;
     width:250px;
     height :30px;
-    background-color:#DDE6FF;
-    border:1px solid #99B1DF;
+    background-color: #F1F1F1;
+    border: 1px solid #000000;
     border-radius:5px;
 }
 td.msubtitle {
@@ -282,7 +282,7 @@ span.even {
 }
 
 tr.odd {
-    background-color: #DDE6FF;
+    background-color: #F1F1F1;
 }
 tr.highlight {
     font-weight: bold;
@@ -303,10 +303,10 @@ td.cell{
 }
 td.selectedcell{
     border-style:solid;
-    border-color:#0000FF;
+    border-color: #000009;
     border-width:1px ;
     font-weight: bold;
-    background:#5D90CD ;
+    background: #909BA7;
     color:#FFFFFF;
     text-align:center;
     width:120px;
@@ -804,7 +804,7 @@ a#anchorbutton, .button, a.button,div.content a.button {
     font-weight: bold;
     text-decoration:none;
     font-family: arial,verdana,sans-serif,helvetica;
-    background-image: url("image/bg-submit2.gif");
+    background-image: url("image/bg-submit5.png");
     background-repeat: repeat-x;
     background-position: left;
     border-color:  #0000FF;
@@ -830,7 +830,7 @@ a#smallanchorbutton, .smallbutton, 
a.smallbutton,div.content a.smallbutton {
     font-weight: bold;
     text-decoration:none;
     font-family: arial,verdana,sans-serif,helvetica;
-    background-image: url("image/bg-submit2.gif");
+    background-image: url("image/bg-submit5.png");
     background-repeat: repeat-x;
     background-position: left;
     font-size:12px;
@@ -1206,7 +1206,7 @@ h1.title {
     text-transform: uppercase;
 }
 h2.title {
-    background-color:#879ED4;
+    background-color: #C4CBDB;
     color:#FFFFFF;
     text-align:center;
     padding:0.24%;
diff --git a/include/template/impress_cat_card.php 
b/include/template/impress_cat_card.php
index 9f77346..46563b8 100644
--- a/include/template/impress_cat_card.php
+++ b/include/template/impress_cat_card.php
@@ -18,7 +18,7 @@
   <td><?php echo _('Jusque')?></td>
   <td><?php echo $str_end?></td>
 <tr id="allcard">
-       <td>Toutes les fiches</td>
+       <td><?php echo _('Pour toutes les catégories')?></td>
        <td><?php echo $str_icall?></td>
 </tr>
 </tr>



reply via email to

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