Cleanup + new logo
This commit is contained in:
parent
3eaa95387b
commit
0f30cfb091
6 changed files with 15 additions and 6 deletions
Binary file not shown.
|
Before Width: | Height: | Size: 35 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 35 KiB |
BIN
html/image/logo7300.png
Normal file
BIN
html/image/logo7300.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 33 KiB |
|
|
@ -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
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -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>';
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue