RobotII

Welcome to the real world
  • Best Man’s Speech
  • Firefox Tricks and Tips
  • Links
  • Scripts
Home » General » How to make firefox tabs smaller

How to make firefox tabs smaller

8/2/2005 Posted by Pete under General
No Comments

How to make firefox tabs smaller… put the following in userchrome.css

@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* set default namespace to XUL */

 /* Shrink tab titles by 10% */
.tabbrowser-tabs .tab-text {
  font-size: 90%;
}

/* make inactive tabs hardly visible :)  */
tab:not([selected="true"]) {
    -moz-opacity: 0.5 !important;
}

tab
{
  -moz-appearance: tab;
  margin-top: 2px !important;
  border-top: 2px solid !important;
  border-right: 2px solid !important;
  border-left: 2px solid !important;
  padding: 1px 2px 1px 4px !important;
}

.tab-text {
  margin: 1px !important;
}

tabpanels {
  -moz-appearance: tabpanels;
  border-right: 2px solid;
  border-bottom: 2px solid;
  border-left: 2px solid;
  padding: 0px !important;

}

Similar Posts:

  • How to make text smaller in Firefox
  • Firefox
  • Firefox Tricks and Tips
  • The almost compulsory Google Chrome post
  • Use Firefox

If you enjoyed this post, make sure you subscribe to my RSS feed!
Tags: css, Firefox, make_tabs_smaller, userchrome.css

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

*

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

« Firefox Vulnerabilities
Open Source »
Subscribe
RSS feed

Subscribe to this site's RSS feed.

Desktop Reader Bloglines Google Live Netvibes Newsgator Yahoo! What's This?
Similar Posts
  • How to make text smaller in Firefox
  • Firefox
  • Firefox Tricks and Tips
  • The almost compulsory Google Chrome post
  • Use Firefox
Tags
amazon analytics blog blogging buy change development ebay Firefox gnome God Google Google_Sitemaps GTD HTML information interesting internet-explorer iPod life Life Hacks linux Mac mozilla MP3 Open Source pagerank photos PHP Play productivity sharing Sitemaps site updates Software statistics time tips websites web_browser wedding Wordpress work world writing
Recent Posts
  • Update to Ultimate Google Analytics WordPress Plugin
  • Just do it (again)
  • ASUS Transformer TF101 with docking station
  • What’s going to be different this time?
  • Get all tables with a particular column name [SQL Server]
Recent Posts
  • Update to Ultimate Google Analytics WordPress Plugin
  • Just do it (again)
  • ASUS Transformer TF101 with docking station
  • What’s going to be different this time?
  • Get all tables with a particular column name [SQL Server]
Recent Comments
  • gadgets (be/nl) on Ze drem vil finali kum tru
  • Ema on Best Man’s Speech
  • The question to ask when attempting change « Life With Patterns on What’s going to be different this time?
  • The question to ask when attempting change « 43Coffee on What’s going to be different this time?
  • nnja_man on Get all tables with a particular column name [SQL Server]
Subscribe
RSS feed

Subscribe to this site's RSS feed.

Desktop Reader Bloglines Google Live Netvibes Newsgator Yahoo! What's This?
RobotII powered by WordPress and The Clear Line Theme