Skip to content

Commit

Permalink
fix header buttons right
Browse files Browse the repository at this point in the history
  • Loading branch information
mipmip committed Jan 22, 2023
1 parent 83135fb commit add1fcb
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 7 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
# CHANGELOG


## Version 1.3

- new logo
- remove animations
- sticky search field
- sticky table headers
- sticky footer
- hide advanced search options
- change menu items
- multiple minor layout changes

## Version 1.2

- preserve links in declared_by
Expand Down
4 changes: 0 additions & 4 deletions css/style.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
#lastUpdateElement {
float: right;
}

mark {
padding: 0;
background-color: #d9edf7;
Expand Down
11 changes: 8 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,23 @@
<body>

<header>
<div id="lastUpdateElement" style="position:absolute; color: #e6e8ed; right: 27px;top:18px;font-size:10px;"></div>
<div id="lastUpdateElement" style="position:absolute; line-height: 11px;color: #000; right: 37px;top:59px;font-size:10px;"></div>
<div class="logo">
<a class="baselink" href="./"> <img src="images/home-manager-option-search.png"></a>
</div>
<div class="burger"><a href="javascript:void(0);" style="font-size:15px;"></a></div>
<nav class="shortcuts">
<li class="" role="">
<a href="https://nix-community.github.io/home-manager/" rel="noopener">
<i class="fa fa-book"></i> <label>HM Documentation</label>
</a>
</li>

<li class="" role="">
<a href="https://github.com/mipmip/home-manager-option-search" rel="noopener">
<i class="fa fa-github"></i> <label>Source</label>
</a>
</li>

<li class="" style="margin-left:5px;padding-top:4px;" role="">
<iframe style="width:51px;" src="https://ghbtns.com/github-btn.html?user=mipmip&repo=home-manager-option-search&type=star&count=false&text=true" frameborder="0" scrolling="0" width="150" height="20" title="GitHub"></iframe>
</li>
Expand Down Expand Up @@ -56,7 +61,7 @@ <h4 class="modal-title" id="myModalLabel">Modal title</h4>
</div>
</div>

<div id="searchform" style="background-color: white;top:55px;position:sticky;xborder-bottom:1px solid #27385d;">
<div id="searchform" style="background-color: white;top:54px;position:sticky;>
<form method="get" action="?" onSubmit="searchEnter()">
<div class="form-group">
<label for="searchInput">
Expand Down

0 comments on commit add1fcb

Please sign in to comment.