From a5a47eda75d56548c52c6c247e41092ee107616f Mon Sep 17 00:00:00 2001 From: Shihaam Abdul Rahman Date: Tue, 24 Mar 2026 02:09:03 +0500 Subject: [PATCH] more compact ui --- index.html | 78 +++++++++++++++++++++++++++++++++++++++++++++++------- 1 file changed, 68 insertions(+), 10 deletions(-) diff --git a/index.html b/index.html index 6969f11..00432f6 100644 --- a/index.html +++ b/index.html @@ -180,6 +180,21 @@ margin-bottom: 24px; } + .search-form-row { + display: flex; + gap: 12px; + align-items: stretch; + } + + .search-form-row .input-group { + flex: 1; + margin-bottom: 0; + } + + .search-form-row .btn-icon { + padding: 16px; + } + .input-group .material-icons { position: absolute; left: 16px; @@ -274,6 +289,51 @@ border-color: var(--error); } + .btn-outline { + color: var(--orange); + font-size: 14px; + padding: 14px 24px; + border: 2px solid var(--orange); + background-color: transparent; + font-weight: 700; + letter-spacing: 1.5px; + } + + .btn-outline:hover { + background-color: var(--orange); + color: white; + } + + .btn-danger-filled { + background-color: var(--error); + color: white; + font-size: 14px; + padding: 14px 24px; + border: 2px solid var(--error); + font-weight: 700; + letter-spacing: 1.5px; + } + + .btn-danger-filled:hover { + background-color: #ff1744; + border-color: #ff1744; + } + + .btn-icon { + padding: 8px; + margin-top: 0; + width: auto; + min-width: unset; + flex-shrink: 0; + display: inline-flex; + align-items: center; + justify-content: center; + } + + .btn-icon .material-icons { + font-size: 20px; + } + .spinner { width: 20px; height: 20px; @@ -824,14 +884,14 @@ } .section-header { - flex-direction: column; - align-items: flex-start; + flex-direction: row; + align-items: center; gap: 16px; border-bottom: none; padding-bottom: 0; } - .btn-danger { + .btn-danger:not(.btn-icon) { width: 100%; } @@ -995,7 +1055,7 @@

Dhiraagu Directory Lookup

-
+
phone
-
@@ -1017,9 +1076,8 @@

Search History

-
@@ -1255,8 +1313,8 @@

Clear History?

Are you sure you want to clear all search history? This action cannot be undone.

- - + +