X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/2e847cf21b8ab9d15fa167b315ca5b2fa92638fc..6a7e4474cba9d8be4b2ec445e10f1691f7277c50:/examples/view/animated-dataview.css diff --git a/examples/view/animated-dataview.css b/examples/view/animated-dataview.css new file mode 100644 index 00000000..19dde7da --- /dev/null +++ b/examples/view/animated-dataview.css @@ -0,0 +1,65 @@ +/*! + * Ext JS Library 3.2.0 + * Copyright(c) 2006-2010 Ext JS, Inc. + * licensing@extjs.com + * http://www.extjs.com/license + */ +#phones { + background-color: #fff; + text-shadow: #fff 0 1px 0; +} + +#phones ul { + position: relative; + display: block; + height: auto; + font-size: 85%; +} + +#phones ul li img { + margin-bottom: 1px; +} + +#phones ul li { + float: left; + padding: 8px 17px; + margin: 5px; +/* margin: 10px 0 0 25px;*/ + text-align: center; + line-height: 1.25em; + color: #333; + font-family: "Helvetica Neue",sans-serif; + height: 113px; + width: 112px; + overflow: hidden; + border-top: 1px solid transparent; + cursor: pointer; +} + +/*#phones ul li.phone-hover { + background-color: #eee; +}*/ + +#phones ul li.x-view-selected { + background-color: rgba(100, 100, 100, .15); + -moz-border-radius: 8px; + -webkit-border-radius: 8px; + border-top: 1px solid rgba(0, 0, 0, .15); +} + +#phones ul li img { +/* display: block;*/ +} + +#phones li strong { + color: #000; + display: block; +} + +#phones li span { + color: #999; +} + +.x-slider-horz .x-slider-thumb { + background-image: url(images/slider-thumb.png); +} \ No newline at end of file