- display: block;
- margin-bottom: 5px;
- margin-left: 5px;
-}
-#images{
- background: #fff url( ../tree/center-bg.gif ) repeat-x top left;
- font: 11px Arial, Helvetica, sans-serif;
-}
-#images .thumb{
- background: #dddddd;
- padding:3px;
-}
-#images .thumb img{
- border:1px solid white;
- height: 60px;
- width: 80px;
-}
-#images .thumb-wrap{
- float: left;
- margin: 4px;
- margin-right: 0;
- padding: 5px;
-}
-#images .thumb-wrap span{
- display: block;
- overflow: hidden;
- text-align: center;
-}
-#images .x-view-selected .thumb{
- background:#8db2e3;
-}
-#images .loading-indicator {
- font-size:8pt;
- background-image:url(../../resources/images/default/grid/loading.gif);
- background-repeat: no-repeat;
- background-position: left;
- padding-left:20px;
- margin:10px;
+ display: block;
+ margin-bottom: 5px;
+ margin-left: 5px;
+}
+.x-image-view{
+ font: 11px Arial, Helvetica, sans-serif;
+}
+.x-image-view .thumb{
+ padding:3px;
+}
+
+.x-image-view .thumb-wrap{
+ float: left;
+ margin: 4px;
+ margin-right: 0;
+ padding: 5px;
+}
+.x-image-view .thumb-wrap span{
+ display: block;
+ overflow: hidden;
+ text-align: center;
+ width: 76px; // for ie to ensure that the text is centered
+}
+.x-image-view .x-item-selected .thumb {
+ background:#8db2e3;
+}
+.x-image-view .loading-indicator {
+ font-size:8pt;
+ background-image:url(../../resources/images/default/grid/loading.gif);
+ background-repeat: no-repeat;
+ background-position: left;
+ padding-left:20px;
+ margin:10px;