css fixes
This commit is contained in:
parent
a0a376e95e
commit
3b2398ed01
5
view/css/bootstrap-red.css
vendored
5
view/css/bootstrap-red.css
vendored
@ -17,11 +17,6 @@ nav .badge {
|
|||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
#navbar-collapse-2.show {
|
|
||||||
max-height: 100vh;
|
|
||||||
overflow: auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
nav .dropdown-menu {
|
nav .dropdown-menu {
|
||||||
max-height: 70vh;
|
max-height: 70vh;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
|
@ -545,7 +545,7 @@ footer {
|
|||||||
#nav-search-spinner {
|
#nav-search-spinner {
|
||||||
float: right;
|
float: right;
|
||||||
margin-top: -0.85rem;
|
margin-top: -0.85rem;
|
||||||
margin-right: 1.1rem;
|
margin-right: 1.6rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@ -880,14 +880,12 @@ a.rconnect:hover, a.rateme:hover, div.rateme:hover {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.contactname {
|
.contactname {
|
||||||
padding-top: 2px;
|
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
line-height: 1em;
|
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
.dropdown-notification {
|
.dropdown-notification {
|
||||||
line-height: 1em;
|
line-height: 1.1em;
|
||||||
font-size: 0.75rem;
|
font-size: 0.75rem;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
@ -1487,15 +1485,15 @@ nav img {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.dropdown-menu-img-sm {
|
.dropdown-menu-img-sm {
|
||||||
width: 3em;
|
width: 3.3em;
|
||||||
height: 3em;
|
height: 3.3em;
|
||||||
margin-right: 5px;
|
margin-right: 5px;
|
||||||
float: left;
|
float: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
.dropdown-menu-img-xs {
|
.dropdown-menu-img-xs {
|
||||||
height: 1em;
|
height: 1.1em;
|
||||||
width: 1em;
|
width: 1.1em;
|
||||||
margin-right: 5px;
|
margin-right: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -168,12 +168,12 @@
|
|||||||
{{/if}}
|
{{/if}}
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<div class="navbar-text text-white font-weight-bold">{{$banner}}</div>
|
<div class="navbar-text text-white font-weight-bold hidden-sm-down">{{$banner}}</div>
|
||||||
|
|
||||||
<ul id="nav-right" class="navbar-nav hidden-sm-down ml-auto">
|
<ul id="nav-right" class="navbar-nav hidden-sm-down ml-auto">
|
||||||
<li class="nav-item collapse clearfix" id="nav-search">
|
<li class="nav-item collapse clearfix" id="nav-search">
|
||||||
<form class="form-inline" method="get" action="search" role="search">
|
<form class="form-inline" method="get" action="search" role="search">
|
||||||
<input class="form-control form-control-sm mt-1" id="nav-search-text" type="text" value="" placeholder=" {{$help}}" name="search" title="{{$nav.search.3}}" onclick="this.submit();" onblur=" $('#nav-search').hide(); $('#nav-search-btn').show();"/>
|
<input class="form-control form-control-sm mt-1 mr-2" id="nav-search-text" type="text" value="" placeholder=" {{$help}}" name="search" title="{{$nav.search.3}}" onclick="this.submit();" onblur=" $('#nav-search').hide(); $('#nav-search-btn').show();"/>
|
||||||
</form>
|
</form>
|
||||||
<div id="nav-search-spinner"></div>
|
<div id="nav-search-spinner"></div>
|
||||||
</li>
|
</li>
|
||||||
|
Reference in New Issue
Block a user