mirror of
https://github.com/espocrm/espocrm.git
synced 2026-06-28 15:06:06 +00:00
ditch More label from navmar
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
{{/unless}}
|
||||
{{/each}}
|
||||
<li class="dropdown more">
|
||||
<a id="nav-more-tabs-dropdown" class="dropdown-toggle" data-toggle="dropdown" href="#"><span class="more-label">{{translate 'More'}} <b class="caret"></b></span><span class="glyphicon glyphicon glyphicon-option-horizontal more-icon"></span></a>
|
||||
<a id="nav-more-tabs-dropdown" class="dropdown-toggle" data-toggle="dropdown" href="#"><span class="glyphicon glyphicon glyphicon-option-horizontal more-icon"></span></a>
|
||||
<ul class="dropdown-menu" role="menu" aria-labelledby="nav-more-tabs-dropdown">
|
||||
{{#each tabDefsList}}
|
||||
{{#if isInMore}}
|
||||
|
||||
@@ -16,14 +16,6 @@
|
||||
display: none;
|
||||
}
|
||||
|
||||
body > #header .more-icon {
|
||||
display: none;
|
||||
}
|
||||
|
||||
body > #header .more-label {
|
||||
display: inline;
|
||||
}
|
||||
|
||||
#header .navbar ul.nav > li.global-search-container {
|
||||
display: block;
|
||||
}
|
||||
@@ -49,10 +41,6 @@ body > #header .navbar-brand span.home-icon {
|
||||
display: inline;
|
||||
}
|
||||
|
||||
#header .more-label {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#header .navbar > .navbar-header > a.navbar-brand {
|
||||
&,
|
||||
&:active {
|
||||
|
||||
@@ -84,7 +84,13 @@ body > footer {
|
||||
}
|
||||
|
||||
#header .more-icon {
|
||||
display: none;
|
||||
display: inline;
|
||||
}
|
||||
|
||||
@media screen and (min-width: @screen-sm-min) {
|
||||
.more-icon {
|
||||
top: 3px;
|
||||
}
|
||||
}
|
||||
|
||||
body > #header ul.tabs span.short-label {
|
||||
|
||||
Reference in New Issue
Block a user