39 lines
729 B
HTML
39 lines
729 B
HTML
<style>
|
|
.filecheckbox {
|
|
margin: 0px;
|
|
min-width: 20px
|
|
}
|
|
|
|
.filekey {
|
|
min-width: 200px;
|
|
}
|
|
|
|
.filevalue {
|
|
flex-grow: 1;
|
|
width: 25%;
|
|
min-width: 200px;
|
|
}
|
|
|
|
.filenumberbox {
|
|
min-width: 50px;
|
|
flex-grow: 1;
|
|
}
|
|
|
|
.filetitle {
|
|
border-top-style: dotted;
|
|
flex-grow: 1;
|
|
}
|
|
.fileentryouter {
|
|
flex-grow: 1;
|
|
width: 100%;
|
|
}
|
|
</style>
|
|
|
|
<div class="subtitle">Save Slots:</div>
|
|
<br>
|
|
<div class="flexcontainer" style="border-left-style: double; border-right-style: double; border-top-style: double;">
|
|
<div class="subtitle">List:</div>
|
|
</div>
|
|
<div id="fileList" class="flexcontainer" style="border-left-style: double; border-right-style: double; border-bottom-style: double;">
|
|
</div>
|