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

View File

@ -4357,3 +4357,10 @@ fieldset[disabled] .btn-gplus.active {
.mce-tinymce-inline { .mce-tinymce-inline {
display: none !important; 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 { .tool-split, .mce-tinymce-inline {
display: none !important; display: none !important;
} }
.nav-h1 {
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
display: inline-block;
width: 130px;
}