aboutsummaryrefslogtreecommitdiff
path: root/public/css/master.css
diff options
context:
space:
mode:
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;
+}