noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 41/46: Cleanup + new logo


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 41/46: Cleanup + new logo
Date: Mon, 4 May 2020 13:38:55 -0400 (EDT)

sparkyx pushed a commit to branch master
in repository noalyss.

commit 0f30cfb0912aca5fdff6aef3faca984bb2257801
Author: Dany De Bontridder <address@hidden>
AuthorDate: Sat Apr 4 17:49:50 2020 +0200

    Cleanup + new logo
---
 html/image/logo7100.png | Bin 35958 -> 0 bytes
 html/image/logo7200.png | Bin 35895 -> 0 bytes
 html/image/logo7300.png | Bin 0 -> 33648 bytes
 html/index.css          |  15 ++++++++++++---
 html/index.php          |   4 ++--
 html/install.php        |   2 +-
 6 files changed, 15 insertions(+), 6 deletions(-)

diff --git a/html/image/logo7100.png b/html/image/logo7100.png
deleted file mode 100644
index cf94964..0000000
Binary files a/html/image/logo7100.png and /dev/null differ
diff --git a/html/image/logo7200.png b/html/image/logo7200.png
deleted file mode 100644
index 57ba0e5..0000000
Binary files a/html/image/logo7200.png and /dev/null differ
diff --git a/html/image/logo7300.png b/html/image/logo7300.png
new file mode 100644
index 0000000..975ac2b
Binary files /dev/null and b/html/image/logo7300.png differ
diff --git a/html/index.css b/html/index.css
index bf22f6a..313560e 100644
--- a/html/index.css
+++ b/html/index.css
@@ -164,9 +164,9 @@ BODY {
     }
     #login_frm {
         position:absolute;
-        left:25%;
+        left:15%;
         right:35%;
-        top:50%;
+        top:15%;
     }
 }
 @media only screen and (min-width : 901px) {
@@ -188,7 +188,7 @@ BODY {
     #login_frm {
         position:absolute;
         left:30%;
-        top:25%;
+        top:20%;
     }
     .input_text {
         width: 24em;
@@ -307,3 +307,12 @@ BODY {
     font-size: 0.9rem;
     opacity: 1;
 }
+@media only screen and (max-width:360px) {
+    #p_user{
+        width: 10rem;
+    }
+    #p_pass{
+        width:10rem
+    }
+}
+   
\ No newline at end of file
diff --git a/html/index.php b/html/index.php
index 3edf9fa..d78c619 100644
--- a/html/index.php
+++ b/html/index.php
@@ -191,7 +191,7 @@ if (isset ($_REQUEST['reconnect']) && isset 
($_REQUEST['backurl'])) {
 }
 echo '
 
-<IMG SRC="image/logo7200.png" id="logo_id" alt="NOALYSS">
+<IMG SRC="image/logo7300.png" id="logo_id" alt="NOALYSS">
 <form id="login_frm" action="login.php" method="post" name="loginform">'.
         '<h1>Noalyss</h1>'.
        $goto .
@@ -201,7 +201,7 @@ echo '
 <TD><input type="text" class="input_text" value="" id="p_user" name="p_user" 
autofocus tabindex="1" placeholder="User"></TD>
 </TR>
 <TR>
-<TD><INPUT TYPE="PASSWORD"  class="input_text" value=""  NAME="p_pass"  
tabindex="2" placeholder="*******"></TD>
+<TD><INPUT TYPE="PASSWORD"  class="input_text" value=""  id="p_pass" 
NAME="p_pass"  tabindex="2" placeholder="*******"></TD>
 </TR>';
 
 
diff --git a/html/install.php b/html/install.php
index 6ac3d2b..0adfc51 100644
--- a/html/install.php
+++ b/html/install.php
@@ -79,7 +79,7 @@
 </head>
 <body>
 <p align="center">
-  <IMG SRC="image/logo7200.png" style="width: 
400px;z-index:-1;position:fixed;top:30px;rigth:50px;opacity: 0.2" alt="NOALYSS">
+  <IMG SRC="image/logo7300.png" style="width: 
400px;z-index:-1;position:fixed;top:30px;rigth:50px;opacity: 0.2" alt="NOALYSS">
 </p>
 <h1>NOALYSS : comptabilité - accountancy </h1>
 



reply via email to

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