noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 02/02: Task #1045 - Amélioration apparence


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 02/02: Task #1045 - Amélioration apparence : typo + apparence
Date: Sat, 06 Dec 2014 21:23:58 +0000

sparkyx pushed a commit to branch master
in repository noalyss.

commit 9a851eb5b30d5ca8c1a0174d4a07010a4680d82f
Author: Dany De Bontridder <address@hidden>
Date:   Sat Dec 6 22:22:19 2014 +0100

    Task #1045 - Amélioration apparence  :
    typo + apparence
---
 html/admin/sql/mod2/data.sql |    2 +-
 html/style-classic.css       |   15 +++++++--------
 html/style-mobile.css        |    4 ++--
 3 files changed, 10 insertions(+), 11 deletions(-)

diff --git a/html/admin/sql/mod2/data.sql b/html/admin/sql/mod2/data.sql
index 9779ce0..fa90153 100644
--- a/html/admin/sql/mod2/data.sql
+++ b/html/admin/sql/mod2/data.sql
@@ -413,7 +413,7 @@ INSERT INTO attr_def (ad_id, ad_text) VALUES (26, 'Fax');
 INSERT INTO attr_def (ad_id, ad_text) VALUES (27, 'GSM');
 INSERT INTO attr_def (ad_id, ad_text) VALUES (15, 'code postal');
 INSERT INTO attr_def (ad_id, ad_text) VALUES (30, 'Numero de client');
-INSERT INTO attr_def (ad_id, ad_text) VALUES (31, 'Dpense  charge du grant 
(partie prive)');
+INSERT INTO attr_def (ad_id, ad_text) VALUES (31, 'Dépense  charge du gérant 
(partie privée)');
 
 
 
diff --git a/html/style-classic.css b/html/style-classic.css
index 28a828a..566ea02 100644
--- a/html/style-classic.css
+++ b/html/style-classic.css
@@ -263,14 +263,13 @@ td.mtitle {
     height :30px;
     border:1px solid #99B1DF;
     border-radius:5px;
-    background: #C2E3FC; /* Old browsers */
-    background: -moz-linear-gradient(top, #C2E3FC 0%, #6393c1 100%); /* FF3.6+ 
*/
-    background: -webkit-gradient(linear, left top, left bottom, 
color-stop(0%,#C2E3FC), color-stop(100%,#6393c1)); /* Chrome,Safari4+ */
-    background: -webkit-linear-gradient(top, #C2E3FC 0%,#6393c1 100%); /* 
Chrome10+,Safari5.1+ */
-    background: -o-linear-gradient(top, #C2E3FC 0%,#6393c1 100%); /* Opera 
11.10+ */
-    background: -ms-linear-gradient(top, #C2E3FC 0%,#6393c1 100%); /* IE10+ */
-    background: linear-gradient(to bottom, #C2E3FC 0%,#6393c1 100%); /* W3C */
-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#C2E3FC', 
endColorstr='#6393c1',GradientType=0 ); /* IE6-9 */
+  background: -moz-linear-gradient(top, rgba(53,106,160,0.79) 0%, 
rgba(53,106,160,0.79) 19%, rgba(53,106,160,1) 100%); /* FF3.6+ */
+background: -webkit-gradient(linear, left top, left bottom, 
color-stop(0%,rgba(53,106,160,0.79)), color-stop(19%,rgba(53,106,160,0.79)), 
color-stop(100%,rgba(53,106,160,1))); /* Chrome,Safari4+ */
+background: -webkit-linear-gradient(top, rgba(53,106,160,0.79) 
0%,rgba(53,106,160,0.79) 19%,rgba(53,106,160,1) 100%); /* Chrome10+,Safari5.1+ 
*/
+background: -o-linear-gradient(top, rgba(53,106,160,0.79) 
0%,rgba(53,106,160,0.79) 19%,rgba(53,106,160,1) 100%); /* Opera 11.10+ */
+background: -ms-linear-gradient(top, rgba(53,106,160,0.79) 
0%,rgba(53,106,160,0.79) 19%,rgba(53,106,160,1) 100%); /* IE10+ */
+background: linear-gradient(to bottom, rgba(53,106,160,0.79) 
0%,rgba(53,106,160,0.79) 19%,rgba(53,106,160,1) 100%); /* W3C */
+filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c9356aa0', 
endColorstr='#356aa0',GradientType=0 ); /* IE6-9 */
 }
 td.mtitle a.mtitle {
     color : white;
diff --git a/html/style-mobile.css b/html/style-mobile.css
index 012454b..4a685e8 100644
--- a/html/style-mobile.css
+++ b/html/style-mobile.css
@@ -1763,8 +1763,8 @@ div.content a.tinybutton,input[type="button"].tinybutton {
 
*******************************************************************************/
 .image_search {
     cursor:pointer;
-    width: 32px;
-    height: 32px;
+    width: 16px;
+    height: 16px;
     padding:1px;
     border:#000000 1px solid;
     vertical-align: top;



reply via email to

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