View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0022250 | mantisbt | ui | public | 2017-01-25 08:27 | 2025-03-05 13:06 |
Reporter | Bozz | Assigned To | community | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 2.0.0 | ||||
Target Version | 2.28.0 | Fixed in Version | 2.28.0 | ||
Summary | 0022250: 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. I suggest adding the 2 following classes to the respected elements:
| ||||
Additional Information | See attachement for the rendering of the changes described above | ||||
Tags | No tags attached. | ||||
Attached Files | |||||
MantisBT: master 2ebef4ea 2025-03-05 12:56 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 |