mirror of
https://gitlab.com/randompenguin/bookface.git
synced 2025-06-07 19:14:26 +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;
|
margin-top: 10px;
|
||||||
}
|
}
|
||||||
/* Make Submit Buttons Pretty */
|
/* Make Submit Buttons Pretty */
|
||||||
|
#adminpage a.btn,
|
||||||
.settings-submit,
|
.settings-submit,
|
||||||
button[type="submit"],
|
button[type="submit"],
|
||||||
input[type="submit"],
|
input[type="submit"],
|
||||||
|
@ -251,6 +252,8 @@
|
||||||
border-radius:50px !important;
|
border-radius:50px !important;
|
||||||
margin-top:-.5px !important;
|
margin-top:-.5px !important;
|
||||||
}
|
}
|
||||||
|
#adminpage a.btn:hover,
|
||||||
|
#adminpage a.btn:focus,
|
||||||
.settings-submit:hover,
|
.settings-submit:hover,
|
||||||
.settings-submit:focus,
|
.settings-submit:focus,
|
||||||
button[type="submit"]:hover,
|
button[type="submit"]:hover,
|
||||||
|
@ -286,6 +289,9 @@
|
||||||
display: block;
|
display: block;
|
||||||
clear: both;
|
clear: both;
|
||||||
}
|
}
|
||||||
|
#addonslist{
|
||||||
|
margin-top: 20px;
|
||||||
|
}
|
||||||
#settings-server button[type="submit"] {
|
#settings-server button[type="submit"] {
|
||||||
float: right !important;
|
float: right !important;
|
||||||
margin-left: 5px !important;
|
margin-left: 5px !important;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue