Commit 242ddc4b73d8094b76100079d2d490152fbb78e0

Authored by Kevin G Fourie
1 parent dec2e9c4

Corrected login box image.

resources/css/kt-login.css
... ... @@ -92,6 +92,9 @@
92 92  
93 93 .logoimage {
94 94 margin-bottom: 2em;
  95 + margin-left: auto;
  96 + margin-right: auto;
  97 + display: block;
95 98 }
96 99  
97 100 .form_actions {
... ...
templates/ktcore/login.smarty
... ... @@ -27,7 +27,7 @@
27 27 {if $config->get("ui/mainLogo") != ''}
28 28 <img src="{$config->get("ui/mainLogo")}" alt="{$config->get("ui/mainLogoTitle")}" class="logoimage"/><br />
29 29 {else}
30   - <img src="{$rootUrl}/resources/graphics/ktlogo-topbar-right.png" alt="{$appname}" class="logoimage" height="50" width="252"/><br />
  30 + <img src="{$rootUrl}/resources/graphics/ktlogo-topbar-right.png" alt="{$appname}" class="logoimage" height="35" width="200"/><br />
31 31 {/if}
32 32 {if $smallVersion == 'Community Edition'}
33 33 <span class="communityLabel"><h2>{i18n}Community Edition{/i18n}</h2></span>
... ...