summaryrefslogtreecommitdiffstats
path: root/WebContent/ITMILL/themes/default/styles.css
diff options
context:
space:
mode:
Diffstat (limited to 'WebContent/ITMILL/themes/default/styles.css')
-rw-r--r--WebContent/ITMILL/themes/default/styles.css4
1 files changed, 3 insertions, 1 deletions
diff --git a/WebContent/ITMILL/themes/default/styles.css b/WebContent/ITMILL/themes/default/styles.css
index 0a429ee348..01afcc290a 100644
--- a/WebContent/ITMILL/themes/default/styles.css
+++ b/WebContent/ITMILL/themes/default/styles.css
@@ -2186,9 +2186,11 @@ input.i-modified,
/* Progress indication */
.i-tabsheet-loading .i-tabsheet-tabitem-selected .i-captiontext {
- background: transparent url(common/img/ajax-loader.gif) no-repeat;
+ background: transparent url(common/img/ajax-loader.gif) no-repeat top right;
margin-left: -10px;
padding-left: 10px;
+ margin-right: -10px;
+ padding-right: 10px;
margin-top: -12px;
padding-top: 12px;
}