diff options
Diffstat (limited to 'public/app.css')
| -rw-r--r-- | public/app.css | 26 |
1 files changed, 25 insertions, 1 deletions
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; |
