mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
usb_lib / usbmount: Refine, lint, clarify
This commit is contained in:
parent
80bdfc677e
commit
6b4b94dae2
11 changed files with 26 additions and 29 deletions
19
roles/usb_lib/files/upload2usb/button.html
Normal file
19
roles/usb_lib/files/upload2usb/button.html
Normal file
|
@ -0,0 +1,19 @@
|
|||
<style>
|
||||
.button {
|
||||
background-color: #343a40;
|
||||
border: none;
|
||||
border-radius:.25rem;
|
||||
color: white;
|
||||
padding: .5rem .75rem;
|
||||
text-align: center;
|
||||
text-decoration: none;
|
||||
display: inline-block;
|
||||
font-size: 1rem;
|
||||
font-weight:bold;
|
||||
float:right;
|
||||
}
|
||||
.button:hover {
|
||||
color: #ddd;
|
||||
}
|
||||
</style>
|
||||
<a class="button" href="/upload2usb/">Upload to USB</a>
|
Loading…
Add table
Add a link
Reference in a new issue