From 5d483b4d4a9243f7c56e1dd5cf959e5f2f6fcea9 Mon Sep 17 00:00:00 2001 From: Luke Date: Fri, 7 May 2021 20:02:28 +0200 Subject: [PATCH] letzte fahrer dialog richtig weggepackt --- .../driver-history/index.html} | 8 +-- .../driver-history}/application.js | 0 .../assets/vehicle/style.css | 67 ------------------- 3 files changed, 4 insertions(+), 71 deletions(-) rename ReallifeGamemode.Client/assets/{vehicle/lastPlayers.html => html/driver-history/index.html} (75%) rename ReallifeGamemode.Client/assets/{vehicle => js/driver-history}/application.js (100%) delete mode 100644 ReallifeGamemode.Client/assets/vehicle/style.css diff --git a/ReallifeGamemode.Client/assets/vehicle/lastPlayers.html b/ReallifeGamemode.Client/assets/html/driver-history/index.html similarity index 75% rename from ReallifeGamemode.Client/assets/vehicle/lastPlayers.html rename to ReallifeGamemode.Client/assets/html/driver-history/index.html index 293f1c03..f189c480 100644 --- a/ReallifeGamemode.Client/assets/vehicle/lastPlayers.html +++ b/ReallifeGamemode.Client/assets/html/driver-history/index.html @@ -5,7 +5,7 @@ Eingabe | Life of German - + @@ -14,7 +14,7 @@
-

Letze Fahrer

+

Letze(r) Fahrer

    @@ -23,7 +23,7 @@
- - + + \ No newline at end of file diff --git a/ReallifeGamemode.Client/assets/vehicle/application.js b/ReallifeGamemode.Client/assets/js/driver-history/application.js similarity index 100% rename from ReallifeGamemode.Client/assets/vehicle/application.js rename to ReallifeGamemode.Client/assets/js/driver-history/application.js diff --git a/ReallifeGamemode.Client/assets/vehicle/style.css b/ReallifeGamemode.Client/assets/vehicle/style.css deleted file mode 100644 index aa5f9d4f..00000000 --- a/ReallifeGamemode.Client/assets/vehicle/style.css +++ /dev/null @@ -1,67 +0,0 @@ -/* style.css für Tabliste */ -.greyFont { - color: gray; - font-size: 14px; - width: 250px; -} -div { - user-select: none; -} - -body { - overflow: hidden; - font-family: 'Roboto', sans-serif; - font-weight: 500; - color: #222; - margin: 0; - padding: 0; -} - -h2 { - font-family: 'Roboto', sans-serif; - font-weight: 700; - font-size: 18px; - color: white; - margin:5px; - padding: 5px; - border: 1px solid #808080; - width: 20.75em; -} -.TabWrapper { - background: rgba(0,0,0,0.6); - height: 600px; - width: 600px; - display: block; - padding: 5px; - position: absolute; - left: 32%; - top: 10%; -} -th, td { - color: white; - font-size: 18px; - width:10%; - text-align: left; -} -.scroll { - height: 600px; - width: 600px; - font-size: 12px; - overflow: auto; -} -.force-overflow { - min-height: 600px; -} - -#style1::-webkit-scrollbar { - width: 10px; - background-color: #F5F5F5; -} - -#style1::-webkit-scrollbar-thumb { - background-color: #FF0040; -} - - - -