Tarea #445 -> Renombrar el sistema SGD
git-svn-id: https://192.168.0.254/svn/Proyectos.Incam_SGD/trunk@18 eb19766c-00d9-a042-a3a0-45cb8ec72764
This commit is contained in:
parent
a44de79fe5
commit
9e15d14d0f
@ -88,6 +88,26 @@ body
|
||||
border: 0;
|
||||
}
|
||||
|
||||
#logobar h1,
|
||||
#logobar h2 {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
line-height: 1em;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
#logobar h1 {
|
||||
font-size: 22px;
|
||||
font-weight: bold;
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
|
||||
#logobar h2 {
|
||||
font-size: 16px;
|
||||
font-weight: bold;
|
||||
color: #555;
|
||||
}
|
||||
|
||||
/* ------------------ navbar ------------------- */
|
||||
|
||||
#navbarBorder {
|
||||
|
||||
@ -73,7 +73,11 @@
|
||||
{if $config->get("ui/mainLogo") != ''}
|
||||
<a href="{$config->get("ui/mainLogoUrl")}"><img src="{$config->get("ui/mainLogo")}" class="primary" alt="{$config->get("ui/mainLogoTitle")}" title="{$config->get("ui/mainLogoTitle")}"/></a>
|
||||
{else}
|
||||
<a href="{$page->systemURL}"><img src="{$rootUrl}/resources/graphics/ktlogo-topbar-right.png" class="primary" title="{$page->systemName}"/></a>
|
||||
{*<a href="{$page->systemURL}"><img src="{$rootUrl}/resources/graphics/ktlogo-topbar-right.png" class="primary" title="{$page->systemName}"/></a>*}
|
||||
<div class="primary">
|
||||
<h1>Sistema de desarrollo técnico de proyectos</h1>
|
||||
<h2>(Gestión de la documentación del proyecto)</h2>
|
||||
</div>
|
||||
{/if}
|
||||
{if $config->get("ui/companyLogo") != ''}
|
||||
<a href="{$rootUrl}/"><img src="{$config->get("ui/companyLogo")}" height="50px" width="{$config->get("ui/companyLogoWidth")}" alt="{$config->get("ui/companyLogoTitle")}" title="{$config->get("companyLogoTitle")}" class="secondary" /></a>
|
||||
|
||||
Reference in New Issue
Block a user