From e685a996281c4f458d657f3a66966cc98ff9dd3d Mon Sep 17 00:00:00 2001 From: lealife Date: Fri, 25 Dec 2015 23:45:19 +0800 Subject: [PATCH] member css for multi lang --- app/views/member/nav.html | 8 ++++---- public/member/css/member.css | 7 +++++++ public/member/css/member.less | 8 ++++++++ 3 files changed, 19 insertions(+), 4 deletions(-) diff --git a/app/views/member/nav.html b/app/views/member/nav.html index ef2bc66..c6aaf14 100644 --- a/app/views/member/nav.html +++ b/app/views/member/nav.html @@ -7,7 +7,7 @@ - + {{msg . "memberCenter"}} @@ -25,7 +25,7 @@ - + {{msg . "accountInfo"}} @@ -77,7 +77,7 @@ - + {{msg . "blog"}} @@ -141,7 +141,7 @@ - + {{msg . "group"}} diff --git a/public/member/css/member.css b/public/member/css/member.css index bdebdf1..fafb59b 100644 --- a/public/member/css/member.css +++ b/public/member/css/member.css @@ -4357,3 +4357,10 @@ fieldset[disabled] .btn-gplus.active { .mce-tinymce-inline { display: none !important; } +.nav-h1 { + text-overflow: ellipsis; + white-space: nowrap; + overflow: hidden; + display: inline-block; + width: 130px; +} diff --git a/public/member/css/member.less b/public/member/css/member.less index c567924..10a3e90 100644 --- a/public/member/css/member.less +++ b/public/member/css/member.less @@ -4898,3 +4898,11 @@ body.container { .tool-split, .mce-tinymce-inline { display: none !important; } + +.nav-h1 { + text-overflow: ellipsis; + white-space: nowrap; + overflow: hidden; + display: inline-block; + width: 130px; +} \ No newline at end of file