aboutsummaryrefslogtreecommitdiff
path: root/static/css/styles.css
diff options
context:
space:
mode:
authorBobby <[email protected]>2023-06-11 19:02:56 -0400
committerBobby <[email protected]>2023-06-11 19:02:56 -0400
commit114460370c2613ea103b6eb709b3ea076d045bc9 (patch)
tree4c8880f06f1bc688ee8dc33a71279afe2abb75f6 /static/css/styles.css
parent9ec43e3db2ee50be54bf2cb27da3266f697af850 (diff)
downloadthatcomputerscientist-114460370c2613ea103b6eb709b3ea076d045bc9.tar.xz
thatcomputerscientist-114460370c2613ea103b6eb709b3ea076d045bc9.zip
Admin area improvements and comments management
Diffstat (limited to 'static/css/styles.css')
-rw-r--r--static/css/styles.css9
1 files changed, 5 insertions, 4 deletions
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;