diff options
| author | erdgeist <erdgeist@erdgeist.org> | 2026-07-13 01:01:31 +0200 |
|---|---|---|
| committer | erdgeist <erdgeist@erdgeist.org> | 2026-07-13 01:01:31 +0200 |
| commit | 6730af4b33b207a7a1880cef2706e67313a7e5cd (patch) | |
| tree | 84b45a86c94c9f3b17ecc2576d7e023d9fb3e204 /test/controllers | |
| parent | 4faf0da3a36bfdcf354b095a2cf5b297ca09af65 (diff) | |
Fix search widget input width; remove dead navigation CSS
The input's width was calc(100% - 70px), a number tuned to leave room
for a "Search: " label that no longer needs to exist -- replaced by a
placeholder instead, which also removes the fragile arithmetic
entirely rather than re-tuning it. Also picked up a proper
border-radius and padding, matching the dashboard's own search input.
The width bug's actual proximate cause was a stray #navigation div {
float: left } left over from the old text nav, interfering with the
icon nav's own flex layout. Going through that whole block with the
same scrutiny turned up four more rules worth removing, not fixing:
a:hover (identical specificity, later in the file, silently winning
the cascade since the icon nav landed), and #metadata/#overview_toggle
in the remaining selectors were dead for two different, confirmed
reasons -- #overview_toggle was the old wizard's toggle bar, gone
along with it, and #metadata here was the pre-details-view subnav
toggle, retired before this session and unrelated to the current,
still-live #metadata id on the metadata-details section in nodes#edit
(a confusing reuse that's caused real problems before).
Diffstat (limited to 'test/controllers')
0 files changed, 0 insertions, 0 deletions
