File size: 2,472 Bytes
07c3cdd
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
  <head>
    <title>DataView</title>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body >        
      <div id="container">
          <div id="left"></div>
          <div id="right">
              <div id="right-top"></div>
              <div id="right-bottom"></div>
          </div>
          <div class="clear"></div>
      </div>
  </body>
  <style type="text/css">
  #container {
      padding : 10px;
      width   : 820px;
  }
  #left {
      float : left;
  }
  #right {
      float : right;
  }
  #right-bottom {
      margin-top : 10px;
  }
  .clear {
      clear : both;
  }
  .details {
      padding     : 10px;
      font-family : "Arial";
      font-size   : 11px;
  }
  .details-info {
      margin-top : 10px;
  }
  .details-info span {
      display : block;
  }
  .details-info span a {
      color : #0066cc;
  }
  .details-info span a:hover {
      text-decoration : none;
  }
 
  *html body {
    overflow-x : hidden !important;
  }
  body {
     overflow-x       : hidden !important;
     background-color : white !important;
  }
  /**/
  #images-view .x-panel-body {
    background : white;
    font       : 11px Arial, Helvetica, sans-serif;
  }
  #images-view .thumb {
    background : #FFFFFF;
    padding    : 3px;
  }
  #images-view .thumb img {
    height : 50px !important;
    width  : 255px !important;
  }
  #images-view .thumb-wrap {
    float        : left;
    display      : inline;
    margin       : 4px;
    margin-right : 0;
    padding      : 22px;
    border       : 1px solid white;
  }
  #images-view .thumb-wrap span {
    display    : block;
    overflow   : hidden;
    text-align : center;
  }
  #images-view .x-view-over {
    border     : 1px solid #99bbe8;
    opacity    : 0.5;
    background : #efefef url(/images/ext/row-over.gif) repeat-x left top;
    padding      : 22px;
  }


  #images-view .x-view-selected {
    border     : 1px solid #99bbe8;
    background : #eff5fb url(/images/select-icon.png) no-repeat right bottom;
    opacity    : 0.5;
    padding    : 22px;
    text-align : center;
  }
  #images-view .x-view-selected .thumb {
    background : transparent;
  }
  #images-view .loading-indicator  {
    font-size           : 11px;
    background-image    : url('../../resources/images/default/grid/loading.gif');
    background-repeat   : no-repeat;
    background-position : left;
    padding-left        : 20px;
    margin              : 10px;
  }

</style>