diff --git a/RaceLapTimer/RaceLapTimer/RaceLapTimer.csproj b/RaceLapTimer/RaceLapTimer/RaceLapTimer.csproj index a643791..2188153 100644 --- a/RaceLapTimer/RaceLapTimer/RaceLapTimer.csproj +++ b/RaceLapTimer/RaceLapTimer/RaceLapTimer.csproj @@ -207,6 +207,9 @@ + + Always + Always diff --git a/RaceLapTimer/RaceLapTimer/www/Views/login.cshtml b/RaceLapTimer/RaceLapTimer/www/Views/login.cshtml index ff7c089..509c35c 100644 --- a/RaceLapTimer/RaceLapTimer/www/Views/login.cshtml +++ b/RaceLapTimer/RaceLapTimer/www/Views/login.cshtml @@ -2,16 +2,27 @@ @{ Layout = "razor-layout.cshtml"; } -
- Username -
- Password -
- Remember Me -
- -
-@if (Model.Errored) -{ -
Invalid Username or Password
-} \ No newline at end of file + +
+
+ Username +
+ Password +
+
+ +
+
+ +
+
+
+ @if (Model.Errored) + { +
+
Invalid Username or Password
+ } +
\ No newline at end of file diff --git a/RaceLapTimer/RaceLapTimer/www/css/login.css b/RaceLapTimer/RaceLapTimer/www/css/login.css new file mode 100644 index 0000000..6d0b224 --- /dev/null +++ b/RaceLapTimer/RaceLapTimer/www/css/login.css @@ -0,0 +1,13 @@ +.loginContainer { + margin-top: 40px; + background-color: lightgray; + border-radius: 10px; + padding: 20px; + color: darkblue; +} +#loginButton { + margin-top: 5px; +} +#rememberLoginRow { + margin-top: 20px; +} \ No newline at end of file diff --git a/RaceLapTimer/RaceLapTimerHost/RaceLapTimerHost.csproj b/RaceLapTimer/RaceLapTimerHost/RaceLapTimerHost.csproj index 22c0705..4523aff 100644 --- a/RaceLapTimer/RaceLapTimerHost/RaceLapTimerHost.csproj +++ b/RaceLapTimer/RaceLapTimerHost/RaceLapTimerHost.csproj @@ -72,6 +72,10 @@ + + {916994f6-1711-4aeb-8de6-4ab6fcb3f080} + IrDaemonNotifier + {9a93a12f-7591-406a-a4f3-41aa8299c4b4} NLogLogger