Aggiornamento logo
This commit is contained in:
parent
018b492a73
commit
20e46274ad
|
@ -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 |
|
@ -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">
|
||||
|
|
Loading…
Reference in New Issue