Set version 9.0
This commit is contained in:
parent
8dd4892c07
commit
c71a35f437
5 changed files with 12 additions and 12 deletions
|
|
@ -3,7 +3,7 @@
|
|||
* LOGO
|
||||
*************************************/
|
||||
#logo_id {
|
||||
width:70px;
|
||||
width:90px;
|
||||
display:block;
|
||||
}
|
||||
/** small **/
|
||||
|
|
@ -11,10 +11,10 @@
|
|||
#logo_id {
|
||||
|
||||
z-index:-1;
|
||||
width: 140px;
|
||||
width: 110px;
|
||||
left: 5px;
|
||||
top: 22px;
|
||||
height: 140px;
|
||||
height: 90px;
|
||||
|
||||
left:0px;
|
||||
display:block;
|
||||
|
|
@ -25,10 +25,10 @@
|
|||
@media (min-width : 768px) {
|
||||
#logo_id {
|
||||
z-index:-1;
|
||||
width: 140px;
|
||||
width:110px;
|
||||
left: 5px;
|
||||
top: 22px;
|
||||
height: 140px;
|
||||
height: 90px;
|
||||
display:block;
|
||||
}
|
||||
}
|
||||
|
|
@ -36,10 +36,10 @@
|
|||
@media (min-width : 992px) {
|
||||
#logo_id {
|
||||
z-index:-1;
|
||||
width: 140px;
|
||||
width: 110px;
|
||||
left: 5px;
|
||||
top: 22px;
|
||||
height: 140px;
|
||||
height:90px;
|
||||
|
||||
display:block;
|
||||
}
|
||||
|
|
@ -49,10 +49,10 @@
|
|||
#logo_id {
|
||||
z-index: -1;
|
||||
|
||||
width: 140px;
|
||||
width: 110px;
|
||||
left: 5px;
|
||||
top: 22px;
|
||||
height: 140px;
|
||||
height:90px;
|
||||
display:block;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Binary file not shown.
|
Before Width: | Height: | Size: 35 KiB |
BIN
html/image/logo9000.png
Normal file
BIN
html/image/logo9000.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 34 KiB |
|
|
@ -214,13 +214,13 @@ if (isset($_REQUEST['reconnect'])&&isset($_REQUEST['backurl']))
|
|||
?>
|
||||
<div >
|
||||
<div class="d-sm-block">
|
||||
<IMG SRC="image/logo8100.png" id="logo_id" alt="NOALYSS">
|
||||
<IMG SRC="image/logo9000.png" id="logo_id" alt="NOALYSS">
|
||||
|
||||
</div>
|
||||
<div class="container">
|
||||
|
||||
<div class="mx-auto" id="login_div">
|
||||
<h1 style="text-align: center;color:darkblue">NOALYSS</h1>
|
||||
<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; ?>
|
||||
|
||||
|
|
|
|||
|
|
@ -83,7 +83,7 @@
|
|||
</head>
|
||||
<body>
|
||||
<p align="center">
|
||||
<IMG SRC="image/logo8100.png" style="width: 30%;z-index:-1;position:fixed;top:30%;margin-left: 20%;opacity: 0.2" alt="NOALYSS">
|
||||
<IMG SRC="image/logo9000.png" style="width: 30%;z-index:-1;position:fixed;top:30%;margin-left: 20%;opacity: 0.2" alt="NOALYSS">
|
||||
</p>
|
||||
<h1>NOALYSS : comptabilité - accountancy </h1>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue