Module: nagvis Branch: master Commit: 26f653b2aa01075359b670d83099261d3d9ce4ca URL: http://nagvis.git.sourceforge.net/git/gitweb.cgi?p=nagvis/nagvis;a=commit;h=26f653b2aa01075359b670d83099261d3d9ce4ca
Author: LaMi <[email protected]> Date: Tue Nov 10 16:45:13 2009 +0100 Fixed image paths --- share/userfiles/templates/pages/default.css | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/share/userfiles/templates/pages/default.css b/share/userfiles/templates/pages/default.css index f0da3ee..c76bb16 100644 --- a/share/userfiles/templates/pages/default.css +++ b/share/userfiles/templates/pages/default.css @@ -263,26 +263,26 @@ table.infopage_hover_table label { } #statusMessage div.notice { - background: url(../images/internal/info.png) 6px 3px no-repeat; + background: url(../../../frontend/nagvis-js/images/internal/info.png) 6px 3px no-repeat; background-color: #F7FDCB; border: 1px solid #C2D071; } #statusMessage div.error, #statusMessage div.warning { - background: url(../images/internal/warning.png) 6px 3px no-repeat; + background: url(../../../frontend/nagvis-js/images/internal/warning.png) 6px 3px no-repeat; background-color: #EF9398; border: 1px solid #DC5757; } #statusMessage div.confirmation { - background: url(../images/internal/confirm.png) 6px 3px no-repeat; + background: url(../../../frontend/nagvis-js/images/internal/confirm.png) 6px 3px no-repeat; background-color: #A6EF7B; border: 1px solid #76C83F; } #statusMessage div.loading { - background: url(../images/internal/loading.gif) 6px 3px no-repeat; + background: url(../../../frontend/nagvis-js/images/internal/loading.gif) 6px 3px no-repeat; background-color: #EBEBEB; border: 1px solid #CCCCCC; } @@ -613,4 +613,4 @@ td#popupWindowContent p { .dropdown .underline { border-bottom: 1px solid #a4a4a4; -} \ No newline at end of file +} ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Nagvis-checkins mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nagvis-checkins
