diff options
| author | unwox <me@unwox.com> | 2024-10-22 00:47:37 +0600 |
|---|---|---|
| committer | unwox <me@unwox.com> | 2024-10-22 00:47:37 +0600 |
| commit | a24b2b3de7995d28420f09c988fbb7ef31d0e15c (patch) | |
| tree | 36b3b135d6b46f8ed87101f913531bfe9d281a64 /static/style.css | |
| parent | 190ce50d172f9d2b1d2114f43fa80e92f28da03e (diff) | |
move sites information to corresponding parser modules
Diffstat (limited to 'static/style.css')
| -rw-r--r-- | static/style.css | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/static/style.css b/static/style.css index 87aa40b..c47ae13 100644 --- a/static/style.css +++ b/static/style.css @@ -226,10 +226,14 @@ body { position: relative; } + .form-price-per input { + height: 1.5rem; + } + .form-price-per label { position: absolute; top: 0; - padding: 0.5rem 2rem; + padding: 0.25rem 2rem; left: 0; width: 100%; height: 100%; |
