noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 10/32: Esthetic


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 10/32: Esthetic
Date: Thu, 5 Jan 2023 14:18:29 -0500 (EST)

sparkyx pushed a commit to branch devel
in repository noalyss.

commit 12a1f8a516aa7202d9409d81865a80b439156ea8
Author: sparkyx <danydb@noalyss.eu>
AuthorDate: Thu Dec 15 19:31:07 2022 +0100

    Esthetic
---
 html/css/style-classic7.css    | 5 +++++
 include/template/dashboard.php | 6 +++---
 2 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/html/css/style-classic7.css b/html/css/style-classic7.css
index d03e65a9c..343ee0ecf 100644
--- a/html/css/style-classic7.css
+++ b/html/css/style-classic7.css
@@ -1822,6 +1822,11 @@ fieldset {
     width: 80%;
     overflow: auto;
 }
+div.box .result {
+    border-radius:0px;
+    width:100%;
+    padding: 0px;
+}
 /****************************************************************************
  * Tabs  
  ****************************************************************************/
diff --git a/include/template/dashboard.php b/include/template/dashboard.php
index 94181e656..b5c268e10 100644
--- a/include/template/dashboard.php
+++ b/include/template/dashboard.php
@@ -161,7 +161,7 @@ if ( $report != 0 ) : ?>
     $ix=0;
     if ( !empty ($result ) && count ($result) >  0)
     {
-        echo '<table border="0" width="100%">';
+        echo '<table class="result">';
         foreach ($result as $row) {
           $ix++;
               $class=($ix%2==0)?' class="even" ':' class="odd" ';
@@ -197,7 +197,7 @@ endif;
 <div id="last_operation_box_div" class="box">
 <?php echo HtmlInput::title_box(_('Dernières 
opérations'),"last_operation_box_div",'zoom','popup_recherche('.dossier::id().')','n')?>
 
-<table style="width: 100%">
+<table class="result" >
 <?php
 for($i=0;$i<count($last_ledger);$i++):
        $class=($i%2==0)?' class="even" ':' class="odd" ';
@@ -234,7 +234,7 @@ for($i=0;$i<count($last_ledger);$i++):
     $array=$gestion->get_last(MAX_ACTION_SHOW);
     $len_array=count($array);
     ?>
-    <table style="width: 100%">
+    <table class="result" >
     <?php
     for ($i=0;$i < $len_array;$i++) :
     ?>



reply via email to

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