From a24b2b3de7995d28420f09c988fbb7ef31d0e15c Mon Sep 17 00:00:00 2001 From: unwox Date: Tue, 22 Oct 2024 00:47:37 +0600 Subject: move sites information to corresponding parser modules --- static/chaekshop.png | Bin 0 -> 2773 bytes static/chaekshop.svg | 3 --- static/ipuer.jpg | Bin 26929 -> 0 bytes static/ipuer.png | Bin 0 -> 28121 bytes static/ozchai.ico | Bin 32988 -> 0 bytes static/ozchai.png | Bin 0 -> 3164 bytes static/style.css | 6 +++++- 7 files changed, 5 insertions(+), 4 deletions(-) create mode 100644 static/chaekshop.png delete mode 100644 static/chaekshop.svg delete mode 100644 static/ipuer.jpg create mode 100644 static/ipuer.png delete mode 100644 static/ozchai.ico create mode 100644 static/ozchai.png (limited to 'static') diff --git a/static/chaekshop.png b/static/chaekshop.png new file mode 100644 index 0000000..55e414d Binary files /dev/null and b/static/chaekshop.png differ diff --git a/static/chaekshop.svg b/static/chaekshop.svg deleted file mode 100644 index 00146bd..0000000 --- a/static/chaekshop.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/static/ipuer.jpg b/static/ipuer.jpg deleted file mode 100644 index 13d2c78..0000000 Binary files a/static/ipuer.jpg and /dev/null differ diff --git a/static/ipuer.png b/static/ipuer.png new file mode 100644 index 0000000..9faae99 Binary files /dev/null and b/static/ipuer.png differ diff --git a/static/ozchai.ico b/static/ozchai.ico deleted file mode 100644 index f3328c7..0000000 Binary files a/static/ozchai.ico and /dev/null differ diff --git a/static/ozchai.png b/static/ozchai.png new file mode 100644 index 0000000..85affb3 Binary files /dev/null and b/static/ozchai.png differ 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%; -- cgit v1.2.3