[ 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-skin-sam .yui3-scrollview { 9 -webkit-tap-highlight-color: rgba(255,255,255,0); 10 } 11 12 .yui3-skin-sam .yui3-scrollview{ 13 background-color: white; 14 } 15 /* For IE 6/7 - needs a background color (above) to pick up events, and zoom, to fill the UL */ 16 .yui3-skin-sam .yui3-scrollview-vert .yui3-scrollview-content .yui3-scrollview-item { 17 *zoom:1; 18 } 19 20 /* For IE7 - needs zoom, otherwise clipped content is not rendered */ 21 .yui3-skin-sam .yui3-scrollview-vert .yui3-scrollview-content .yui3-scrollview-list { 22 *zoom:1; 23 list-style:none; /*need these since reset is not required*/ 24 padding:0; /*need these since reset is not required*/ 25 margin:0; /*need these since reset is not required*/ 26 } 27 28 .yui3-skin-sam .yui3-scrollview-vert .yui3-scrollview-content { 29 /*border:1px solid #303030; If the ScrollView needs a border add it here */ 30 border-top:0; 31 background-color:white; 32 font-family: HelveticaNeue,arial,helvetica,clean,sans-serif; 33 color:black; 34 } 35 36 .yui3-skin-sam .yui3-scrollview-vert .yui3-scrollview-content .yui3-scrollview-item { 37 border-bottom: 1px solid #303030; 38 padding: 15px 20px 16px; 39 font-size: 100%; 40 font-weight: bold; 41 background-color:white; 42 cursor:pointer; 43 } 44
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 |