mirror of
https://gitlab.com/randompenguin/bookface.git
synced 2025-06-07 19:14:26 +02:00
Shift "Remote Server" SAVE buttons right.
This commit is contained in:
parent
304702a0f8
commit
5d0703d22d
1 changed files with 5 additions and 1 deletions
|
@ -279,7 +279,11 @@
|
||||||
display: block;
|
display: block;
|
||||||
clear: both;
|
clear: both;
|
||||||
}
|
}
|
||||||
|
#settings-server button[type="submit"] {
|
||||||
|
float: right !important;
|
||||||
|
margin-left: 5px !important;
|
||||||
|
margin-bottom: 20px !important;
|
||||||
|
}
|
||||||
/* Other people profiles */
|
/* Other people profiles */
|
||||||
#mention-link {
|
#mention-link {
|
||||||
background-color: var(--link-color) !important;
|
background-color: var(--link-color) !important;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue