From 1c91b1de3e23116259455a95c355abf5145f1516 Mon Sep 17 00:00:00 2001 From: Pekka Helenius Date: Sat, 3 Oct 2020 03:45:59 +0300 Subject: [PATCH] Add missing CSS styles Signed-off-by: Pekka Helenius --- bookstore/src/main/resources/static/css/bookstore.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/bookstore/src/main/resources/static/css/bookstore.css b/bookstore/src/main/resources/static/css/bookstore.css index 01d345b..3d4aceb 100644 --- a/bookstore/src/main/resources/static/css/bookstore.css +++ b/bookstore/src/main/resources/static/css/bookstore.css @@ -23,4 +23,13 @@ #bookstore-loginout { text-align: right; margin: 0.5em 2em; +} + +.checkbox-base { + display: flex; + /*justify-content: space-between;*/ +} + +.checkbox-box { + margin-left: 7.5em; } \ No newline at end of file