aboutsummaryrefslogtreecommitdiffstats
path: root/WebContent/ITMILL/themes/default/progressindicator/progressindicator.css
diff options
context:
space:
mode:
Diffstat (limited to 'WebContent/ITMILL/themes/default/progressindicator/progressindicator.css')
-rw-r--r--WebContent/ITMILL/themes/default/progressindicator/progressindicator.css27
1 files changed, 1 insertions, 26 deletions
diff --git a/WebContent/ITMILL/themes/default/progressindicator/progressindicator.css b/WebContent/ITMILL/themes/default/progressindicator/progressindicator.css
index 360a17db07..5ca45eccd4 100644
--- a/WebContent/ITMILL/themes/default/progressindicator/progressindicator.css
+++ b/WebContent/ITMILL/themes/default/progressindicator/progressindicator.css
@@ -1,44 +1,19 @@
.i-progressindicator {
- background: #dfe2e4 url(img/base.gif);
- overflow: hidden; /* for IE6 */
- width: 150px;
+ background: #dfe2e4 url(img/base.gif) repeat-x 0 1px;
}
.i-progressindicator-wrapper {
border: 1px solid #b6bbbc;
- overflow: hidden; /* for IE6 */
- height: 9px;
}
.i-progressindicator-disabled {
background: #dfe2e4 url(img/disabled.gif);
- height: 9px;
border: 1px solid #b6bbbc;
- overflow: hidden; /* for IE6 */
}
-
.i-progressindicator-indicator {
background: #f7f9f9 url(img/progress.png);
- height: 9px;
- overflow: hidden; /* for IE6 */
}
-
.i-progressindicator-indeterminate {
background: #dfe2e4 url(../common/img/ajax-loader-medium.gif);
- height: 16px;
- width: 16px;
- overflow: hidden; /* for IE6 */
}
-
-/* Hide obsolete elements in indeterminate mode */
-.i-progressindicator-indeterminate .i-progressindicator-wrapper,
-.i-progressindicator-indeterminate .i-progressindicator-indicator,
-.i-progressindicator-indeterminate-disabled .i-progressindicator-wrapper,
-.i-progressindicator-indeterminate-disabled .i-progressindicator-indicator {
- display: none;
-}
-
.i-progressindicator-indeterminate-disabled {
background: #dfe2e4 url(../common/img/blank.gif);
- height: 16px;
- width: 16px;
- overflow: hidden; /* for IE6 */
} \ No newline at end of file