diff options
| author | Vosjedev <vosje@vosjedev.net> | 2025-11-02 17:19:15 +0100 |
|---|---|---|
| committer | Vosjedev <vosje@vosjedev.net> | 2025-11-02 17:19:15 +0100 |
| commit | 4bff57624d9db2c2880614df3ff21a3ba1e9d7d0 (patch) | |
| tree | f825c1d089d8281161e496e785c1b4a79cbd5bfb /html/style.css | |
| parent | fbb1c7c0a828baf908a7fcb671da1c45013289c0 (diff) | |
| download | acit-4bff57624d9db2c2880614df3ff21a3ba1e9d7d0.tar.gz acit-4bff57624d9db2c2880614df3ff21a3ba1e9d7d0.tar.bz2 acit-4bff57624d9db2c2880614df3ff21a3ba1e9d7d0.tar.xz | |
html: add search form to project pages, +supporting css
Diffstat (limited to 'html/style.css')
| -rw-r--r-- | html/style.css | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/html/style.css b/html/style.css index 3488621..8e366ab 100644 --- a/html/style.css +++ b/html/style.css @@ -156,6 +156,22 @@ h1, h2 { } } } + + form { + #searchbar { + display: flex; + width: 100%; + + input[type="text"] { + flex-grow: 1; + margin-right: 5px; + } + } + .split5050 { + float: left; + margin-right: 15px; + } + } } .center-text { |
