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;
|
border-radius: 6px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
article#func.article {
|
||||||
|
background-color: #fff7bd;
|
||||||
|
}
|
||||||
|
|
||||||
.article a {
|
.article a {
|
||||||
display: block;
|
display: block;
|
||||||
font-size: 130%;
|
font-size: 130%;
|
||||||
|
|
|
@ -3,11 +3,11 @@ $doctype 5
|
||||||
$if null beverages
|
$if null beverages
|
||||||
<h1>!!!MATEKALYPSE!!!
|
<h1>!!!MATEKALYPSE!!!
|
||||||
|
|
||||||
<article .article>
|
<article .article #func>
|
||||||
<a href=@{SelectCashR}>
|
<a href=@{SelectCashR}>
|
||||||
<p>Bar bezahlen
|
<p>Bar bezahlen
|
||||||
|
|
||||||
<article .article>
|
<article .article #func>
|
||||||
<a href=@{NewUserR}>
|
<a href=@{NewUserR}>
|
||||||
<p>Neuen Nutzer anlegen
|
<p>Neuen Nutzer anlegen
|
||||||
|
|
||||||
|
@ -16,6 +16,6 @@ $forall (Entity uId user) <- users
|
||||||
<a href=@{SelectR uId}>
|
<a href=@{SelectR uId}>
|
||||||
<p>#{userIdent user}
|
<p>#{userIdent user}
|
||||||
|
|
||||||
<article .article>
|
<article .article #func>
|
||||||
<a href=@{ReactivateR}>
|
<a href=@{ReactivateR}>
|
||||||
<p>Alten Nutzer reaktivieren
|
<p>Alten Nutzer reaktivieren
|
||||||
|
|
Loading…
Reference in a new issue