* Code for task #91375.

This commit is contained in:
hufangzhou
2023-04-18 11:05:43 +08:00
parent 629cbc486b
commit 00ab038bbf
4 changed files with 5 additions and 2 deletions

View File

@@ -3,3 +3,5 @@
#mainContent .copyright {line-height: 20px;}
#mainContent .copyright a {vertical-align: baseline;}
#zentaoLinks .panel .panel-heading {padding: 6px 10px;}
.zt-logo {width: 145px;}

View File

@@ -7,7 +7,7 @@
</div>
<table class='table table-form'>
<tr>
<td class='text-center w-160px'>
<td class='text-center zt-logo'>
<img src='<?php echo $config->webRoot . 'theme/default/images/main/' . $lang->logoImg;?>' />
<h4>
<?php if(trim($config->visions, ',') == 'lite'):?>

View File

@@ -15,7 +15,8 @@ html[lang='en'] #loginPanel .table-form > tbody > tr > th {width: 80px;}
#langs > .btn,
#langs > .dropdown-menu {min-width: 0; width: 85px;}
#logo-box img {margin-left: 40px; width: 100px;}
#logo-box {padding-top: 7px;}
#logo-box img {margin-left: 40px; width: 130px;}
.captchaBox .input-group .input-group-addon {width: 110px; padding: 0px;}
.showNotice {color: yellow;}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.1 KiB

After

Width:  |  Height:  |  Size: 11 KiB