noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 02/08: Cosmetic and add zoom button for last


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 02/08: Cosmetic and add zoom button for last operations
Date: Thu, 06 Aug 2015 23:36:20 +0000

sparkyx pushed a commit to annotated tag rel6814
in repository noalyss.

commit 82816bf4067a33f84bc8ed67908a077fbe156449
Author: Dany De Bontridder <address@hidden>
Date:   Tue Jul 28 00:22:01 2015 +0200

    Cosmetic and add zoom button for last operations
---
 html/index.php                 |    7 ++++---
 html/recherche.php             |    4 ++--
 html/style-mandarine.css       |   12 +++++++-----
 include/template/dashboard.php |    2 +-
 4 files changed, 14 insertions(+), 11 deletions(-)

diff --git a/html/index.php b/html/index.php
index 25ecc32..95f0ff3 100644
--- a/html/index.php
+++ b/html/index.php
@@ -145,7 +145,7 @@ echo '<!doctype html><HTML>
 <style>
 BODY {
 background-color:white;
-font-size:14px;
+font-size:18px;
 font-family:sans-serif,arial;
 color:blue;
 }
@@ -166,9 +166,10 @@ color:red;
 .input_text {
 border:1px solid blue;
 margin:1px;
+padding: 10px;
+border-radius: 4px;
 }
 .button {
-font-size:12px;
 color:white;
 font-weight: bold;
 border:0px;
@@ -221,7 +222,7 @@ version  6.8.1.3 - '.$my_domain.'
 
 <BR>
 <center>
-<IMG SRC="image/logo6720.png" alt="NOALYSS">
+<IMG SRC="image/logo6820.png" alt="NOALYSS">
 <BR>
 <BR>
 <BR>
diff --git a/html/recherche.php b/html/recherche.php
index d6e5b65..c4c7a7e 100644
--- a/html/recherche.php
+++ b/html/recherche.php
@@ -63,7 +63,7 @@ echo '<form method="GET">';
 echo $search_box;
 echo HtmlInput::submit("viewsearch",_("Recherche"));
 ?>
-<input type="button" class="button" onclick="window.close()" value="&#10761;">
+<input type="button" class="smallbutton" onclick="window.close()" value="<?php 
echo _('Fermer')?>">
 
 <?php
 echo '</form>';
@@ -107,7 +107,7 @@ if ( isset ($_GET['viewsearch']))
     echo HtmlInput::submit('viewsearch','Export vers CSV');
     echo HtmlInput::hidden('p_action','ALL');
     ?>
-    <input type="button" class="button" onclick="window.close()" 
value="&#10761;">
+    <input type="button" class="smallbutton" onclick="window.close()" 
value="<?php echo _('Fermer')?>">
 
 <?php
     echo '</form>';
diff --git a/html/style-mandarine.css b/html/style-mandarine.css
index 14fed50..f8c3d31 100644
--- a/html/style-mandarine.css
+++ b/html/style-mandarine.css
@@ -68,7 +68,7 @@ redcontent h2.info {
     margin:0px;
 }
 h2.info {
-    background-color: #FF6600;
+    background-color: #FFBF94;
     color:#FFFFFF;
     text-align:center;
     padding:0px;
@@ -865,7 +865,7 @@ a#smallanchorbutton, .smallbutton, 
a.smallbutton,div.content a.smallbutton {
     text-decoration:none;
     font-family: arial,verdana,sans-serif,helvetica;
     font-size:12px;
-    font-size:0.75rem;
+    font-size:0.80rem;
     border-color:  orange;
 
     border-style: solid;
@@ -981,7 +981,7 @@ font-size:0.90rem;
 }
 @media only screen and (min-width: 1281px) {
 div.inner_box  {
-    width: 55%;
+    width: 85%;
     }
 }
 @media only screen and (max-width: 1280px) {
@@ -1815,14 +1815,16 @@ filter: progid:DXImageTransform.Microsoft.gradient( 
startColorstr='#feccb1', end
 tr.highlight{
     font-weight: bolder;
     font-size:14px;
-    background-color: orangered;
-    color:white !important;
+    background-color: lightgrey ! important;
+    color:orangered !important;
     border-width:  0px;
     border-style: solid;
     border-color: inherit;
+    
 }
 tr.highlight a{
     color:white !important;
+    background-color:grey !important;
     
 }
 div.topmenu a.mtitle{
diff --git a/include/template/dashboard.php b/include/template/dashboard.php
index 3d35fe3..73c11d2 100644
--- a/include/template/dashboard.php
+++ b/include/template/dashboard.php
@@ -253,7 +253,7 @@ endif;
 
 
 <div id="last_operation_box_div" class="box">
-<?php echo HtmlInput::title_box(_('Dernières 
opérations'),"last_operation_box_div",'none')?>
+<?php echo HtmlInput::title_box(_('Dernières 
opérations'),"last_operation_box_div",'zoom','onclick="popup_recherche('.dossier::id().')"')?>
 
 <table style="width: 100%">
 <?php



reply via email to

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