This website works better with JavaScript.
Home
Explore
Register
Sign In
Fincer
/
java-bookstore
mirror of
https://github.com/Fincer/java-bookstore
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
4
Wiki
Activity
Browse Source
Add missing CSS styles
Signed-off-by: Pekka Helenius <fincer89@hotmail.com>
v0.0.3-alpha
Pekka Helenius
4 years ago
parent
44fef19cf2
commit
1c91b1de3e
1 changed files
with
9 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
;
}
}
Write
Preview
Loading…
Cancel
Save