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
09410d6b62
commit
e2714a52ff
1 changed files with 6 additions and 0 deletions
|
@ -279,6 +279,7 @@ box-sizing: border-box;
|
|||
margin-top: 10px;
|
||||
}
|
||||
/* Make Submit Buttons Pretty */
|
||||
#adminpage a.btn,
|
||||
.settings-submit,
|
||||
button[type="submit"],
|
||||
input[type="submit"],
|
||||
|
@ -294,6 +295,8 @@ box-sizing: border-box;
|
|||
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,
|
||||
|
@ -329,6 +332,9 @@ box-sizing: border-box;
|
|||
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