mirror of
https://github.com/ZizzyDizzyMC/linx-server.git
synced 2026-01-23 02:14:33 +00:00
redesign access key input box in uploader
This commit is contained in:
parent
4361c44128
commit
5a6e589500
2 changed files with 24 additions and 1 deletions
|
|
@ -264,6 +264,24 @@ body {
|
|||
margin: 0;
|
||||
}
|
||||
|
||||
#access_key_checkbox {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
#access_key_checkbox:checked ~ #access_key {
|
||||
display: inline-block;
|
||||
}
|
||||
#access_key_checkbox:checked ~ #access_key_label {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#access_key {
|
||||
line-height: 1em;
|
||||
padding: 1px;
|
||||
border: 3px;
|
||||
display: none;
|
||||
}
|
||||
|
||||
.oopscontent {
|
||||
width: 400px;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue