#1648 Layout problem in permission adder dialog
Closed: Fixed None Opened 12 years ago by edewata.

The adder dialog for permission uses a custom section (i.e. IPA.target_section) which was originally written for details page. Since the layout of the details page is based on HTML list (using dl, dt, dd tags) and dialog is based on HTML table, the layout of the IPA.target_section doesn't match the rest of the adder dialog: the fields doesn't line up and the line spacing is too big.

The layout for details page and IPA.target_section should be changed to use HTML table to match dialog. It is easier to customize the CSS styles for details page and dialog using table instead of list.


Fixed in:
- master: 26ded75
- ipa-2-1: 844ff20

Additional fix:
- master: b996a41
- ipa-2-1: d4a2851

Metadata Update from @edewata:
- Issue assigned to edewata
- Issue set to the milestone: FreeIPA 2.1.2 (bug fixing)

7 years ago

Login to comment on this ticket.

Metadata