noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 171/173: Cosmetic button


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 171/173: Cosmetic button
Date: Mon, 22 Mar 2021 12:59:26 -0400 (EDT)

sparkyx pushed a commit to branch master
in repository noalyss.

commit 502b313eb69a6a49ae6f764c3d5fc43351655617
Author: sparkyx <danydb@noalyss.eu>
AuthorDate: Sun Mar 21 12:14:42 2021 +0100

    Cosmetic button
---
 html/css/style-classic7.css | 4 ++--
 html/do.php                 | 1 +
 html/index.php              | 7 ++++---
 3 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/html/css/style-classic7.css b/html/css/style-classic7.css
index 11edf3c..3b7abb2 100644
--- a/html/css/style-classic7.css
+++ b/html/css/style-classic7.css
@@ -27,8 +27,8 @@
       font-style: normal;
     }
 BODY {
-    font-family: Arial, Helvetica, "Liberation Sans"  , FreeSans, sans-serif;
-    font-family: 'OpenSansRegular';
+    font-family: Arial, Helvetica, "Liberation Sans"  , FreeSans, sans-serif 
!important;
+    font-family: 'OpenSansRegular' !important;
     padding : 0px;
     margin:0px;
     color:darkblue !important;
diff --git a/html/do.php b/html/do.php
index 397359d..fa3b57d 100644
--- a/html/do.php
+++ b/html/do.php
@@ -23,6 +23,7 @@ define('ALLOWED',1);
  * \brief Main file
  */
 require_once '../include/constant.php';
+
 require_once NOALYSS_INCLUDE.'/class/database.class.php';
 require_once NOALYSS_INCLUDE.'/class/dossier.class.php';
 require_once NOALYSS_INCLUDE.'/lib/user_common.php';
diff --git a/html/index.php b/html/index.php
index 4f2b070..1326ea7 100644
--- a/html/index.php
+++ b/html/index.php
@@ -186,7 +186,7 @@ if ( file_exists("install.php")&& DEBUGNOALYSS == 0 )
 /**
  * Debug Design
  */
-if ( DEBUGNOALYSS == 0 )
+if ( DEBUGNOALYSS == 2 )
 {
     echo <<<EOF
 <div class="d-none d-sm-block d-md-none d-lg-none d-xl-none 
bg-info">Small</div>
@@ -226,11 +226,11 @@ if 
(isset($_REQUEST['reconnect'])&&isset($_REQUEST['backurl']))
 
 
                 <div class="form-group row ">
-                    <input type="text"  class="input_text " value="" 
id="p_user" name="p_user" autofocus tabindex="1" placeholder="User" >
+                    <input type="text"  class="input_text " value="" 
id="p_user" name="p_user" autofocus tabindex="1" placeholder="User" 
style="padding:10px;margin:15px" >
                 </div>
 
                 <div class="form-group row">
-                    <INPUT TYPE="PASSWORD"  class="input_text" value=""  
id="p_pass" NAME="p_pass"  tabindex="2" placeholder="*******" >
+                    <INPUT TYPE="PASSWORD"  class="input_text" value=""  
id="p_pass" NAME="p_pass"  tabindex="2" placeholder="*******" 
style="padding:10px;margin:15px;">
                 </div>
 
                 <?php
@@ -297,6 +297,7 @@ if 
(isset($_REQUEST['reconnect'])&&isset($_REQUEST['backurl']))
                         </SPAN>
 
                 </div>
+    </div>
                 <script> SetFocus('p_user');</script>
 
                 </body>



reply via email to

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