Commit 242ddc4b73d8094b76100079d2d490152fbb78e0
1 parent
dec2e9c4
Corrected login box image.
Showing
2 changed files
with
4 additions
and
1 deletions
resources/css/kt-login.css
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> | ... | ... |