mirror of
https://github.com/yacy/yacy_search_server.git
synced 2025-02-02 06:38:42 -05:00
f37a86e1c6
- using a icon-only admin button at small and medium screen size - using a icon-only "Search Interfaces" button at small screen size - hiding the YaCy brand at extra-small screen size Fixes the header part of mantis 708 (http://mantis.tokeek.de/view.php?id=708). Navigator button overlapping is still to fix.
14 lines
717 B
Plaintext
14 lines
717 B
Plaintext
<!-- top navigation -->
|
|
<div class="navbar navbar-default navbar-fixed-top" role="navigation">
|
|
<div class="container-fluid">
|
|
<div class="navbar-header">
|
|
<a class="navbar-brand hidden-xs" id="navbar-brand" href="#[promoteSearchPageGreeting.homepage]#" style="position:absolute;top:-6px;display:inline;white-space:nowrap;">
|
|
<img id="greeting-icon" class="yacylogo" src="#[relativeBase]##[promoteSearchPageGreeting.smallImage]#" alt="#[promoteSearchPageGreeting.imageAlt]#" style="height:auto; width:auto; max-width:200px; max-height:32px;vertical-align:middle"> <span id="greeting"></span>
|
|
</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="container-fluid">
|
|
<div class="starter-template">
|
|
|