summaryrefslogtreecommitdiff
path: root/public/app.css
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2017-03-20 03:51:23 +0100
committerJules Laplace <jules@okfoc.us>2017-03-20 03:51:23 +0100
commit50eaaa9dfaa2d4aa1230e7a6b371a60c1df8a1ab (patch)
treebc4363ce1055df679116e89dec5beae14e7582b7 /public/app.css
parentd9d81925299aa787cbdb815cb4b06e17a412b40c (diff)
group by date
Diffstat (limited to 'public/app.css')
-rw-r--r--public/app.css22
1 files changed, 22 insertions, 0 deletions
diff --git a/public/app.css b/public/app.css
index 2a34557..8b7a29d 100644
--- a/public/app.css
+++ b/public/app.css
@@ -109,6 +109,28 @@ form.update .clear {
color: red;
}
+.group {
+ padding-bottom: 5px;
+}
+.groupDate {
+ padding: 5px;
+ font-size: 150%;
+ font-weight: bold;
+ width: 300px;
+ display: inline-block;
+}
+.group > .calories {
+ padding: 5px;
+}
+
+.isOverLimit {
+ font-weight: bold;
+ color: #800;
+}
+.isUnderLimit {
+ color: #084;
+}
+
.row > .remove {
display: none;
}