mirror of
https://gitlab.com/randompenguin/bookface.git
synced 2025-06-07 11:04:27 +02:00
TOS "SAVE" button normalized
This commit is contained in:
parent
6053ac4321
commit
09410d6b62
1 changed files with 9 additions and 0 deletions
|
@ -291,6 +291,15 @@
|
|||
margin-left: 5px !important;
|
||||
margin-bottom: 20px !important;
|
||||
}
|
||||
input[name="page_tos"]{
|
||||
float: right;
|
||||
padding: 8px;
|
||||
}
|
||||
.submit::after{
|
||||
content: '';
|
||||
display: block;
|
||||
clear: both;
|
||||
}
|
||||
/* Other people profiles */
|
||||
#mention-link {
|
||||
background-color: var(--link-color) !important;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue