made function buttons distinguishable
This commit is contained in:
parent
6b15fd08cf
commit
74f9222148
2 changed files with 7 additions and 3 deletions
|
@ -12,6 +12,10 @@
|
|||
border-radius: 6px;
|
||||
}
|
||||
|
||||
article#func.article {
|
||||
background-color: #fff7bd;
|
||||
}
|
||||
|
||||
.article a {
|
||||
display: block;
|
||||
font-size: 130%;
|
||||
|
|
|
@ -3,11 +3,11 @@ $doctype 5
|
|||
$if null beverages
|
||||
<h1>!!!MATEKALYPSE!!!
|
||||
|
||||
<article .article>
|
||||
<article .article #func>
|
||||
<a href=@{SelectCashR}>
|
||||
<p>Bar bezahlen
|
||||
|
||||
<article .article>
|
||||
<article .article #func>
|
||||
<a href=@{NewUserR}>
|
||||
<p>Neuen Nutzer anlegen
|
||||
|
||||
|
@ -16,6 +16,6 @@ $forall (Entity uId user) <- users
|
|||
<a href=@{SelectR uId}>
|
||||
<p>#{userIdent user}
|
||||
|
||||
<article .article>
|
||||
<article .article #func>
|
||||
<a href=@{ReactivateR}>
|
||||
<p>Alten Nutzer reaktivieren
|
||||
|
|
Loading…
Reference in a new issue