From fa62d8eae273d89937d65d6a294f028e1ce22d88 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Thu, 6 Mar 2025 22:01:08 +0800 Subject: group/index: Allow repo creation via web --- static/style.css | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'static') diff --git a/static/style.css b/static/style.css index 5e35cd1..0f53c86 100644 --- a/static/style.css +++ b/static/style.css @@ -271,6 +271,7 @@ input[type=password] { } td.tdinput, th.tdinput { padding: 0; + position: relative; } td.tdinput textarea, td.tdinput input[type=text], @@ -280,6 +281,21 @@ th.tdinput input[type=text], th.tdinput input[type=password] { background-color: transparent; } +td.tdinput select { + position: absolute; + background-color: var(--background-color); + border: none; + /* + width: 100%; + height: 100%; + */ + box-sizing: border-box; + top: 0; + left: 0; + right: 0; + bottom: 0; +} + /* Button styles */ .btn-primary, a.btn-primary { -- cgit v1.2.3