noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 01/01: Cosmetic


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 01/01: Cosmetic
Date: Sun, 19 Jul 2015 17:40:25 +0000

sparkyx pushed a commit to branch master
in repository noalyss.

commit d6860eda5ddc14da61ec6de0640313f738cf3702
Author: Dany De Bontridder <address@hidden>
Date:   Sun Jul 19 19:35:48 2015 +0200

    Cosmetic
---
 html/js/infobulle.js        |    1 +
 html/style-light.css        |   26 ++++++++++++++++----------
 html/style-mandarine.css    |    2 +-
 include/class_anc_print.php |    5 +++--
 include/class_anc_table.php |    4 ++--
 5 files changed, 23 insertions(+), 15 deletions(-)

diff --git a/html/js/infobulle.js b/html/js/infobulle.js
index da54535..59fb2ef 100644
--- a/html/js/infobulle.js
+++ b/html/js/infobulle.js
@@ -69,6 +69,7 @@ content[38]='La numérotation est propre à chaque journal. 
Laissez à 0 pour ne
 content[39]='Le préfixe des pièces doit être différent pour chaque journal, on 
peut aussi utiliser l\'année';
 content[40]='Laissez à 0 pour ne pas changer le numéro';
 content[41]='Mettez le pourcentage à zéro pour effacer la ligne';
