Edgewall Software

Opened 10 years ago

Last modified 10 years ago

#11470 closed enhancement

Add left margin to the Add button on the admin panels add form — at Version 2

Reported by: Ryan J Ollos Owned by: Ryan J Ollos
Priority: normal Milestone: 1.0.2
Component: admin/web Version:
Severity: normal Keywords: css
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description (last modified by Ryan J Ollos)

This is a small refinement following [11164]. Now that the Add button is displayed in a horizontal form, I think it could benefit from some margin on the left.

  • trac/htdocs/css/admin.css

    diff --git a/trac/htdocs/css/admin.css b/trac/htdocs/css/admin.css
    index 908d841..5541a05 100644
    a b form.addnew div.buttons {  
    6060 padding: 0.2em 0.5em 0.2em 0;
    6161 white-space: nowrap;
    6262}
     63form.addnew div.buttons { margin-left: 0.5em; }
    6364form.addnew div.buttons input { margin: 0 0.5em 0 0; }
    6465form.addnew p.hint,
    6566form.addnew span.hint {
    6667 padding-left: 0.5em;
    67  padding-right: 0.5em;
    6868}
    6969form.addnew p.help { margin-top: 0.5em; }
    7070form.addnew br { display: none; }

Change History (2)

comment:1 by Ryan J Ollos, 10 years ago

Status: newassigned

comment:2 by Ryan J Ollos, 10 years ago

Description: modified (diff)
Note: See TracTickets for help on using tickets.