Browse Source

Update Bookstore CSS styles

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

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

@ -12,4 +12,15 @@
.apiref-table-title {
background-color: #48C;
color: #FFF;
}
#bookstore-topform-base {
display: flex;
flex-direction: row;
justify-content: space-between;
}
#bookstore-loginout {
text-align: right;
margin: 0.5em 2em;
}

Loading…
Cancel
Save