From bf7ac6af587f68553b83a54fcb724dfc9d684644 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Mon, 20 Mar 2017 01:03:23 +0100 Subject: refactor frontend --- public/app.css | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) (limited to 'public/app.css') diff --git a/public/app.css b/public/app.css index 53dbc25..81469f0 100644 --- a/public/app.css +++ b/public/app.css @@ -73,6 +73,11 @@ input[type=submit], button { cursor: pointer; } +button.selected { + background: black; + color: white; +} + form.create .clear { display: none; } @@ -83,6 +88,11 @@ form.update .clear { cursor: pointer; } +.quiet { + color: #888; + padding: 5px; +} + .desktop input[type=submit]:hover, button:hover { color: white; background: black; @@ -96,16 +106,30 @@ form.update .clear { cursor: pointer; } +.meal > div:first-child { + width: 300px; + font-size: 100%; +} + +.meal .calories { + color: #888; + font-style: italic; +} +.meal > div { + font-size: 80%; +} + .menu { width: 100%; } + .menu li { list-style-type: none; display: inline-block; padding: 5px; } -.meal div { +.row div { display: inline-block; min-width: 100px; padding: 5px; -- cgit v1.2.3-70-g09d2