[CLOSED] Tab Icons Size

Page 1 of 2 12 LastLast
  1. #1

    [CLOSED] Tab Icons Size

    Hi,

    In v2.x some icons appears cut in tab header of tabpanel like you can see in the image
    Click image for larger version. 

Name:	icons.png 
Views:	166 
Size:	6.3 KB 
ID:	4646

    I found the followings icons right now: StatusOnline, Neighbourhood. But is it that exists more.

    Any solution?
    Last edited by Daniil; Aug 22, 2012 at 4:33 AM. Reason: [CLOSED]
  2. #2
    Hi,

    Thanks for the report.

    It's a known issue.
    http://forums.ext.net/showthread.php?19691

    We will look at this again.
  3. #3
    Let me know when you have any progress.

    Thanks!
  4. #4
    I have the same problem!!!

    Please, tell-me about the solution, when it found, please...
  5. #5
    Try this
    .x-tab-icon{
                width:16px;
                height:16px;
                background-position-y:0px;
                margin-top: -1px;
            }
  6. #6
    It seems that works but with !important
    .x-tab-icon
    {
        width: 16px !important;
        height: 16px !important;
        background-position-y: 0px !important;
        margin-top: -1px;
    }
    I don't know if it affects to other icons.
  7. #7
    Works very fine!!!

    Thanks a lot, Vladimir
  8. #8
    It would be applied to v2.1? And this is the final patch?
  9. #9
    The fix has been committed to SVN 2.1.

    Thanks again for the report.
  10. #10
    Quote Originally Posted by Daniil View Post
    The fix has been committed to SVN 2.1.

    Thanks again for the report.
    What's the revision of this commit?
Page 1 of 2 12 LastLast

Similar Threads

  1. Replies: 2
    Last Post: Jul 26, 2012, 2:12 AM
  2. [CLOSED] Icons on desktop in FF and Chrome have incorrect size.
    By skisly in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Aug 24, 2011, 8:54 AM
  3. Replies: 0
    Last Post: Feb 22, 2010, 12:24 PM
  4. Replies: 0
    Last Post: Dec 10, 2009, 6:54 PM
  5. Replies: 0
    Last Post: Apr 03, 2009, 5:47 AM

Tags for this Thread

Posting Permissions