Alterações:

- Mudança nos links da logo para o site do programa
- Centralizar nome do curso no acesso do celular "resposividade"
This commit is contained in:
eduardogusmao
2020-01-27 14:42:28 -03:00
parent 153692bc81
commit 3c4c9ad4b1
3 changed files with 12 additions and 2 deletions

View File

@@ -32,7 +32,8 @@ $bgCapa = rand(1,1);
<div class="col-lg-4"> <div class="col-lg-4">
<figure> <figure>
<a target="_top" href="<?php echo $CFG->wwwroot;?>"><img src="<?php echo($OUTPUT->image_url('logos/logo-b', 'theme')); ?>" class="img-responsive logo-capa"></a> <!-- <a target="_top" href="--><?php //echo $CFG->wwwroot;?><!--"><img src="--><?php //echo($OUTPUT->image_url('logos/logo-b', 'theme')); ?><!--" class="img-responsive logo-capa"></a>-->
<a target="_blank" href="https://sigaa.ufrn.br/sigaa/public/programa/apresentacao.jsf?lc=pt_BR&id=8084" ><img src="<?php echo($OUTPUT->image_url('logos/logo-b', 'theme')); ?>" class="img-responsive logo-capa"></a>
</figure> </figure>
</div> </div>
<div class="col-lg-8"> <div class="col-lg-8">

View File

@@ -155,6 +155,14 @@ section#inicial{
color: #000; color: #000;
} }
} }
@media (max-width: 576px) {
section#formulario{
margin: 70px 0 0 0 !important;
.box-login-capa{
margin-top: 0px !important;
}
}
}
} }
} }
#page{ #page{

View File

@@ -32,7 +32,8 @@
</button> </button>
<a href="{{{ config.wwwroot }}}/?redirect=0" class="logo-topo"> <!-- <a href="{{{ config.wwwroot }}}/?redirect=0" class="logo-topo">-->
<a href="https://sigaa.ufrn.br/sigaa/public/programa/apresentacao.jsf?lc=pt_BR&id=8084" target="_blank" class="logo-topo">
{{# logourl }} {{# logourl }}
<span class="logo"> <span class="logo">
<img src="{{logourl}}" alt="{{sitename}}" class="img-responsive"> <img src="{{logourl}}" alt="{{sitename}}" class="img-responsive">