Smaall UI changes and css cleanup.

This commit is contained in:
2020-03-01 20:54:44 -06:00
parent 66b687f6b9
commit 3f61a08ebf
4 changed files with 39 additions and 46 deletions

View File

@@ -24,7 +24,7 @@
</head>
<body>
<div class="download-container" name="import">
<div class="import-container" name="import">
<h1 id="lableTag">Select File</h1>
<input id="inputId" type="file" enctype='multipart/form-data' accept="application/json"/>

View File

@@ -21,7 +21,7 @@
<li><button name="saveModalLauncher" class="button-primary" type="button">Save</button></li>
<li><button name="editModalLauncher" class="button-primary" type="button">Edit</button></li>
<li><button name="deleteModalLauncher" class="button-danger" type="button">Delete</button></li>
<br/><br/><br/><br/>
<br/><br/><br/>
<li><button name="import" class="button-primary" type="button">Import</button></li>
<li><button name="downloadModalLauncher" class="button-primary" type="button">Download</button></li>
<li><button name="donate" class="button-warning" type="button">Donate</button></li>
@@ -205,9 +205,12 @@
<!-- Templates -->
<template id="ulTemplate">
<h2 class="ulHeader"></h2>
<input type="checkbox" id="selectAll" checked="true" />
<label for="selectAll" title="Select All">Select All</label>
<h2 class="ulHeader">
<label for="selectAll" title="Select All">
<input type="checkbox" checked="true" />
Select All
</label>
</h2>
<ul class="collection">
</ul>
</template>