diff options
-rw-r--r-- | WebContent/ITMILL/themes/default/panel/panel.css | 4 | ||||
-rw-r--r-- | WebContent/ITMILL/themes/default/styles.css | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/WebContent/ITMILL/themes/default/panel/panel.css b/WebContent/ITMILL/themes/default/panel/panel.css index d519687659..8f2fc0ccff 100644 --- a/WebContent/ITMILL/themes/default/panel/panel.css +++ b/WebContent/ITMILL/themes/default/panel/panel.css @@ -16,8 +16,10 @@ .i-panel-caption .i-errorindicator { float: none; - padding-right:18px; + padding-right:20px; display:inline; + background: transparent url(../icons/16/error.png) no-repeat bottom center; + } .i-panel-caption .i-icon { diff --git a/WebContent/ITMILL/themes/default/styles.css b/WebContent/ITMILL/themes/default/styles.css index d8ce92f8d5..b7bb7e658e 100644 --- a/WebContent/ITMILL/themes/default/styles.css +++ b/WebContent/ITMILL/themes/default/styles.css @@ -998,8 +998,10 @@ input.i-modified, .i-panel-caption .i-errorindicator { float: none; - padding-right:18px; + padding-right:20px; display:inline; + background: transparent url(icons/16/error.png) no-repeat bottom center; + } .i-panel-caption .i-icon { |