diff options
author | arf20 <aruizfernandez05@gmail.com> | 2024-03-18 22:21:49 +0100 |
---|---|---|
committer | arf20 <aruizfernandez05@gmail.com> | 2024-03-18 22:21:49 +0100 |
commit | 1818a590244c1ae8390a6fb58d6e1f775b46d723 (patch) | |
tree | b3a7f475e70a5d47c76f5aeac389034e7dc71c7f /style.css | |
parent | 0cb2a90f5422ca5c2f04ecf986a555c758afae61 (diff) | |
download | arfnet2-cstims-1818a590244c1ae8390a6fb58d6e1f775b46d723.tar.gz arfnet2-cstims-1818a590244c1ae8390a6fb58d6e1f775b46d723.zip |
Order status, manageorders, order
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -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; } |