Skip to content

Commit

Permalink
Add link to list edit
Browse files Browse the repository at this point in the history
  • Loading branch information
rixx committed Feb 7, 2020
1 parent db72f6a commit 04c29bb
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
14 changes: 14 additions & 0 deletions _layouts/liste.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,20 @@
a:visited {
color: #6b1889;
}
a.button {
border: 1px solid rgb(249, 205, 0);
cursor: pointer;
color: black;
padding: 6px 12px;
margin-left: auto;
}
a.button:hover {
text-decoration: none;
}
.buttons {
display: flex;
margin-bottom: 12px;
}
table {
margin-bottom: 30px;
width: 100%;
Expand Down
3 changes: 3 additions & 0 deletions index.markdown
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
---
layout: liste
---
<div class="buttons">
<a href="https://github.com/denog/chatterliste/issues/new/choose" class="button">Daten anlegen oder ändern</a>
</div>
<table>
<thead>
<tr>
Expand Down

0 comments on commit 04c29bb

Please sign in to comment.