[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Noalyss-commit] [noalyss] 02/03: Improve apparence
From: |
Dany De Bontridder |
Subject: |
[Noalyss-commit] [noalyss] 02/03: Improve apparence |
Date: |
Sun, 15 Sep 2019 04:38:36 -0400 (EDT) |
sparkyx pushed a commit to branch master
in repository noalyss.
commit 73441abe31b297ad28154a92f396ad31c4a506f5
Author: Dany De Bontridder <address@hidden>
Date: Sun Sep 15 10:25:13 2019 +0200
Improve apparence
---
html/index.css | 42 +++++++++++++++++++++++++++---------------
html/index.php | 12 +++++++-----
2 files changed, 34 insertions(+), 20 deletions(-)
diff --git a/html/index.css b/html/index.css
index 3ff1bcd..18f576a 100644
--- a/html/index.css
+++ b/html/index.css
@@ -109,7 +109,7 @@ BODY {
#recover_link {
position:absolute;
bottom:30px;
- width: 100%;
+ /*! width: 100%; */
}
#recover_box {
@@ -122,7 +122,16 @@ BODY {
margin-left: 1%;
background-color: whitesmoke;
}
-
+#login_frm h1 {
+ display: block;
+ font-size: 2.5em;
+ font-weight: bold;
+ text-align: center;
+ text-transform: uppercase;
+ opacity: 0.8;
+ padding: 0px;
+ margin: 0px;
+}
@media only screen and (max-width : 900px) {
#alternate_browser {
display : none;
@@ -132,12 +141,12 @@ BODY {
z-index:-1;
height:auto;
width:10%;
- left:90%;
- top:0%;
+ left:1%;
+ top:30px;
}
.input_text {
- width:12rem;
+ width:20rem;
}
#recover_box {
@@ -161,7 +170,7 @@ BODY {
@media only screen and (min-width : 901px) {
#alternate_browser {
position:absolute;
- bottom: 0px;
+ bottom: 30px;
left:0px;
z-index: -1;
display : block;
@@ -169,10 +178,10 @@ BODY {
#logo_id {
z-index:-1;
position:absolute;
- width:19%;
- left:81%;
- top:0px;
- height: 28%;
+ width:15%;
+ left:0px;
+ top:20px;
+ height: 15%;
}
#login_frm {
position:absolute;
@@ -186,14 +195,15 @@ BODY {
#recover_link {
position:absolute;
margin-top:397px;
- left:539px;
+ left:1px;
background-color: white;
+ bottom: initial;
}
}
@media only screen and (min-width : 1100px) {
#alternate_browser {
position:absolute;
- bottom: 0px;
+ bottom: 30px;
left:0px;
z-index: -1;
display : block;
@@ -220,6 +230,7 @@ BODY {
left:539px;
background-color: white;
width:auto;
+
}
#recover_box {
@@ -237,7 +248,7 @@ BODY {
@media only screen and (min-width : 1100px) {
#alternate_browser {
position:absolute;
- bottom: 0px;
+ bottom: 52px;
left:0px;
z-index: -1;
display : block;
@@ -246,8 +257,8 @@ BODY {
z-index:-1;
position:absolute;
/*! width:19%; */
- left:90%;
- top:0%;
+ left:0%;
+ top:22px;
max-width: 125px;
max-height: 125px;
}
@@ -280,4 +291,5 @@ BODY {
}
+
}
diff --git a/html/index.php b/html/index.php
index 28fdfdf..05e9991 100644
--- a/html/index.php
+++ b/html/index.php
@@ -190,11 +190,10 @@ if (isset ($_REQUEST['reconnect']) && isset
($_REQUEST['backurl'])) {
$goto='<input type="hidden" value="'.strip_tags($_REQUEST['backurl']).'"
name="backurl">';
}
echo '
-<span
style="background-color:#879ed4;color:white;padding-left:4px;padding-right:4px;">
-version NOALYSS_VERSION - '.$my_domain.'
-</span>
-<IMG SRC="image/logo7100.png" style="opacity:0.4" id="logo_id" alt="NOALYSS">
+
+<IMG SRC="image/logo7100.png" id="logo_id" alt="NOALYSS">
<form id="login_frm" action="login.php" method="post" name="loginform">'.
+ '<h1>Noalyss</h1>'.
$goto .
'<TABLE><TR><TD>
<TABLE BORDER=0 CELLSPACING=0>
@@ -268,7 +267,10 @@ echo '
}
</script>
<?php endif; ?>
-
+
+ <span
style="display:block;position:fixed;bottom:31px;width:100%;background-color:darkblue;color:white;padding-left:4px;padding-right:4px;">
+version NOALYSS_VERSION - '.$my_domain.'
+</span>
<div id="alternate_browser">
<p>Nous conseillons d'utiliser Firefox ou chrome.</p>
<p>We recommend to use Firefox or Chrome.</p>