Migrated to using free library of icons for images and fixed button layout for index pages.
This commit is contained in:
@ -76,7 +76,7 @@
|
||||
<td scope="row" id="expandYield">
|
||||
Actual Yielded Wafers Out
|
||||
<button class="btn btn-default" onclick="expandYield()">
|
||||
<img src="~/Images/plusIcon.png" width="20" style="padding-bottom: 3px" id="yieldImage" />
|
||||
<i class="fa-solid fa-plus-circle" id="yieldIcon"></i>
|
||||
</button>
|
||||
</td>
|
||||
@for (int i = 0; i < 7; i++)
|
||||
|
@ -8,6 +8,8 @@
|
||||
<link rel="stylesheet" href="~/css/site.css" asp-append-version="true" />
|
||||
<link href="https://code.jquery.com/ui/1.13.2/themes/ui-lightness/jquery-ui.css"
|
||||
rel="stylesheet">
|
||||
<link href="~/lib/fortawesome/fontawesome-free/css/all.css" rel="stylesheet" />
|
||||
<link href="~/lib/fortawesome/fontawesome-free/css/all.min.css" rel="stylesheet" />
|
||||
<script src="https://code.jquery.com/jquery-3.6.1.js"></script>
|
||||
<script src="https://code.jquery.com/ui/1.13.2/jquery-ui.js"></script>
|
||||
<script>
|
||||
|
Reference in New Issue
Block a user