/*! * Ext JS Library 3.3.1 * Copyright(c) 2006-2010 Sencha Inc. * licensing@sencha.com * http://www.sencha.com/license */ .thumb{ background: #dddddd; padding: 3px; } .thumb img{ width: 120px; height: 90px; } .thumb-file{ background: #dddddd; padding: 3px; } .thumb-wrap{ float: left; margin: 4px; margin-right: 0; padding: 5px; } .thumb-wrap span{ display: block; overflow: hidden; text-align: center; } .x-view-over{ border:1px solid #dddddd; background: #efefef url(images/row-over.gif) repeat-x left top; padding: 4px; } .x-view-selected{ background: #eff5fb url(images/selected.gif) no-repeat right bottom; border:1px solid #99bbe8; padding: 4px; } .x-view-selected .thumb{ background:transparent; } .loading-indicator { font-size:11px; background-image:url(images/loading.gif); background-repeat: no-repeat; background-position: left; padding-left:20px; margin:10px; }