1
0
Fork 0
mirror of https://github.com/Eggbertx/gochan.git synced 2025-08-02 02:36:24 -07:00

Update announcements table style

This commit is contained in:
Eggbertx 2024-03-18 12:55:09 -07:00
parent bd6992cb87
commit 3167b97db4

View file

@ -1,13 +1,8 @@
{{$pagePath := webPath "/manage/updateannouncements" -}}
{{$editing := (gt $.announcement.ID 0)}}
<style>
table#announcements, table#announcements th, table#announcements td {
border: 1px double;
}
</style>
<table id="announcements">
<table class="mgmt-table" id="announcements">
<tr>
<th style="width: 7%;"></th>
<th style="width: 7%;">Actions</th>
<th style="width: 18%;">Subject</th>
<th style="width: 50%;">Message</th>
<th style="width: 12.5%;">Staff</th>