Results 1 to 5 of 5

Thread: How to adjust tab height in Firefox 8

  1. #1
    Join Date
    Nov 2011
    Posts
    199

    How to adjust tab height in Firefox 8

    I have recently installed Firefox 8 and I was thinking of adjusting the tab height but then I have not yet found a solution for the but then I have heard that it is possible to do so with some codes. So is there anyone who has an idea about the same and can help me out as well. Any suggestion regarding the same will be highly appreciated.

  2. #2
    Join Date
    Aug 2011
    Posts
    472

    Re: How to adjust tab height in Firefox 8

    I think that I can help you out, you only have to copy the below code in to the userChrome.css of your profile and then you will be able to adjust the height respectively.
    @namespace xul url(http://www.mozilla.org/keymaster/gat....is.only.xul);

    @-moz-document url-prefix('chrome://'){
    .tabbrowser-tabs {
    height: 25px !important;
    }
    }
    Just try it out and then let me know whether it this solution helped you or not.

  3. #3
    Join Date
    Jul 2011
    Posts
    321

    Re: How to adjust tab height in Firefox 8

    Hey you can also use this one as well, I have used the same before to adjust the tab height:
    .tabbrowser-tab {
    height: 25px !important;
    min-height: 25px !important;
    max-height: 25px !important;
    }

  4. #4
    Join Date
    Jun 2011
    Posts
    568

    Re: How to adjust tab height in Firefox 8

    Yes the above code really works and I have used the same, you can just alter it a bit and then you can adjust the width of the tab as well, just check it out:
    .tabbrowser-tab {
    height: 20px !important;
    min-height: 20px !important;
    max-height: 20px !important;
    }

    .tabbrowser-tab {
    width: 84px !important;
    min-width: 84px !important;
    max-width: 84px !important;

    }

  5. #5
    Join Date
    Nov 2011
    Posts
    199

    Re: How to adjust tab height in Firefox 8

    Hey cartia I am really thankful to you for your solution, I have really tried it out and it is working as well, I was aware that there was some kind of code for it but then I did not had an idea that it works so. Anyways thanks to others as well for sharing their codes with me, I really appreciate them.

Similar Threads

  1. Firefox 10 and auto height
    By hanni ball in forum Technology & Internet
    Replies: 4
    Last Post: 03-02-2012, 11:44 AM
  2. How to know height of row in Excel?
    By Dipanwita in forum Windows Software
    Replies: 2
    Last Post: 04-01-2012, 07:19 PM
  3. Unable to adjust Dell Ultra Sharp 2408WFP Monitor height wise
    By veGANor in forum Monitor & Video Cards
    Replies: 4
    Last Post: 25-11-2010, 02:59 AM
  4. avl tree java adjust height
    By Hakon in forum Software Development
    Replies: 2
    Last Post: 04-06-2009, 12:34 PM
  5. Variable height in CSS
    By Sentential in forum Software Development
    Replies: 8
    Last Post: 22-10-2008, 02:51 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,449,807.31467 seconds with 17 queries