aboutsummaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorarf20 <aruizfernandez05@gmail.com>2024-03-18 22:21:49 +0100
committerarf20 <aruizfernandez05@gmail.com>2024-03-18 22:21:49 +0100
commit1818a590244c1ae8390a6fb58d6e1f775b46d723 (patch)
treeb3a7f475e70a5d47c76f5aeac389034e7dc71c7f /style.css
parent0cb2a90f5422ca5c2f04ecf986a555c758afae61 (diff)
downloadarfnet2-cstims-1818a590244c1ae8390a6fb58d6e1f775b46d723.tar.gz
arfnet2-cstims-1818a590244c1ae8390a6fb58d6e1f775b46d723.zip
Order status, manageorders, order
Diffstat (limited to 'style.css')
-rw-r--r--style.css8
1 files changed, 7 insertions, 1 deletions
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;
}