noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 12/73: Cosmetic


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 12/73: Cosmetic
Date: Fri, 28 May 2021 05:26:19 -0400 (EDT)

sparkyx pushed a commit to branch master
in repository noalyss.

commit eb281c1ff9505bde3a75487bd6a8d80edba8047f
Author: sparkyx <danydb@noalyss.eu>
AuthorDate: Fri Apr 9 23:57:32 2021 +0200

    Cosmetic
---
 html/css/index.css                |  50 +++++++++++++-------------------------
 html/css/style-classic7.css       |  16 ++++++++----
 html/image/logo9000.png           | Bin 66169 -> 32403 bytes
 html/index.php                    |   6 ++---
 include/lib/icon_action.class.php |   2 +-
 5 files changed, 32 insertions(+), 42 deletions(-)

diff --git a/html/css/index.css b/html/css/index.css
index fbd86e3..c67076a 100644
--- a/html/css/index.css
+++ b/html/css/index.css
@@ -3,57 +3,42 @@
  * LOGO
 *************************************/
 #logo_id {
-    width:90px;
-    display:block;
+    position:absolute;
+    top : 0px;
+    left:0px;
+    width:40px;
+     height:auto;
+     margin-left:0px;
 }
 /** small **/
 @media (min-width : 576px) {
     #logo_id {
-
-        z-index:-1;
-       width: 150px;
-        left: 5px;
-        top: 22px;
-        height: 90px;
-
-        left:0px;
-        display:block;
+     top : 10px;
+    left:10px;
+       width: 60px;
+     margin-left:35px;
+      
 
     }
 }
 /** medium**/
 @media (min-width : 768px) {
     #logo_id {
-        z-index:-1;
-      width: 150px;
-        left: 5px;
-        top: 22px;
-        height: 90px;
-        display:block;
+    
     }
+      
 }
 /** large**/
 @media (min-width : 992px) {
     #logo_id {
-        z-index:-1;
-       width: 150px;
-        left: 5px;
-        top: 22px;
-        height:90px;
-
-        display:block;
+     
     }      
 }
 /** XL **/
 @media (min-width : 1200px) {
     #logo_id {
-        z-index: -1;
-
-        width: 150px;
-        left: 5px;
-        top: 22px;
-        height:90px;
-        display:block;
+      
+       
     }
 } 
 
@@ -98,7 +83,6 @@
 }
 
 #recover_box {
-
     display: none;
     position: absolute;
     top: 15%;
@@ -107,4 +91,4 @@
     margin-left: 1%;
     background-color: whitesmoke;
     padding : 15px;
-}
+}
\ No newline at end of file
diff --git a/html/css/style-classic7.css b/html/css/style-classic7.css
index 7a0de73..91ed5ca 100644
--- a/html/css/style-classic7.css
+++ b/html/css/style-classic7.css
@@ -1659,7 +1659,8 @@ ul.tabs {
     display:block;
     padding-left: 2px;
     list-style: none;
-    margin-left:2px;
+    
+    margin: 0px 3px 0px 3px;
 }
 ul.tabs  a  {
     display:inline;
@@ -1677,7 +1678,7 @@ li.tabs_selected {
     color:whitesmoke;
     margin-left: 2px;
     border-top-left-radius: 10px;
-    border-top-right-radius: 10px;
+    border-bottom-right-radius: 10px;
     border:1px #879ed4 solid;
     font-weight: bold;
      float:left;
@@ -1694,7 +1695,8 @@ li.tabs {
     border:1px #879ed4 solid;
     float:left;
     background: whitesmoke;
-    margin-top:2px;
+    
+    margin: 2px 3px 3px 3px;
 
 }
 li.tabs:hover {
@@ -1703,7 +1705,7 @@ li.tabs:hover {
     color:wheat;margin-left: 2px;
     padding: 5px;
     border-top-left-radius: 10px;
-    border-top-right-radius: 10px;
+    border-bottom-right-radius: 10px;
     border:1px #879ed4 solid;
     white-space: nowrap;
 
@@ -1714,7 +1716,7 @@ li.tabs:hover {
     background-color: inherit;
       
 
-    padding: 15px 7px 0px 10px;
+    padding: 15px 7px 10px 10px;
     border-top-left-radius: 10px;
     border-top-right-radius: 10px;
     border:1px #879ed4 solid;
@@ -2848,3 +2850,7 @@ span.tagcell {
 
  }
  /**========*/
+.smallicon {
+    padding: 2px;
+    margin: 0px 1px 0px 1px;
+}
diff --git a/html/image/logo9000.png b/html/image/logo9000.png
index 6331aa7..1d11fb7 100644
Binary files a/html/image/logo9000.png and b/html/image/logo9000.png differ
diff --git a/html/index.php b/html/index.php
index edfe0e9..4cc0bf8 100644
--- a/html/index.php
+++ b/html/index.php
@@ -215,11 +215,11 @@ if 
(isset($_REQUEST['reconnect'])&&isset($_REQUEST['backurl']))
 <div >
     <div class="d-sm-block">
         <IMG SRC="image/logo9000.png" id="logo_id" alt="NOALYSS">
-
+     
     </div>    
     <div class="container">
 
-        <div class="mx-auto" id="login_div">
+        <div class="mx-auto" id="login_div"> 
         <h1 style="text-align: center;color:darkblue;font-weight: 
800">NOALYSS</h1>
             <form id="login_frm" action="login.php" method="post" 
name="loginform" class="p-sm-3" >
                 <?php echo $goto; ?>
@@ -258,7 +258,7 @@ if 
(isset($_REQUEST['reconnect'])&&isset($_REQUEST['backurl']))
                     <div id="recover_box">
                         <span 
style="display:block;font-size:120%;background-color: 
white;margin:0px">Recouvrement identifiant
                             <span style="cursor: pointer;float: 
right;position:relative;right:0px" id="close">
-                                <a ref="#" id="close_link"><?php echo SMALLX 
?></a></span>
+                                <a ref="#" id="close_link">&times;</a></span>
                         </span>
                         Indiquez votre login ou votre email
                         <form method="POST" style="padding:20px">
diff --git a/include/lib/icon_action.class.php 
b/include/lib/icon_action.class.php
index 8cdaf95..566a259 100644
--- a/include/lib/icon_action.class.php
+++ b/include/lib/icon_action.class.php
@@ -246,7 +246,7 @@ class Icon_Action
      */
     static function trash($p_id,$p_javascript) 
     {
-        $r='<span id="'.$p_id.'" onclick="'.$p_javascript.'" 
class="icon">&#xe80f;</span>';
+        $r='<span id="'.$p_id.'" onclick="'.$p_javascript.'" class="smallicon 
icon">&#xe80f;</span>';
         return $r;
     }
     /**



reply via email to

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