From 2d170ee0f99850f2d897fdc08893850447b41371 Mon Sep 17 00:00:00 2001 From: doudoudzj Date: Tue, 11 Dec 2018 12:06:31 +0800 Subject: [PATCH] update --- .htaccess1 => .htaccess | 0 css/style.css | 5 + footer.php | 27 ++-- headmate.php | 2 +- help.php | 7 +- include/language/en-US/language.php | 8 +- include/language/zh-CN/language.php | 4 +- include/language/zh-HK/language.php | 4 +- include/language/zh-TW/language.php | 4 +- legal_privacy.php | 7 ++ legal_terms.php | 6 + solution.php | 185 +++++++++++++--------------- 12 files changed, 142 insertions(+), 117 deletions(-) rename .htaccess1 => .htaccess (100%) diff --git a/.htaccess1 b/.htaccess similarity index 100% rename from .htaccess1 rename to .htaccess diff --git a/css/style.css b/css/style.css index eb421611d129ca99f501c6d23a12d9ed6a778dcc..1acca1ee557d75d87dd63815e865dc1a0698f1e0 100644 --- a/css/style.css +++ b/css/style.css @@ -212,4 +212,9 @@ body.fixed-header-on { .form-domain { max-width: 500px; } +} + +.language-change { + max-height: 500px; + overflow-y: auto; } \ No newline at end of file diff --git a/footer.php b/footer.php index 027e6a6cc47ffeef7db198fb9d89d9d1a17e9ce1..858bfe7d53b9d5f27458bda93d0adbddc4834c2f 100644 --- a/footer.php +++ b/footer.php @@ -11,8 +11,8 @@ if (!defined('IN_SYS')) { - - - + \ No newline at end of file