This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "FusionForge".

The branch, master has been updated
       via  b6a78d508417d653da0da6595058332668d0394a (commit)
      from  124f735a10953e2ead5cf4120c2af3374d993862 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://scm.fusionforge.org/anonscm/gitweb/?p=fusionforge/fusionforge.git;a=commitdiff;h=b6a78d508417d653da0da6595058332668d0394a

commit b6a78d508417d653da0da6595058332668d0394a
Author: Franck Villaume <[email protected]>
Date:   Mon Aug 29 20:18:40 2016 +0200

    compactpreview: use relate path in css

diff --git a/src/plugins/compactpreview/www/css/oslcTooltipStyle.css 
b/src/plugins/compactpreview/www/css/oslcTooltipStyle.css
index e521a47..170a9a6 100644
--- a/src/plugins/compactpreview/www/css/oslcTooltipStyle.css
+++ b/src/plugins/compactpreview/www/css/oslcTooltipStyle.css
@@ -33,34 +33,34 @@
 }
 
 .resourcePopupPopup .topLeft {
-       background: 
url(/plugins/compactpreview/images/Tooltip/balloon_topLeft.png) no-repeat right;
+       background: url(../images/Tooltip/balloon_topLeft.png) no-repeat right;
 }
 
 .resourcePopupPopup .bottomLeft {
-       background: 
url(/plugins/compactpreview/images/Tooltip/balloon_bottomLeft.png) no-repeat 
right top;
+       background: url(../images/Tooltip/balloon_bottomLeft.png) no-repeat 
right top;
 }
 
 .resourcePopupPopup .left {
-       background: 
url(/plugins/compactpreview/images/Tooltip/balloon_left.png) repeat-y right;
+       background: url(../images/Tooltip/balloon_left.png) repeat-y right;
 }
 
 .resourcePopupPopup .right {
-       background: 
url(/plugins/compactpreview/images/Tooltip/balloon_right.png) repeat-y;
+       background: url(../images/Tooltip/balloon_right.png) repeat-y;
 }
 
 .resourcePopupPopup .topRight {
-       background: 
url(/plugins/compactpreview/images/Tooltip/balloon_topRight.png) no-repeat left;
+       background: url(../images/Tooltip/balloon_topRight.png) no-repeat left;
 }
 
 .resourcePopupPopup .bottomRight {
-       background: 
url(/plugins/compactpreview/images/Tooltip/balloon_bottomRight.png) no-repeat;
-}  
+       background: url(../images/Tooltip/balloon_bottomRight.png) no-repeat;
+}
 
 .resourcePopupPopup .top {
-       background: url(/plugins/compactpreview/images/Tooltip/balloon_top.png) 
repeat-x bottom;
+       background: url(../images/Tooltip/balloon_top.png) repeat-x bottom;
 }
 
 .resourcePopupPopup .bottom {
-       background: 
url(/plugins/compactpreview/images/Tooltip/balloon_bottom.png) repeat-x;
-       text-align: center;  
-}
\ No newline at end of file
+       background: url(../images/Tooltip/balloon_bottom.png) repeat-x;
+       text-align: center;
+}

-----------------------------------------------------------------------

Summary of changes:
 .../compactpreview/www/css/oslcTooltipStyle.css    | 22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)


hooks/post-receive
-- 
FusionForge

_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits

Reply via email to