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

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