Making WordPress.org

Opened 4 weeks ago

#8101 new defect (bug)

Adjust margin of "Create new ticket" button

Reported by: presskopp's profile Presskopp Owned by:
Milestone: Priority: normal
Component: Trac Keywords:
Cc:

Description

The button is not in line with the elements above because of

.create-new-ticket.button {
    margin: 10px 10px 0;

It should be adjusted to

.create-new-ticket.button {
    margin: 10px 5px;

Change History (0)

Note: See TracTickets for help on using tickets.