From 114460370c2613ea103b6eb709b3ea076d045bc9 Mon Sep 17 00:00:00 2001 From: Bobby Date: Sun, 11 Jun 2023 19:02:56 -0400 Subject: Admin area improvements and comments management --- static/css/styles.css | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'static/css/styles.css') diff --git a/static/css/styles.css b/static/css/styles.css index bfa7719f..7f9fc550 100644 --- a/static/css/styles.css +++ b/static/css/styles.css @@ -150,21 +150,22 @@ blockquote { } /* Full width auto spacing table... ellipsis if text overflows */ -#posts { +#tabular { width: 100%; border-collapse: collapse; border-spacing: 0; - /* table-layout: fixed; */ + table-layout: fixed; + max-width: 710px; } -#posts td { +#tabular td { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; padding: 5px 0px; } -#posts th { +#tabular th { text-align: left; padding: 10px 0px; border-bottom: dotted 1px #dddddd; -- cgit v1.2.3