[ Index ] |
PHP Cross Reference of Unnamed Project |
[Summary view] [Print] [Text view]
1 /* 2 YUI 3.17.2 (build 9c3c78e) 3 Copyright 2014 Yahoo! Inc. All rights reserved. 4 Licensed under the BSD License. 5 http://yuilibrary.com/license/ 6 */ 7 8 .yui3-tab-panel { 9 display:none; 10 } 11 12 .yui3-tab-panel-selected { 13 display:block; 14 } 15 16 .yui3-tabview-list, 17 .yui3-tab { 18 margin:0; 19 padding:0; 20 list-style:none; 21 } 22 23 .yui3-tabview { 24 position:relative; /* contain absolute positioned tabs (left/right) */ 25 } 26 27 .yui3-tabview, 28 .yui3-tabview-list, 29 .yui3-tabview-panel, 30 .yui3-tab, 31 .yui3-tab-panel { /* IE: kill space between horizontal tabs */ 32 zoom:1; 33 } 34 35 .yui3-tab { 36 display:inline-block; 37 *display:inline; /* IE */ 38 vertical-align:bottom; /* safari: for overlap */ 39 cursor:pointer; 40 } 41 42 .yui3-tab-label { 43 display:block; 44 display:inline-block; 45 padding: 6px 10px; 46 position:relative; /* IE: to allow overlap */ 47 text-decoration: none; 48 vertical-align:bottom; /* safari: for overlap */ 49 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Thu Aug 11 10:00:09 2016 | Cross-referenced by PHPXref 0.7.1 |