Notifications
Clear all
6 Forums 829 Topics 3,280 Posts 2 Online 3,047 Members

Resolved display problem with tabs and icon in merge ticket and schedules

6 Posts
2 Users
0 Reactions
122 Views
Posts: 43
Topic starter
(@visimitra)
Member
Joined: 8 years ago

checking with 1.14.2 version, notice display not aligned for tabs related tickets, 

and in the listing for schedule, icon not correctly aligned

  • related tickets tab not aligned

  • checkbox in schedule list

icon not aligned with text, tab holiday not aligned with other tabs


5 Replies
Posts: 1185
Admin
(@stevland)
Member
Joined: 10 years ago

Fixes in the next release!


Reply
Posts: 1185
Admin
(@stevland)
Member
Joined: 10 years ago

Hi @visimitra,

These issues are now fixed in osTicket-1.14.2-Awesome-102.


Reply
Posts: 43
Topic starter
(@visimitra)
Member
Joined: 8 years ago

Hi stevland

Found there is problem when mobile view


Reply
Posts: 43
Topic starter
(@visimitra)
Member
Joined: 8 years ago

Hi Stevland, 

checking with rev 102, in my installation also in the sites, tab for related tickets, still not in line with other tab


Reply
Posts: 43
Topic starter
(@visimitra)
Member
Joined: 8 years ago

temporary fix:

file svg.css line 1163

a#ticket-relations-tab:before {
display: inline-block;
width: 16px;
height: 20px;
background-size: 18px;
background-repeat: no-repeat;
background-position: left center;
position: relative;
margin-right: 4px;
top: 6px;
content: ' ';

//display: inline-block !important;
//background-size: 20px;
//background-repeat: no-repeat;
//background-position: center;
//position: relative;
//float: right;
//top: 2px;
//margin: 0 9px 0 0;
//content: ' ';
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' width='24' height='24' viewBox='0 0 24 24'%3E %3Cpath fill='%23128DBE' d='M3%2C4V12.5L6%2C9.5L9%2C13C10%2C14 10%2C15 10%2C15V21H14V14C14%2C14 14%2C13 13.47%2C12C12.94%2C11 12%2C10 12%2C10L9%2C6.58L11.5%2C4M18%2C4L13.54%2C8.47L14%2C9C14%2C9 14.93%2C10 15.47%2C11C15.68%2C11.4 15.8%2C11.79 15.87%2C12.13L21%2C7' /%3E %3C/svg%3E");
}


Reply
Share: