TracHoursPlugin / TicketSidebarProviderPlugin problem (CSS)

22 views
Skip to first unread message

Andreas

unread,
Feb 8, 2018, 4:48:39 AM2/8/18
to Trac Users

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%;
}






Result: The body of the ticket is in the middle again which looks way better, but the time entry frame is on the outer right side and on the bottom.
Is there an easy way to put this frame on the top right side while keeping the ticket-body in the middle?

Like this (I am better in Paint haha):



 

Appreciate every kind of help!

Thank you!

Auto Generated Inline Image 1
Auto Generated Inline Image 2
Auto Generated Inline Image 3

Emerson Castañeda

unread,
Feb 8, 2018, 3:21:42 PM2/8/18
to trac-...@googlegroups.com
Hi Andreas

Thank you for let us know about the inconvenient, since I had never visualized before the problematic since the point of view of a big screen.

There is a open ticket, some way it is regarding to this  [#8264]  subject, so you can subscribe to follow up and include any additional information.

I will prioritize the solution for this.


EmeCas



--
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.

Andreas

unread,
Feb 9, 2018, 4:00:15 AM2/9/18
to Trac Users
Hello EmeCas,

that would be great, thank you very much!

Best regards,
Andreas
To unsubscribe from this group and stop receiving emails from it, send an email to trac-users+...@googlegroups.com.
Reply all
Reply to author
Forward
0 new messages