[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>
- [Noalyss-commit] [noalyss] 33/46: Task #1277 : RTF conversion char accentuated, (continued)
- [Noalyss-commit] [noalyss] 33/46: Task #1277 : RTF conversion char accentuated, Dany De Bontridder, 2020/05/04
- [Noalyss-commit] [noalyss] 36/46: Merge branch 'dev7202', Dany De Bontridder, 2020/05/04
- [Noalyss-commit] [noalyss] 38/46: Fiche.Test : add test cmp_name and get_row, Dany De Bontridder, 2020/05/04
- [Noalyss-commit] [noalyss] 40/46: Fix cosmetic and typo, Dany De Bontridder, 2020/05/04
- [Noalyss-commit] [noalyss] 22/46: HtmlOutput tab , add mode row, Dany De Bontridder, 2020/05/04
- [Noalyss-commit] [noalyss] 27/46: Task #0001793: Installation mot de passe, Dany De Bontridder, 2020/05/04
- [Noalyss-commit] [noalyss] 29/46: Task #0001793: Installation mot de passe for password , use NOALYSS_ADMIN_PASSWORD, Dany De Bontridder, 2020/05/04
- [Noalyss-commit] [noalyss] 31/46: Task #0001793: Installation mot de passe Adapt comment, Dany De Bontridder, 2020/05/04
- [Noalyss-commit] [noalyss] 37/46: Bug database.class.php : n'applique pas le patch, Dany De Bontridder, 2020/05/04
- [Noalyss-commit] [noalyss] 39/46: Test Unit Acc_Account_Legder , rounded value fixed, Dany De Bontridder, 2020/05/04
- [Noalyss-commit] [noalyss] 41/46: Cleanup + new logo,
Dany De Bontridder <=
- [Noalyss-commit] [noalyss] 43/46: Improve installation for MONO : doc + password, Dany De Bontridder, 2020/05/04
- [Noalyss-commit] [noalyss] 45/46: Output_Tab : set mode to row by default + cosmetic, Dany De Bontridder, 2020/05/04
- [Noalyss-commit] [noalyss] 46/46: Merge branch 'dev7220' into pre7300, Dany De Bontridder, 2020/05/04
- [Noalyss-commit] [noalyss] 42/46: Improve installation for MONO : doc + password, Dany De Bontridder, 2020/05/04
- [Noalyss-commit] [noalyss] 44/46: fixup! Fix cosmetic and typo, Dany De Bontridder, 2020/05/04