* fixed style of mobile link in foot bar.

* ajusted style of about.
This commit is contained in:
Catouse
2014-04-16 13:29:35 +08:00
parent 4aae72eb0f
commit d7c99b3107
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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'");
}
/**
+1 -1
View File
@@ -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 -1
View File
@@ -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>