View Issue Details

IDProjectCategoryView StatusLast Update
0019575mantisbtuipublic2015-09-06 17:37
Reporterdregad Assigned Todregad  
PrioritylowSeveritytweakReproducibilityalways
Status closedResolutionfixed 
Product Version1.3.0-beta.2 
Target Version1.3.0-beta.3Fixed in Version1.3.0-beta.3 
Summary0019575: Fix layout of Send Reminders page
Description

The changes implemented in 0017832 were not satisfactory - the text area's width of 100% causes the field to expand all the way to the right, leaving no padding between the field and the table cell.

Furthermore, the page still relies on table for the layout, so the HTML should be refactored to rely on DIVs and CSS as per 1.3 standard.

TagsNo tags attached.

Relationships

related to 0017832 closedsyncguru Send Reminders page layout is not right 

Activities

There are no notes attached to this issue.

Related Changesets

MantisBT: master fd1bcd95

2015-04-05 06:14

dregad


Details Diff
Fix HTML/CSS for bug_reminder_page.php

This is a follow up on 3ad885bf2e362a4a4005d39ef4c1aa729b16c6cd which
did a minimal adjustment on the styling, continuing use of tables for
page layout.

The page now uses 1.3 standard div/CSS layout.

Issue 0017832, fixes 0019575
Affected Issues
0017832, 0019575
mod - bug_reminder_page.php Diff File
mod - css/default.css Diff File