noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] branch master updated: Cosmetic : menu admini


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] branch master updated: Cosmetic : menu administration
Date: Thu, 05 Jan 2023 14:50:40 -0500

This is an automated email from the git hooks/post-receive script.

sparkyx pushed a commit to branch master
in repository noalyss.

The following commit(s) were added to refs/heads/master by this push:
     new 4b0ee7b0e Cosmetic : menu administration
4b0ee7b0e is described below

commit 4b0ee7b0e1d6a63f2a3035e6f99c2634cef4bd5d
Author: sparkyx <danydb@noalyss.eu>
AuthorDate: Thu Jan 5 20:42:05 2023 +0100

    Cosmetic : menu administration
---
 html/css/style-classic7.css | 6 +++++-
 include/admin_repo.inc.php  | 2 +-
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/html/css/style-classic7.css b/html/css/style-classic7.css
index 343ee0ecf..494cb253a 100644
--- a/html/css/style-classic7.css
+++ b/html/css/style-classic7.css
@@ -129,7 +129,11 @@ content h2.info,h2.info,h2.info2 {
     margin-top:0px;
 }
 
-
+h2.w100 {
+       margin-right: 0px;
+       margin-left: 0px;
+       border-radius: 0px;
+}
 h3.info {
     background:#879ED4;
     color:#FFFFFF;
diff --git a/include/admin_repo.inc.php b/include/admin_repo.inc.php
index 70acdbaa2..60706414a 100644
--- a/include/admin_repo.inc.php
+++ b/include/admin_repo.inc.php
@@ -59,7 +59,7 @@ if ( $action== 'backup') {
 }
 html_page_start($_SESSION[SESSION_KEY.'g_theme']);
 load_all_script();
-echo '<H2 class="info"> '._('Administration').'</H2>';
+echo '<H2 class="info w100"> '._('Administration').'</H2>';
 echo '<div class="topmenu">';
 
 echo MenuAdmin()."</div>";



reply via email to

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