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

    • May 15, 2020 at 11:44 pm #5722
      visimitra
      Participant

      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

    • May 17, 2020 at 8:51 pm #5750
      stevland
      Keymaster

      Fixes in the next release!

    • May 25, 2020 at 3:22 pm #5873
      stevland
      Keymaster

      Hi @visimitra,

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

    • June 5, 2020 at 8:06 pm #5966
      visimitra
      Participant

      Hi stevland

      Found there is problem when mobile view

    • June 8, 2020 at 1:30 am #5973
      visimitra
      Participant

      Hi Stevland, 

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

    • June 8, 2020 at 7:20 am #5974
      visimitra
      Participant

      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”);
      }

You must be logged in to reply to this topic.