diff --git a/lfogui.css b/lfogui.css index d2f53b0..ea06320 100644 --- a/lfogui.css +++ b/lfogui.css @@ -38,22 +38,23 @@ body { .header { display: flex; flex-flow: row nowrap; - justify-content: flex-start; + justify-content: space-between; align-items: center; margin: 1em; + border-bottom: 1px solid var(--active); } .header button { - background-color: var(--background); border: 1px solid var(--active); color: var(--active); + background-color: white; padding: 4px; text-align: center; display: inline-block; - font-size: 13px; padding: 0.5em; margin: 4px; - border-radius: 25px; + font-size: 0.9em; + min-width: 4.5em; } td button { diff --git a/lfogui.html b/lfogui.html index 6151e8e..b30117e 100644 --- a/lfogui.html +++ b/lfogui.html @@ -7,23 +7,21 @@ -->
- + + - + - - - - - - - + + + + + + + -