Modify ↓
Opened 9 years ago
Last modified 9 years ago
#13177 new defect
css addition to make the new ticket form work on small screen
| Reported by: | 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 9 years ago by
| Component: | ThemeEnginePlugin → BlueFlatTheme |
|---|---|
| Owner: | changed from Olemis Lang to Cinc-th |
Note: See
TracTickets for help on using
tickets.


