aboutsummaryrefslogtreecommitdiff
path: root/public/css/master.css
diff options
context:
space:
mode:
authorFrankie B <git@diskfloppy.me>2023-07-16 21:02:51 +0100
committerGitHub <noreply@github.com>2023-07-16 21:02:51 +0100
commit7c16dc53b55aa50d6c9ac0bdea2f51fbbf2b20b0 (patch)
treed81c7682b4696d4182ab375d64fa69c4ff755647 /public/css/master.css
parent691d0d933d9c2d9289fa01c7153371e45998ac53 (diff)
feat: site admin (#8)
Diffstat (limited to 'public/css/master.css')
-rw-r--r--public/css/master.css26
1 files changed, 26 insertions, 0 deletions
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;
+}