mirror of
https://gitlab.com/randompenguin/bookface.git
synced 2025-06-07 11:04:27 +02:00
Admin Reload Addons button
This commit is contained in:
parent
e2714a52ff
commit
f797bb34d1
1 changed files with 6 additions and 0 deletions
|
@ -238,6 +238,7 @@
|
|||
margin-top: 10px;
|
||||
}
|
||||
/* Make Submit Buttons Pretty */
|
||||
#adminpage a.btn,
|
||||
.settings-submit,
|
||||
button[type="submit"],
|
||||
input[type="submit"],
|
||||
|
@ -251,6 +252,8 @@
|
|||
border-radius:50px !important;
|
||||
margin-top:-.5px !important;
|
||||
}
|
||||
#adminpage a.btn:hover,
|
||||
#adminpage a.btn:focus,
|
||||
.settings-submit:hover,
|
||||
.settings-submit:focus,
|
||||
button[type="submit"]:hover,
|
||||
|
@ -286,6 +289,9 @@
|
|||
display: block;
|
||||
clear: both;
|
||||
}
|
||||
#addonslist{
|
||||
margin-top: 20px;
|
||||
}
|
||||
#settings-server button[type="submit"] {
|
||||
float: right !important;
|
||||
margin-left: 5px !important;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue