Aggiornamento logo

This commit is contained in:
loviuz 2021-05-13 17:03:45 +02:00
parent 018b492a73
commit 20e46274ad
4 changed files with 5 additions and 2 deletions

View File

@ -1068,3 +1068,7 @@ div.tip {
.fc-sat, .fc-sun {
background-color: rgba(255, 99, 71, 0.6) !important;
}
.login-box .img-responsive{
padding: 18px 0px 4px;
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.4 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 55 KiB

After

Width:  |  Height:  |  Size: 10 KiB

View File

@ -145,8 +145,7 @@ if (!empty(flash()->getMessage('error'))) {
echo '
<form action="?op=login" method="post" class="login-box box" autocomplete="off" >
<div class="box-header with-border text-center">
<img src="'.App::getPaths()['img'].'/logo.png" class="logo-image" alt="'.tr('OSM Logo').'">
<h3 class="box-title">'.tr('OpenSTAManager').'</h3>
<img src="'.App::getPaths()['img'].'/logo.png" class="img-responsive" alt="'.tr('OSM Logo').'">
</div>
<div class="login-box-body box-body">