Browse Source

Add missing CSS styles

Signed-off-by: Pekka Helenius <fincer89@hotmail.com>
v0.0.3-alpha
Pekka Helenius 4 years ago
parent
commit
1c91b1de3e
1 changed files with 9 additions and 0 deletions
  1. +9
    -0
      bookstore/src/main/resources/static/css/bookstore.css

+ 9
- 0
bookstore/src/main/resources/static/css/bookstore.css View File

@ -23,4 +23,13 @@
#bookstore-loginout { #bookstore-loginout {
text-align: right; text-align: right;
margin: 0.5em 2em; margin: 0.5em 2em;
}
.checkbox-base {
display: flex;
/*justify-content: space-between;*/
}
.checkbox-box {
margin-left: 7.5em;
} }

Loading…
Cancel
Save