member css for multi lang
This commit is contained in:
@ -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>
|
||||
|
@ -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;
|
||||
}
|
||||
|
@ -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;
|
||||
}
|
Reference in New Issue
Block a user