Opened 4 years ago

Closed 4 years ago

#2204 closed defect (fixed)

Fix mis-alignment of the "Login again" button

Reported by: Nicklas Nordborg Owned by: everyone
Priority: trivial Milestone: BASE 3.16.1
Component: web Version:
Keywords: Cc:

Description (last modified by Nicklas Nordborg)

When a user that has been automatically logged out returns to BASE, a "Not logged in" message is displayed. Everything works as expected but one annoying thing is that the "Login again" button is not centered.

The reason for this is that the same page is also used in pop-up windows but then also has a "Close" button. In this case, the two buttons are centered. In a regular (not popup) window, the "Close" button is hidden which causes the "Login again" button to be mis-aligned.

Attachments (1)

login-again.png (8.9 KB ) - added by Nicklas Nordborg 4 years ago.

Download all attachments as: .zip

Change History (3)

by Nicklas Nordborg, 4 years ago

Attachment: login-again.png added

comment:1 by Nicklas Nordborg, 4 years ago

Description: modified (diff)

comment:2 by Nicklas Nordborg, 4 years ago

Resolution: fixed
Status: newclosed

In 7795:

Fixes #2204: Fix mis-alignment of the "Login again" button

This dialog now uses 2 different groups of buttons. One group with "Close" and "Login again" and one group with only a "Login again" button. Only one of the groups is displayed for a given page so the buttons should always be center-aligned now.

Note: See TracTickets for help on using tickets.