Hello!
I installed the plugin TracHoursPlugin which is exactly what I was looking for.
For this, TicketSidebarProviderPlugin was a requirement.
After the installation, I have my ticket-body on the outer left side, and the frame for time entry on the outer right side. In my opinion, this doesn't look good at all - especially on bigger screens.
Unforunately, I am really bad in CSS. So I just tried to change the CSS file from the TicketSidebarProviderPlugin and I changed "float: left" to "float: none" under
#content.ticket
.sidebar {
float: right;
border: 1px solid black;
text-align: left;
clear: right;
width: 20%;
max-width: 49%;
overflow: hidden;
}
.sidebar img {
max-width: 49%;
}
/* overrides of default ticket.css styles */
#content.ticket {
float: none;
width: 58em;
max-width: 100%;
margin-left: auto;
margin-right: auto;
}
#main {
width: 1000px;
min-width: 100%;
}
--
You received this message because you are subscribed to the Google Groups "Trac Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to trac-users+unsubscribe@googlegroups.com.
To post to this group, send email to trac-...@googlegroups.com.
Visit this group at https://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/d/optout.
To unsubscribe from this group and stop receiving emails from it, send an email to trac-users+...@googlegroups.com.