From 9a851eb5b30d5ca8c1a0174d4a07010a4680d82f Mon Sep 17 00:00:00 2001 From: Dany De Bontridder Date: Sat, 6 Dec 2014 22:22:19 +0100 Subject: [PATCH] =?UTF-8?q?Task=20#1045=20-=20Am=C3=A9lioration=20apparenc?= =?UTF-8?q?e=20=20:=20typo=20+=20apparence?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 9779ce0ac..fa90153a0 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 28a828afb..566ea0246 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 012454b6c..4a685e877 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;