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.
50 lines
919 B
50 lines
919 B
2 years ago
|
/*
|
||
|
YUI 3.17.2 (build 9c3c78e)
|
||
|
Copyright 2014 Yahoo! Inc. All rights reserved.
|
||
|
Licensed under the BSD License.
|
||
|
http://yuilibrary.com/license/
|
||
|
*/
|
||
|
|
||
|
.yui3-tab-panel {
|
||
|
display:none;
|
||
|
}
|
||
|
|
||
|
.yui3-tab-panel-selected {
|
||
|
display:block;
|
||
|
}
|
||
|
|
||
|
.yui3-tabview-list,
|
||
|
.yui3-tab {
|
||
|
margin:0;
|
||
|
padding:0;
|
||
|
list-style:none;
|
||
|
}
|
||
|
|
||
|
.yui3-tabview {
|
||
|
position:relative; /* contain absolute positioned tabs (left/right) */
|
||
|
}
|
||
|
|
||
|
.yui3-tabview,
|
||
|
.yui3-tabview-list,
|
||
|
.yui3-tabview-panel,
|
||
|
.yui3-tab,
|
||
|
.yui3-tab-panel { /* IE: kill space between horizontal tabs */
|
||
|
zoom:1;
|
||
|
}
|
||
|
|
||
|
.yui3-tab {
|
||
|
display:inline-block;
|
||
|
*display:inline; /* IE */
|
||
|
vertical-align:bottom; /* safari: for overlap */
|
||
|
cursor:pointer;
|
||
|
}
|
||
|
|
||
|
.yui3-tab-label {
|
||
|
display:block;
|
||
|
display:inline-block;
|
||
|
padding: 6px 10px;
|
||
|
position:relative; /* IE: to allow overlap */
|
||
|
text-decoration: none;
|
||
|
vertical-align:bottom; /* safari: for overlap */
|
||
|
}
|