View Issue Details

IDProjectCategoryView StatusLast Update
0000821XMB1New Featurespublic2025-07-20 15:16
Reportermiqrogroove Assigned To 
PrioritynormalSeverityminorReproducibilityhave not tried
Status newResolutionopen 
Target Version1.12.00 
Summary0000821: Change Table Width to Body Width
DescriptionThe use of identical width attributes on every child of the page body is really pointless. All we need to do is make this a few line items of CSS and then mass remove this variable from all the other templates.

Testing in Firefox shows we can use this:

body {
  width: <?= $THEME['tablewidth'] ?>
  margin-left: auto;
  margin-right: auto;
}
TagsNo tags attached.
MySQL Version
PHP Version
Web Server
Browser
Flags
Original Reporter
SVN Revision
Git Commit

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2025-07-20 15:16 miqrogroove New Issue