Notifications
Clear all
Jun 04, 2020 2:27 pm
there is jump print button in the ticket view client, and some print button will hard to press

2.text counting tickets and total number suggest for smaller text

2 Replies
Jun 04, 2020 11:08 pm
Hi @Stevland
fix in user-styles.css
smaller fonts for span number
span.number {
font-family: 'Product Sans', Montserrat, sans-serif;
font-size: 22px !important;
font-weight: 100;
position: relative;
top: 3px;
}
fix table footer numbering
#table-foot-options a {
margin: 0 0 0 0px;
}
Jun 05, 2020 12:17 am
@stevland, there is 2 problem left:
- dot green no reply button in client side, is moving in left
- progress circle while login, not in center page

Jul 13, 2020 3:06 am
dot green no reply button in client side, is moving in left
This is an intentional design decision for the Client side. All the rest will be fixed in the next release. Thank you.