From 1818a590244c1ae8390a6fb58d6e1f775b46d723 Mon Sep 17 00:00:00 2001 From: arf20 Date: Mon, 18 Mar 2024 22:21:49 +0100 Subject: Order status, manageorders, order --- style.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'style.css') diff --git a/style.css b/style.css index 769ac9b..be0edd3 100644 --- a/style.css +++ b/style.css @@ -55,12 +55,18 @@ body { margin-top: 200px; } -.editform { +.form { width: fit-content; padding: 20px; border-style: double; } +.border { + width: fit-content; + padding: 20px; + border: 1px solid black; +} + table, th, td { border: 1px solid black; } -- cgit v1.2.3