Author Topic: Solve the wrong lines when JAQ skin deletes the mail  (Read 1770 times)

Offline haocheng

  • Newbie
  • *
  • Posts: 5
Solve the wrong lines when JAQ skin deletes the mail
« on: April 30, 2010, 06:31:34 AM »
Uses JAQ skin to delete the mail in the mail list , There are wrong lines in the mail list ,

You can revise the  mail.css , There are no wrong lines while deleting the mail in this way !

#messagelist tbody tr td
{
  height: 16px;
  padding: 2px;
  padding-right: 4px;
  font-size: 11px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  border-top: 1px solid #EBEBEB;  
  cursor: default;
}

If is unable to input and search , please add iehacks.css :



#quicksearchbar
{
  z-index: 250;
}

« Last Edit: April 30, 2010, 08:58:32 AM by haocheng »