|
|
![]() |
| Thread Tools | Search this Thread |
#1
| |||
| |||
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
| |||
| |||
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
| |||
| |||
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
| |||
| |||
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
| |||
| |||
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. ![]() |
![]() |
|
Tags: chrome, firefox 8, firefox nightly builds, mozilla, web browser |
Thread Tools | Search this Thread |
|
![]() | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Firefox 10 and auto height | hanni ball | Technology & Internet | 4 | 03-02-2012 11:44 AM |
How to know height of row in Excel? | Dipanwita | Windows Software | 2 | 04-01-2012 07:19 PM |
Unable to adjust Dell Ultra Sharp 2408WFP Monitor height wise | veGANor | Monitor & Video Cards | 4 | 25-11-2010 02:59 AM |
avl tree java adjust height | Hakon | Software Development | 2 | 04-06-2009 12:34 PM |
Variable height in CSS | Sentential | Software Development | 8 | 22-10-2008 02:51 PM |