View Issue Details

IDProjectCategoryView StatusLast Update
0022250mantisbtuipublic2025-03-05 13:06
ReporterBozz Assigned Tocommunity  
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version2.0.0 
Target Version2.28.0Fixed in Version2.28.0 
Summary0022250: It would be nice to remove the useless spaces in the footer
Description

The footer today with the modern-ui of v2.0.0 uses a lot of spaces which in my opinion is useless and do not serve the readibility on long pages.
We could use that space to display more info at once.

I suggest adding the 2 following classes to the respected elements:

  • add .no-padding to the .footer-content element (which removes the padding of 8px in the footer)
  • add .no-maring to the <address> element inside the footer (which removes the margin-bottom of 20px)
Additional Information

See attachement for the rendering of the changes described above

TagsNo tags attached.
Attached Files

Relationships

related to 0035402 resolvedcommunity Footer has the wrong size 

Activities

Related Changesets

MantisBT: master 2ebef4ea

2025-03-05 12:56

dregad


Details Diff
Restore included pages functionality

- Restored working of top_include_page and bottom_include_page options.
- Restored generation of EVENT_LAYOUT_PAGE_HEADER event.
- Added dynamic footer resizing.

The top_include_page file is included within the navbar element, which
is fixed at the top of the page; the bottom_include_page file is
included within an existing footer or as a footer itself (on login
pages), which is also fixed at the bottom of the page. Because of this,
the include template must contain, for example, a div element with a
solid background.

Fixes 0035402, 0022250, 0022098, 0021113
PR https://github.com/mantisbt/mantisbt/pull/2102
Affected Issues
0021113, 0022098, 0022250, 0035402
mod - config_defaults_inc.php Diff File
mod - core/html_api.php Diff File
mod - core/layout_api.php Diff File
mod - css/ace-mantis.css Diff File
mod - docbook/Admin_Guide/en-US/config/html.xml Diff File
mod - js/common.js Diff File