mirror of
https://github.com/Eggbertx/gochan.git
synced 2025-08-02 15:06:23 -07:00
Update announcements table style
This commit is contained in:
parent
bd6992cb87
commit
3167b97db4
1 changed files with 2 additions and 7 deletions
|
@ -1,13 +1,8 @@
|
||||||
{{$pagePath := webPath "/manage/updateannouncements" -}}
|
{{$pagePath := webPath "/manage/updateannouncements" -}}
|
||||||
{{$editing := (gt $.announcement.ID 0)}}
|
{{$editing := (gt $.announcement.ID 0)}}
|
||||||
<style>
|
<table class="mgmt-table" id="announcements">
|
||||||
table#announcements, table#announcements th, table#announcements td {
|
|
||||||
border: 1px double;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
<table id="announcements">
|
|
||||||
<tr>
|
<tr>
|
||||||
<th style="width: 7%;"></th>
|
<th style="width: 7%;">Actions</th>
|
||||||
<th style="width: 18%;">Subject</th>
|
<th style="width: 18%;">Subject</th>
|
||||||
<th style="width: 50%;">Message</th>
|
<th style="width: 50%;">Message</th>
|
||||||
<th style="width: 12.5%;">Staff</th>
|
<th style="width: 12.5%;">Staff</th>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue