Modify

Opened 14 years ago

Closed 14 years ago

Last modified 11 years ago

#7675 closed defect (fixed)

Styling of "Change tickets" submit button

Reported by: osimons Owned by: CuriousCurmudgeon
Priority: normal Component: BatchModifyPlugin
Severity: normal Keywords:
Cc: Trac Release: 0.12

Description

I have a Trac with a somewhat restyled interface, and the 'submit' button does not follow the styling of all the other buttons due to some missing class information + a plugin-specific size in the css.

I've fixed it running current 0.12 version using this patch:

  • batchmod/htdocs/css/batchmod.css

     
    77    font-size: 11px;
    88}
    99
    10 #batchmod_form fieldset input#batchmod_submit {
    11     font-size: 14px;
    12 }
    13 
    1410#batchmod_form fieldset input[type="button"]{
    1511    padding: 0.1em 0.5em;
    1612}
  • batchmod/templates/batchmod.html

     
    3737        </tr>
    3838    </table>
    3939   
    40     <div>
     40    <div class="buttons">
    4141        <input type="hidden" name="selectedTickets" value=""/>
    4242        <input type="hidden" name="query_href" value="${query_href}"/>
    4343        <input type="submit" id="batchmod_submit" name="batchmod_submit" value="Change tickets" />

This allows the button to pick up on the general styling of buttons used by the themed Trac.

Attachments (0)

Change History (3)

comment:1 Changed 14 years ago by CuriousCurmudgeon

(In [8814]) refs #7675

  • Applied patch to 0.12 version.

comment:2 Changed 14 years ago by CuriousCurmudgeon

Status: newassigned

(In [8815]) refs #7675

  • Applied patch to 0.11 version

comment:3 Changed 14 years ago by CuriousCurmudgeon

Resolution: fixed
Status: assignedclosed

Thanks for the patch. It is now applied on the trunk.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain CuriousCurmudgeon.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.