made function buttons distinguishable

This commit is contained in:
nek0 2015-04-08 15:56:37 +02:00
parent 6b15fd08cf
commit 74f9222148
2 changed files with 7 additions and 3 deletions

View File

@ -12,6 +12,10 @@
border-radius: 6px;
}
article#func.article {
background-color: #fff7bd;
}
.article a {
display: block;
font-size: 130%;

View File

@ -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