diff --git a/src/BukiVedi.App/bin/Debug/net8.0/BukiVedi.App.pdb b/src/BukiVedi.App/bin/Debug/net8.0/BukiVedi.App.pdb index e4d20de..5a48303 100644 Binary files a/src/BukiVedi.App/bin/Debug/net8.0/BukiVedi.App.pdb and b/src/BukiVedi.App/bin/Debug/net8.0/BukiVedi.App.pdb differ diff --git a/src/BukiVedi.App/bin/Debug/net8.0/web/index.html b/src/BukiVedi.App/bin/Debug/net8.0/web/index.html index 3145383..cc3555a 100644 --- a/src/BukiVedi.App/bin/Debug/net8.0/web/index.html +++ b/src/BukiVedi.App/bin/Debug/net8.0/web/index.html @@ -30,24 +30,23 @@ color: #3f5562; } - #toolbar { + #search { margin-top: 20px; margin-left: auto; margin-right: auto; max-width: 820px; + min-width: 160px; width: 100%; - } - - #search { - width: 680px; height: 28px; font-size: 18px; padding-left: 6px; - margin-right: 6px; } #searchButton { - width: 120px; + margin-left: auto; + margin-right: auto; + max-width: 160px; + min-width: 80px; height: 33px; } @@ -120,10 +119,8 @@

BukiVedi

-
- - -
+ +
diff --git a/src/BukiVedi.App/obj/Debug/net8.0/BukiVedi.App.AssemblyInfo.cs b/src/BukiVedi.App/obj/Debug/net8.0/BukiVedi.App.AssemblyInfo.cs index e61cc05..b4e9286 100644 --- a/src/BukiVedi.App/obj/Debug/net8.0/BukiVedi.App.AssemblyInfo.cs +++ b/src/BukiVedi.App/obj/Debug/net8.0/BukiVedi.App.AssemblyInfo.cs @@ -14,7 +14,7 @@ using System.Reflection; [assembly: System.Reflection.AssemblyCompanyAttribute("BukiVedi.App")] [assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] [assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+94f6b948d1b957febaf9aa8d31d78051f7e06ac8")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+7eed3bd890d6fea441a83f8139430004eb71fe5e")] [assembly: System.Reflection.AssemblyProductAttribute("BukiVedi.App")] [assembly: System.Reflection.AssemblyTitleAttribute("BukiVedi.App")] [assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] diff --git a/src/BukiVedi.App/obj/Debug/net8.0/BukiVedi.App.AssemblyInfoInputs.cache b/src/BukiVedi.App/obj/Debug/net8.0/BukiVedi.App.AssemblyInfoInputs.cache index dfd937d..3d41be2 100644 --- a/src/BukiVedi.App/obj/Debug/net8.0/BukiVedi.App.AssemblyInfoInputs.cache +++ b/src/BukiVedi.App/obj/Debug/net8.0/BukiVedi.App.AssemblyInfoInputs.cache @@ -1 +1 @@ -f038b75d87da46a598ea29a13af6f678e4050b4f09070cc74f43e3209ccc282d +827c2c1ccbda85cec2cca48419c134275d2524c227339cc52e803bf1942355b5 diff --git a/src/BukiVedi.App/obj/Debug/net8.0/BukiVedi.App.pdb b/src/BukiVedi.App/obj/Debug/net8.0/BukiVedi.App.pdb index e4d20de..5a48303 100644 Binary files a/src/BukiVedi.App/obj/Debug/net8.0/BukiVedi.App.pdb and b/src/BukiVedi.App/obj/Debug/net8.0/BukiVedi.App.pdb differ diff --git a/src/BukiVedi.App/web/index.html b/src/BukiVedi.App/web/index.html index 3145383..e8134d3 100644 --- a/src/BukiVedi.App/web/index.html +++ b/src/BukiVedi.App/web/index.html @@ -30,24 +30,27 @@ color: #3f5562; } - #toolbar { + #search { + display: block; margin-top: 20px; margin-left: auto; margin-right: auto; max-width: 820px; + min-width: 160px; width: 100%; - } - - #search { - width: 680px; height: 28px; font-size: 18px; padding-left: 6px; - margin-right: 6px; } #searchButton { - width: 120px; + display: block; + margin-top: 10px; + margin-left: auto; + margin-right: auto; + max-width: 200px; + width: 200px; + min-width: 80px; height: 33px; } @@ -120,10 +123,8 @@

BukiVedi

-
- - -
+ +