noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 298/323: Cosmetic


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 298/323: Cosmetic
Date: Wed, 14 Mar 2018 17:39:07 -0400 (EDT)

sparkyx pushed a commit to branch master
in repository noalyss.

commit 09fd397d91d391ccd9d758b32c8243daa6b5291e
Author: Dany De Bontridder <address@hidden>
Date:   Mon Mar 5 22:29:24 2018 +0100

    Cosmetic
---
 html/style-classic7.css        | 20 +++++++++++---------
 include/template/dashboard.php | 12 ++++++------
 2 files changed, 17 insertions(+), 15 deletions(-)

diff --git a/html/style-classic7.css b/html/style-classic7.css
index aa1db64..670fc46 100644
--- a/html/style-classic7.css
+++ b/html/style-classic7.css
@@ -50,8 +50,9 @@ input:focus {
     background-color:  lightyellow;
 }
 .notice {
-    color:#FF0000;
+    color:orangered;
     font-style: italic;
+    text-decoration: underline;
 }
 span.notice {
     font-weight: bold;
@@ -155,14 +156,15 @@ td.tool a.mtitle:hover {
     font-size:0.76rem;
 }
 #module table,#module table tr,#module table td {
-    border-collapse: collapse;
-    border-width: 0px;
+    border-collapse: separate;
+    border-width: 1px;
     background-color: whitesmoke;
     color: darkblue;
+    border-spacing: 3px;
 }
 #module table td.toolselected a {
     background-color: darkgray;
-    
+    display:block;
 }
 
 div.lmenu {
@@ -454,8 +456,8 @@ div.content a.mtitle {
 div.content a.mtitle:hover {
     text-decoration:none;
     display:inline;
-    background-color:#00008B;
-    color:#FFFFFF;
+    background-color:#9FB7FF;
+    color:orangered;
     cursor: pointer;
 
 }
@@ -2110,11 +2112,11 @@ td.selectedmenu {
     float:right;
     margin-right: 5%;
     font-size:150%;
-    color :white;
     font-variant: small-caps;
-    background-color: #5D90CD;
-    padding: 3px 20px 3px 20px;
+    padding: 13px 20px 13px 20px;
     margin-top:20px;
+    background-color:#484954;
+    color:#FE8300;
 }
 /*
  * Style for the Inplace Edit element
diff --git a/include/template/dashboard.php b/include/template/dashboard.php
index 4bf34d8..7a132f7 100644
--- a/include/template/dashboard.php
+++ b/include/template/dashboard.php
@@ -55,7 +55,7 @@ if ( ! empty ($array) )  {
                        </td>
                        <td>
                                <?php if (count($last_operation)>0): ?>
-                               <A class="mtitle" 
style="color:red;text-decoration:underline;font-weight: 
bolder;"onclick="display_detail('action_now_div')">
+                               <A class="mtitle" style="font-weight: 
bolder;"onclick="display_detail('action_now_div')">
                                        <span class="notice">
                                        <?php echo count($last_operation) ?>
                                        &nbsp;<?php echo _("détail"); ?>
@@ -68,7 +68,7 @@ if ( ! empty ($array) )  {
 
                        <td >
                        <?php if (count($late_operation)>0): ?>
-                               <A class="mtitle"  
style="color:red;text-decoration:underline;;font-weight: bolder" 
onclick="display_detail('action_late_div')">
+                               <A class="mtitle"  style="font-weight: bolder" 
onclick="display_detail('action_late_div')">
                                <span class="notice"><?php echo 
count($late_operation) ?>
                                        &nbsp;<?php echo _("détail"); ?>
                                 </span>
@@ -85,7 +85,7 @@ if ( ! empty ($array) )  {
                        </td>
                        <td >
                        <?php if (count($supplier_now)>0): ?>
-                               <A class="mtitle"  
style="color:red;text-decoration:underline;font-weight: bolder" 
onclick="display_detail('supplier_now_div')">
+                               <A class="mtitle"  style="font-weight: bolder" 
onclick="display_detail('supplier_now_div')">
                                <span class="notice"><?php echo 
count($supplier_now) ?>&nbsp;<?php echo _("détail"); ?></span>
                                        
                                </A>
@@ -95,7 +95,7 @@ if ( ! empty ($array) )  {
                        </td>
                        <td >
                        <?php if (count($supplier_late)>0): ?>
-                               <A class="mtitle"  
style="color:red;text-decoration:underline;font-weight: bolder" 
onclick="display_detail('supplier_late_div')">
+                               <A class="mtitle"  style="font-weight: bolder" 
onclick="display_detail('supplier_late_div')">
                                <span class="notice"><?php echo 
count($supplier_late) ?>&nbsp;<?php echo _("détail"); ?></span>
                                        
                                </A>
@@ -110,7 +110,7 @@ if ( ! empty ($array) )  {
                        </td>
                        <td>
                                <?php if (count($customer_now)>0): ?>
-                               <A class="mtitle"  
style="color:red;text-decoration:underline;font-weight: bolder" 
onclick="display_detail('customer_now_div')">
+                               <A class="mtitle"  style="font-weight: bolder" 
onclick="display_detail('customer_now_div')">
                                <span class="notice"><?php echo 
count($customer_now) ?>&nbsp;<?php echo _("détail"); ?></span>
                                        
                                </A>
@@ -120,7 +120,7 @@ if ( ! empty ($array) )  {
                        </td>
                        <td>
                                <?php if (count($customer_late)>0): ?>
-                               <A class="mtitle"  
style="color:red;text-decoration:underline;font-weight: bolder" 
onclick="display_detail('customer_late_div')">
+                               <A class="mtitle"  style="font-weight: bolder" 
onclick="display_detail('customer_late_div')">
                                <span class="notice"><?php echo 
count($customer_late) ?>&nbsp;<?php echo _("détail"); ?></span>
                                        
                                </A>



reply via email to

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