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; border-radius: 6px;
} }
article#func.article {
background-color: #fff7bd;
}
.article a { .article a {
display: block; display: block;
font-size: 130%; font-size: 130%;

View file

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