diff --git a/src/WebApp/Pages/Account/Edit.cshtml b/src/WebApp/Pages/Account/Edit.cshtml index 417f210e..d56557b6 100644 --- a/src/WebApp/Pages/Account/Edit.cshtml +++ b/src/WebApp/Pages/Account/Edit.cshtml @@ -14,8 +14,8 @@
diff --git a/src/WebApp/Pages/Account/Login.cshtml b/src/WebApp/Pages/Account/Login.cshtml index 8acb1954..78873237 100644 --- a/src/WebApp/Pages/Account/Login.cshtml +++ b/src/WebApp/Pages/Account/Login.cshtml @@ -16,8 +16,8 @@ -
- - - - - - - - - - - - - - - - diff --git a/src/WebApp/Pages/Shared/DisplayTemplates/ValidationSummaryConditional.cshtml b/src/WebApp/Pages/Shared/DisplayTemplates/ValidationSummaryConditional.cshtml index 17763580..b6856e02 100644 --- a/src/WebApp/Pages/Shared/DisplayTemplates/ValidationSummaryConditional.cshtml +++ b/src/WebApp/Pages/Shared/DisplayTemplates/ValidationSummaryConditional.cshtml @@ -1,21 +1,23 @@ @model string +@{ + var iconsFile = Url.Content("~/images/app-icons.svg"); +} @if (Model == ViewData["ValidatingSection"]!.ToString()) { } else { } - \ No newline at end of file diff --git a/src/WebApp/Pages/Shared/_AlertPartial.cshtml b/src/WebApp/Pages/Shared/_AlertPartial.cshtml index 0e7dd5e7..075f0959 100644 --- a/src/WebApp/Pages/Shared/_AlertPartial.cshtml +++ b/src/WebApp/Pages/Shared/_AlertPartial.cshtml @@ -1,5 +1,8 @@ @using MyApp.WebApp.Models @model WebApp.Models.DisplayMessage? +@{ + var iconsFile = Url.Content("~/images/app-icons.svg"); +} @if (Model != null) { @@ -8,21 +11,21 @@ switch (Model.Context) { case DisplayMessage.AlertContext.Success: - - + + break; case DisplayMessage.AlertContext.Info: - - + + break; case DisplayMessage.AlertContext.Danger: case DisplayMessage.AlertContext.Warning: - - + + break; diff --git a/src/WebApp/Pages/Shared/_Layout.cshtml b/src/WebApp/Pages/Shared/_Layout.cshtml index 90e4b5c8..75b36e27 100644 --- a/src/WebApp/Pages/Shared/_Layout.cshtml +++ b/src/WebApp/Pages/Shared/_Layout.cshtml @@ -34,7 +34,11 @@
- ↑ Return to top + + + + Return to top +
diff --git a/src/WebApp/Pages/Staff/EntryAction/Edit.cshtml b/src/WebApp/Pages/Staff/EntryAction/Edit.cshtml index 280bbd6f..8fc15c24 100644 --- a/src/WebApp/Pages/Staff/EntryAction/Edit.cshtml +++ b/src/WebApp/Pages/Staff/EntryAction/Edit.cshtml @@ -12,8 +12,8 @@
diff --git a/src/WebApp/Pages/Staff/WorkEntries/Add.cshtml b/src/WebApp/Pages/Staff/WorkEntries/Add.cshtml index 3d9ec086..f1b30a58 100644 --- a/src/WebApp/Pages/Staff/WorkEntries/Add.cshtml +++ b/src/WebApp/Pages/Staff/WorkEntries/Add.cshtml @@ -11,8 +11,8 @@
diff --git a/src/WebApp/Pages/Staff/WorkEntries/Details.cshtml b/src/WebApp/Pages/Staff/WorkEntries/Details.cshtml index c4e713a1..8404fbaa 100644 --- a/src/WebApp/Pages/Staff/WorkEntries/Details.cshtml +++ b/src/WebApp/Pages/Staff/WorkEntries/Details.cshtml @@ -114,8 +114,8 @@
@@ -202,4 +202,4 @@ @section Scripts { -} \ No newline at end of file +} diff --git a/src/WebApp/Pages/Staff/WorkEntries/Edit.cshtml b/src/WebApp/Pages/Staff/WorkEntries/Edit.cshtml index 92248005..48653798 100644 --- a/src/WebApp/Pages/Staff/WorkEntries/Edit.cshtml +++ b/src/WebApp/Pages/Staff/WorkEntries/Edit.cshtml @@ -11,8 +11,8 @@
diff --git a/src/WebApp/Pages/Staff/WorkEntries/Index.cshtml b/src/WebApp/Pages/Staff/WorkEntries/Index.cshtml index 2d8187fa..9cf87e61 100644 --- a/src/WebApp/Pages/Staff/WorkEntries/Index.cshtml +++ b/src/WebApp/Pages/Staff/WorkEntries/Index.cshtml @@ -30,7 +30,7 @@ {
- @@ -109,7 +109,9 @@ { } diff --git a/src/WebApp/wwwroot/css/site.css b/src/WebApp/wwwroot/css/site.css index 12525edd..a99b7d84 100644 --- a/src/WebApp/wwwroot/css/site.css +++ b/src/WebApp/wwwroot/css/site.css @@ -178,6 +178,9 @@ html:not([data-bs-theme="dark"]) .bg-dark-subtle .text-danger-emphasis { .btn-img img { height: 25px; + background: white; + box-shadow: 0 0 1px white; + margin-right: 2px; } /* Additional font style utilities @@ -201,7 +204,8 @@ html:not([data-bs-theme="dark"]) .bg-dark-subtle .text-danger-emphasis { /* External links -------------------------------------------------- */ a[target]::after { - content: '\00a0\1f5d7'; + content: url("data:image/svg+xml,"); + margin-left: .2em; } /* Suppress external link icon */ @@ -316,10 +320,10 @@ details.card:not([open]) summary.card-header { /* Bootstrap Icons -------------------------------------------------- */ .bi { - width: 1.1em; - height: 1.1em; + width: 1em; + height: 1em; fill: currentColor; - vertical-align: text-bottom; + vertical-align: -.125em; overflow: visible !important; } diff --git a/src/WebApp/wwwroot/images/app-icons.svg b/src/WebApp/wwwroot/images/app-icons.svg new file mode 100644 index 00000000..94c5ceb3 --- /dev/null +++ b/src/WebApp/wwwroot/images/app-icons.svg @@ -0,0 +1,71 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/WebApp/wwwroot/images/file-type-icons.svg b/src/WebApp/wwwroot/images/file-type-icons.svg new file mode 100644 index 00000000..0efd68ef --- /dev/null +++ b/src/WebApp/wwwroot/images/file-type-icons.svg @@ -0,0 +1,54 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +