[Rt-commit] r12359 - in rt/branches/3.8-TESTING: .
elacour at bestpractical.com
elacour at bestpractical.com
Thu May 15 17:01:17 EDT 2008
Author: elacour
Date: Thu May 15 17:01:16 2008
New Revision: 12359
Modified:
rt/branches/3.8-TESTING/ (props changed)
rt/branches/3.8-TESTING/share/html/NoAuth/css/web2/boxes.css
rt/branches/3.8-TESTING/share/html/NoAuth/css/web2/layout.css
Log:
r8839 at datura: manu | 2008-05-15 23:00:37 +0200
Add missing WebPath for images links in web2 css.
Modified: rt/branches/3.8-TESTING/share/html/NoAuth/css/web2/boxes.css
==============================================================================
--- rt/branches/3.8-TESTING/share/html/NoAuth/css/web2/boxes.css (original)
+++ rt/branches/3.8-TESTING/share/html/NoAuth/css/web2/boxes.css Thu May 15 17:01:16 2008
@@ -173,7 +173,7 @@
padding-top: 0.5em;
width: 20px;
- background: url(/NoAuth/images//css/rollup-arrow.gif) no-repeat center center;
+ background: url(<%RT->Config->Get('WebPath')%>/NoAuth/images//css/rollup-arrow.gif) no-repeat center center;
margin: 0;
text-indent: -9999px;
@@ -191,7 +191,7 @@
}
.titlebox.rolled-up .titlebox-title .widget a {
- background-image: url(/NoAuth/images//css/rolldown-arrow.gif);
+ background-image: url(<%RT->Config->Get('WebPath')%>/NoAuth/images//css/rolldown-arrow.gif);
}
}
Modified: rt/branches/3.8-TESTING/share/html/NoAuth/css/web2/layout.css
==============================================================================
--- rt/branches/3.8-TESTING/share/html/NoAuth/css/web2/layout.css (original)
+++ rt/branches/3.8-TESTING/share/html/NoAuth/css/web2/layout.css Thu May 15 17:01:16 2008
@@ -56,7 +56,7 @@
margin:0;
background-color: #183b83;
- background: #183b83 url(/NoAuth/css/web2/background-gradient.png) top left repeat-x ;
+ background: #183b83 url(<%RT->Config->Get('WebPath')%>/NoAuth/css/web2/background-gradient.png) top left repeat-x ;
font-family: helvetica, arial, sans-serif;
}
@@ -148,7 +148,7 @@
div#footer #bpscredits {
text-align: right;
- background: url(/NoAuth/images//bplogo.gif) no-repeat top right;
+ background: url(<%RT->Config->Get('WebPath')%>/NoAuth/images//bplogo.gif) no-repeat top right;
padding-top: 4em;
}
More information about the Rt-commit
mailing list