[CLOSED] Tab Icons Size

Page 2 of 2 FirstFirst 12
  1. #11
    #4283

    Only CSS files are related to the fix.
  2. #12
    Hi,

    As you can see in the image, some properties must have an !important to override primery style.Click image for larger version. 

Name:	cssRules.png 
Views:	112 
Size:	21.3 KB 
ID:	4660

    Like I say in previous post this solution works right at least for me:
    Quote Originally Posted by softmachine2011 View Post
    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.
  3. #13
    Please clarify did you try with the SVN 2.1 sources?

    Yes, there is no "!important" statement, but the CSS rules from the fix should go before the default rules. So, they should have a higher priority.

    It works for me.
  4. #14
    Hi,

    Your right Daniil, in some test case icons are correctly aligned.
    I'll investigate a little bit why in my app aren't, you can close the thread.

    Thanks for all
  5. #15
    Ok, thanks for the info.

    If you will face any issue with this fix, you are welcome on the forums.
Page 2 of 2 FirstFirst 12

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