Tabs at the bottom

Discuss application theming and theme development.
Post Reply
User avatar
alanjstr
Moderator
Posts: 9100
Joined: November 5th, 2002, 4:43 pm
Location: Anywhere but here
Contact:

Tabs at the bottom

Post by alanjstr »

Attention theme authors! Please include the following in your theme so that tabs at the bottom will appear correctly. Thanks.

-Alan
(one of the few people who seem to care)

/** Truly make it look like the tabs have been inverted **/
/* tabbrowser-strip-bottom is a class added by Piro for Tabbed Browser Extensions */
.tabbrowser-strip-bottom {
padding-top: 3px !important;
padding-bottom: 0px !important;
margin-bottom: 2px !important;
border-bottom: none !important;
}
.tabbrowser-strip-bottom .tabs-right {
border-bottom: none !important;
border-top: 2px solid !important;
-moz-border-top-colors: ThreeDShadow ThreeDDarkShadow !important;
}
Post Reply