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
3a9c1f9ee5
commit
6053ac4321
1 changed files with 9 additions and 0 deletions
|
@ -334,6 +334,15 @@ box-sizing: border-box;
|
||||||
margin-left: 5px !important;
|
margin-left: 5px !important;
|
||||||
margin-bottom: 20px !important;
|
margin-bottom: 20px !important;
|
||||||
}
|
}
|
||||||
|
input[name="page_tos"]{
|
||||||
|
float: right;
|
||||||
|
padding: 8px;
|
||||||
|
}
|
||||||
|
.submit::after{
|
||||||
|
content: '';
|
||||||
|
display: block;
|
||||||
|
clear: both;
|
||||||
|
}
|
||||||
/* Compose Window */
|
/* Compose Window */
|
||||||
#upload-photo {
|
#upload-photo {
|
||||||
background-color: var(--link-color) !important;
|
background-color: var(--link-color) !important;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue