diff --git a/templates/index.html b/templates/index.html index 303495f..19da063 100644 --- a/templates/index.html +++ b/templates/index.html @@ -121,6 +121,8 @@ #search-container { margin-top: 20px; text-align: left; + display: flex; + align-items: center; } #search-container.dark-theme input, #search-container.dark-theme select { background-color: #333; @@ -129,12 +131,13 @@ } #search-input { width: 300px; - height: 40px; + height: 60px; font-size: 16px; padding: 5px 10px; border: 2px solid #007bff; border-radius: 5px; transition: border-color 0.3s ease; + margin-right: 10px; } #search-input:focus { border-color: #0056b3; @@ -146,6 +149,25 @@ #search-input.dark-theme:focus { border-color: #99ccff; } + #folder-select { + width: 300px; + height: 60px; + font-size: 16px; + padding: 5px 10px; + border: 2px solid #007bff; + border-radius: 5px; + transition: border-color 0.3s ease; + } + #folder-select:focus { + border-color: #0056b3; + outline: none; + } + #folder-select.dark-theme { + border-color: #66b3ff; + } + #folder-select.dark-theme:focus { + border-color: #99ccff; + } #installs-list { margin-top: 0; } .header { display: table; @@ -353,7 +375,8 @@ } #add-record-button { display: block; - margin: 20px auto; + margin-left: 0; + margin-top: 20px; width: 250px; height: 60px; font-size: 18px; @@ -400,12 +423,12 @@
+
-
Имя компьютера
ID подключения