Opened 4 weeks ago
#8101 new defect (bug)
Adjust margin of "Create new ticket" button
| Reported by: |
|
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;
Note: See
TracTickets for help on using
tickets.