member css for multi lang

This commit is contained in:
lealife
2015-12-25 23:45:19 +08:00
parent bfc5acc3ee
commit e685a99628
3 changed files with 19 additions and 4 deletions

View File

@ -7,7 +7,7 @@
<b class="bg-success">
</b>
</i>
<span>
<span class="nav-h1">
{{msg . "memberCenter"}}
</span>
</a>
@ -25,7 +25,7 @@
<i class="fa fa-angle-up text-active">
</i>
</span>
<span>
<span class="nav-h1">
{{msg . "accountInfo"}}
</span>
</a>
@ -77,7 +77,7 @@
<i class="fa fa-angle-up text-active">
</i>
</span>
<span>
<span class="nav-h1">
{{msg . "blog"}}
</span>
</a>
@ -141,7 +141,7 @@
<b class="bg-success">
</b>
</i>
<span>
<span class="nav-h1">
{{msg . "group"}}
</span>
</a>

View File

@ -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;
}

View File

@ -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;
}