* fixed style of mobile link in foot bar.
* ajusted style of about.
This commit is contained in:
@@ -547,7 +547,7 @@ class commonModel extends model
|
||||
public static function printQRCodeLink($color = '')
|
||||
{
|
||||
global $lang;
|
||||
echo html::a(helper::createLink('misc', 'qrCode'), "<i class='icon-mobile-phone icon-large'></i> " . $lang->user->mobileLogin, '', "class='qrCode $color'");
|
||||
echo html::a(helper::createLink('misc', 'qrCode'), "<i class='icon-mobile-phone icon-large'></i> " . $lang->user->mobileLogin, '', "class='qrCode iframe $color' data-width='340'");
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
.card:hover > .media {background: #e5e5e5}
|
||||
.card:hover > .media > .icon {color: #ccc}
|
||||
.card .card-content {padding: 10px 25px}
|
||||
.card-content > ul {padding-left: 20px;}
|
||||
.card-content > ul {padding-left: 10px;}
|
||||
.card-content > ul > li {margin-bottom: 3px;}
|
||||
|
||||
.card-about.card:hover > .media {background: #E5F9FF}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<?php include '../../common/view/header.lite.html.php';?>
|
||||
<table class='table table-form'>
|
||||
<tr>
|
||||
<td class='side a-center'>
|
||||
<td class='text-center w-160px'>
|
||||
<img src='theme/default/images/main/logo2.png' />
|
||||
<h4><?php printf($lang->misc->zentao->version, $config->version);?></h4>
|
||||
</td>
|
||||
|
||||
Reference in New Issue
Block a user