+content[42]="Selectionnez le plan qui vous intéresse avant de cliquer sur 
Recherche";
 
 function showBulle(p_ctl){
     d=document.getElementById('bulle');
diff --git a/html/style-light.css b/html/style-light.css
index db0db69..646eacf 100644
--- a/html/style-light.css
+++ b/html/style-light.css
@@ -340,8 +340,10 @@ tr.odd {
 
 tr.highlight {
     font-weight: bold;
-    background:darkslategrey;
-    color:white;
+    background:grey;
+    color:black;
+    font-style:bold;
+    border-style:solid;
     
 }
 tr.highlight a {
@@ -424,7 +426,7 @@ td.mtitle:hover
 div.menu2 td.mtitle:hover
 {
     color:#FFFFFF;
-    border-radius: 10px 0px 0px;
+    border-radius: 10px 10px 0px 0px;
    border-bottom-color: red;
    border-bottom-style: solid;
    border-bottom-width: 4px;
@@ -968,7 +970,7 @@ div.topmenu {
         
 }
 div.topmenu table {
-    border-spacing:0px;
+    border-spacing:1px;
    
     
 }
@@ -989,6 +991,7 @@ background: -ms-linear-gradient(top, rgba(96,108,136,1) 
40%,rgba(63,76,107,1) 70
 background: linear-gradient(to bottom, rgba(96,108,136,1) 
40%,rgba(63,76,107,1) 70%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#606c88', 
endColorstr='#3f4c6b',GradientType=0 ); /* IE6-9 */
    
+    width: 250px;
 }
 div.menu2 td, div.menu2 td.mtitle {
     border-width:4px;
@@ -996,7 +999,7 @@ div.menu2 td, div.menu2 td.mtitle {
     border-bottom-style: solid;
     border-bottom-color:rgba(63,76,107,1);
     border-top-style: solid;
-    border-radius : 10px 0px 0px 0px; 
+    border-radius : 10px 10px 0px 0px; 
     
     background: -moz-linear-gradient(top, rgba(96,108,136,1) 40%, 
rgba(63,76,107,1) 70%); /* FF3.6+ */
 background: -webkit-gradient(linear, left top, left bottom, 
color-stop(40%,rgba(96,108,136,1)), color-stop(70%,rgba(63,76,107,1))); /* 
Chrome,Safari4+ */
@@ -1025,7 +1028,9 @@ border-bottom-width : 4px !important;
 border-bottom-style:solid;
     color:#FFFFFF;
     text-align:center;
-    width:120px;
+    
+
+width: 250px;
   
 }
 
@@ -1291,7 +1296,7 @@ a.line:hover,div_content a.line
     margin-right:2px;
     margin-top:2px;
     font-size:12px;
-    font-size:1rem;
+    font-size: 1.2rem;
 }
 #close_div:hover
 {
@@ -1354,7 +1359,7 @@ a.nav:hover,div.content a.nav:hover,div.redcontent 
a.nav:hover {
     font-weight: bolder;
     text-transform: full-width;
     text-transform: fullwidth;
-    font-size: 200%;
+    font-size: 150%;
 }
 @media only screen and (min-width: 955px) {
 #dossier {
@@ -1368,7 +1373,7 @@ a.nav:hover,div.content a.nav:hover,div.redcontent 
a.nav:hover {
     text-transform: full-width;
     text-transform: fullwidth;
     
-    font-size: 200%;
+    font-size: 150%;
 }
 }
 @media only screen and (max-width: 955px) {
@@ -1748,7 +1753,8 @@ filter: progid:DXImageTransform.Microsoft.gradient( 
startColorstr='#cedce7', end
 li.tabs {
     display:inline;
     background-color: inherit;
-    color:inherit;margin-left: 0px;
+    color:inherit;
+    margin-left: 2px;
     padding: 15px 15px 0px 15px;
     border-top-left-radius: 10px;
     border-top-right-radius: 10px;
diff --git a/html/style-mandarine.css b/html/style-mandarine.css
index 1c86b7e..97b08b9 100644
--- a/html/style-mandarine.css
+++ b/html/style-mandarine.css
@@ -11,6 +11,7 @@ BODY {
 .notice {
     color:#FF0000;
     font-style: italic;
+    font-weight: bold;
 }
 
 table.sortable, table.table_large, table.result  ,table.resultfooter {
@@ -268,7 +269,6 @@ td.mtitle {
 /*    font-weight: bold;*/
 }
 td.mtitle a.mtitle {
-    color:whitesmoke;
 }
 td.msubtitle {
     text-align:center;
diff --git a/include/class_anc_print.php b/include/class_anc_print.php
index 2a51b08..052a3f5 100644
--- a/include/class_anc_print.php
+++ b/include/class_anc_print.php
@@ -169,7 +169,9 @@ class Anc_Print
     
 </table>
 <span style="padding:5px;margin:5px;display:block;">
-    <?php echo _( "Plan Analytique :").$plan_id->input(); ?>
+    <?php echo _( "Plan Analytique :").$plan_id->input(); 
+        echo HtmlInput::infobulle(42);
+    ?>
 </span>
 
 <?php
@@ -178,7 +180,6 @@ class Anc_Print
         $r.=$choose_from->input();
         $r.=_(" et l'activité ").$to_poste->input();
         $r.=$choose_to->input();
-        $r.='<span class="notice" style="display:block">'._('Selectionnez le 
plan qui vous intéresse avant de cliquer sur Recherche').'</span>';
 
         $r.='</span>';
         return $r;
diff --git a/include/class_anc_table.php b/include/class_anc_table.php
index 5c2669f..c1b47fd 100644
--- a/include/class_anc_table.php
+++ b/include/class_anc_table.php
@@ -174,7 +174,7 @@ class Anc_Table extends Anc_Acc_Link
          {
            echo td(nbm($tot_col[$i]),' class="num"');
          }
-       echo td(nbm($tot_global),' class="num" 
style="font-size:1.3em;text-weight:bold;border:solid 1px blue"');
+       echo td(nbm($tot_global),' class="num input_text notice" ');
        echo '</tr>';
        echo '</table>';
       }
@@ -229,7 +229,7 @@ class Anc_Table extends Anc_Acc_Link
          {
            echo td(nbm($tot_col[$i]),' class="num"');
          }
-       echo td(nbm($tot_global),' class="num" 
style="font-size:1.3em;text-weight:bold;border:solid 1px blue"');
+       echo td(nbm($tot_global),' class="num input_text notice" ');
        echo '</tr>';
        echo '</table>';
 



reply via email to

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