From 7c16dc53b55aa50d6c9ac0bdea2f51fbbf2b20b0 Mon Sep 17 00:00:00 2001 From: Frankie B Date: Sun, 16 Jul 2023 21:02:51 +0100 Subject: feat: site admin (#8) --- public/css/master.css | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) (limited to 'public/css/master.css') diff --git a/public/css/master.css b/public/css/master.css index 7cadfe2..bb0b4de 100644 --- a/public/css/master.css +++ b/public/css/master.css @@ -350,3 +350,29 @@ table.gb_entry tr td { table.gb_entry { margin-bottom: 5px; } + +table.gb_admin { + margin-bottom: 5px; + width: 500px; + border: #FFFFFF solid; +} + +table.gb_admin tr td { + border-right: none; + border-bottom: none; + vertical-align: top; + padding: 5px; +} + +table.gb_admin tr td.gb_del { + border-left: none; + vertical-align: top; + padding: 5px; + width: 32px; +} + +table.gb_admin tr td.gb_message { + border-top: none; + vertical-align: top; + padding: 5px; +} -- cgit v1.2.3-54-g00ecf