diff options
| author | Jules Laplace <jules@okfoc.us> | 2017-03-20 03:51:23 +0100 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2017-03-20 03:51:23 +0100 |
| commit | 50eaaa9dfaa2d4aa1230e7a6b371a60c1df8a1ab (patch) | |
| tree | bc4363ce1055df679116e89dec5beae14e7582b7 /public/app.css | |
| parent | d9d81925299aa787cbdb815cb4b06e17a412b40c (diff) | |
group by date
Diffstat (limited to 'public/app.css')
| -rw-r--r-- | public/app.css | 22 |
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; } |
