[Rt-commit] rt branch, 3.9-trunk, updated. rt-3.9.4-123-g797b2ad
Emannuel Lacour
elacour at bestpractical.com
Wed Oct 6 05:09:00 EDT 2010
The branch, 3.9-trunk has been updated
via 797b2ad8172ce2ee1e3b0dc065a4e95baf0f880b (commit)
from 23b07fe389547e331063667af87d4dcffa6ed46c (commit)
Summary of changes:
share/html/NoAuth/css/farbtastic.css | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
- Log -----------------------------------------------------------------
commit 797b2ad8172ce2ee1e3b0dc065a4e95baf0f880b
Author: Emmanuel Lacour <elacour at easter-eggs.com>
Date: Wed Oct 6 11:12:02 2010 +0200
More WebPath fixes for farbtastic css when RT is not under / webroot
diff --git a/share/html/NoAuth/css/farbtastic.css b/share/html/NoAuth/css/farbtastic.css
index dd0d6c8..6eb842e 100644
--- a/share/html/NoAuth/css/farbtastic.css
+++ b/share/html/NoAuth/css/farbtastic.css
@@ -81,18 +81,18 @@
height: 101px;
}
.farbtastic .wheel {
- background: url(/NoAuth/images/farbtastic/wheel.png) no-repeat;
+ background: url(<%RT->Config->Get('WebPath')%>/NoAuth/images/farbtastic/wheel.png) no-repeat;
width: 195px;
height: 195px;
}
.farbtastic .overlay {
- background: url(/NoAuth/images/farbtastic/mask.png) no-repeat;
+ background: url(<%RT->Config->Get('WebPath')%>/NoAuth/images/farbtastic/mask.png) no-repeat;
}
.farbtastic .marker {
width: 17px;
height: 17px;
margin: -8px 0 0 -8px;
overflow: hidden;
- background: url(/NoAuth/images/farbtastic/marker.png) no-repeat;
+ background: url(<%RT->Config->Get('WebPath')%>/NoAuth/images/farbtastic/marker.png) no-repeat;
}
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list