Modify

Opened 7 years ago

Last modified 7 years ago

#13177 new defect

css addition to make the new ticket form work on small screen

Reported by: leon@… Owned by: Cinc-th
Priority: normal Component: BlueFlatTheme
Severity: normal Keywords:
Cc: Trac Release:

Description

I'm not set up with svn to add this as a proper patch....

I found that using the following css

div#modify table tr{
   display: flex;
   flex-flow: column nowrap;
}

div.trac-resizable textarea {
    display: block;
    margin-bottom: 0;
    width: 100%;
}

#field-reporter, #field-summary {
    width: 100% 
}

made the new ticket form much better on small mobile screens.

thanks for making the skin, It's nice to see trac looking a little more modern! and move beyond the 'Plone1.0' look!

Attachments (0)

Change History (1)

comment:1 Changed 7 years ago by Jun Omae

Component: ThemeEnginePluginBlueFlatTheme
Owner: changed from Olemis Lang to Cinc-th

Modify Ticket

Change Properties
Set your email in Preferences
Action
as new The owner will remain Cinc-th.

Add Comment


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

 
Note: See TracTickets for help on using tickets.