You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
/*TabWidget*/ |
|
#tabbar |
|
{ |
|
min-height: 27px; |
|
max-height: 27px; |
|
} |
|
|
|
#tabbarwidget |
|
{ |
|
background-image: url(images/tabs-bg.png); |
|
background-repeat: repeat-x; |
|
} |
|
|
|
#tabbar::tab |
|
{ |
|
height: 26px; |
|
}
|
|
|