]> Lady’s Gitweb - Gitweb/commit
gitweb: Fix searchbox positioning
authorPetr Baudis <redacted>
Sun, 26 Aug 2007 19:31:32 +0000 (21:31 +0200)
committerLady <redacted>
Mon, 6 Apr 2026 04:07:12 +0000 (00:07 -0400)
commit47c82ca1624c803e5e784d043553434c7f73f798adbad0a960e7954ea110a702
tree4a7fc82a14a2ac1093fadadf2bc8a01e627eb8d565122d06afebccfc7bab28af
parent45f332fd3d8cb3109ecff6009543e96bce4e12b857ea307cdc9fe66b5b58549d
gitweb: Fix searchbox positioning

Currently, searchbox is CSS'd to have position: absolute, which has the
unfortunate consequence that if the viewport is too small and can't fit
into the page width together with the navbar, it gets overlapped and part
of the navbar gets obscured. This makes searchbox float: right instead,
thus the navbar simply gets wrapped.

Discovered and fix pointed out by Michael Olson <redacted>.

Signed-off-by: Petr Baudis <redacted>
Signed-off-by: Junio C Hamano <redacted>
gitweb.css
This page took 0.243121 seconds and 4 git commands to generate.