data-view.css 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. #images-view .x-panel-body{
  2. background: white;
  3. font: 11px Arial, Helvetica, sans-serif;
  4. }
  5. #images-view .thumb{
  6. background: #dddddd;
  7. padding: 3px;
  8. padding-bottom: 0;
  9. }
  10. .x-quirks #images-view .thumb {
  11. padding-bottom: 3px;
  12. }
  13. #images-view .thumb img{
  14. height: 60px;
  15. width: 80px;
  16. }
  17. #images-view .thumb-wrap{
  18. float: left;
  19. margin: 4px;
  20. margin-right: 0;
  21. padding: 5px;
  22. }
  23. #images-view .thumb-wrap span {
  24. display: block;
  25. overflow: hidden;
  26. text-align: center;
  27. width: 86px; // for ie to ensure that the text is centered
  28. }
  29. #images-view .x-item-over{
  30. border:1px solid #dddddd;
  31. background: #efefef url(over.gif) repeat-x left top;
  32. padding: 4px;
  33. }
  34. #images-view .x-item-selected{
  35. background: #eff5fb url(selected.gif) no-repeat right bottom;
  36. border:1px solid #99bbe8;
  37. padding: 4px;
  38. }
  39. #images-view .x-item-selected .thumb{
  40. background:transparent;
  41. }
  42. #images-view .loading-indicator {
  43. font-size:11px;
  44. background-image:url('../../resources/themes/images/default/grid/loading.gif');
  45. background-repeat: no-repeat;
  46. background-position: left;
  47. padding-left:20px;
  48. margin:10px;
  49. }
  50. .x-view-selector {
  51. position:absolute;
  52. left:0;
  53. top:0;
  54. width:0;
  55. border:1px dotted;
  56. opacity: .5;
  57. -moz-opacity: .5;
  58. filter:alpha(opacity=50);
  59. zoom:1;
  60. background-color:#c3daf9;
  61. border-color:#3399bb;
  62. }.ext-strict .ext-ie .x-tree .x-panel-bwrap{
  63. position:relative;
  64. overflow:hidden;
  65. }