mirror of
https://gitlab.com/randompenguin/bookface.git
synced 2025-06-07 11:04:27 +02:00
streamlined admin submit alignment
This commit is contained in:
parent
522f3963f9
commit
55d397923d
1 changed files with 3 additions and 2 deletions
|
@ -340,12 +340,13 @@ box-sizing: border-box;
|
||||||
margin-left: 5px !important;
|
margin-left: 5px !important;
|
||||||
margin-bottom: 20px !important;
|
margin-bottom: 20px !important;
|
||||||
}
|
}
|
||||||
#probe button[type="submit"],
|
#adminpage button[type="submit"],
|
||||||
|
input[type="submit"],
|
||||||
input[name="page_logs"],
|
input[name="page_logs"],
|
||||||
input[name="republish_directory"],
|
input[name="republish_directory"],
|
||||||
input[name="page_tos"]{
|
input[name="page_tos"]{
|
||||||
float: right;
|
float: right;
|
||||||
padding: 8px;
|
padding: 8px;
|
||||||
}
|
}
|
||||||
.submit::after{
|
.submit::after{
|
||||||
content: '';
|
content: '';
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue