[Rt-commit] rt branch, squish-refactor, updated. rt-3.9.7-901-g2142df6

Thomas Sibley trs at bestpractical.com
Mon Dec 27 12:50:15 EST 2010


The branch, squish-refactor has been updated
       via  2142df6a23f70399cd5014cc5ed1aa80f3c310ef (commit)
      from  46976ee7551191c9888e7e3d99860c11156d680c (commit)

Summary of changes:
 share/html/NoAuth/css/aileron/msie6.css  |    2 +-
 share/html/NoAuth/css/aileron/nav.css    |    2 +-
 share/html/NoAuth/css/base/superfish.css |    4 ++--
 share/html/NoAuth/css/web2/msie6.css     |    4 ++--
 share/html/NoAuth/css/web2/nav.css       |    4 ++--
 5 files changed, 8 insertions(+), 8 deletions(-)

- Log -----------------------------------------------------------------
commit 2142df6a23f70399cd5014cc5ed1aa80f3c310ef
Author: Thomas Sibley <trs at bestpractical.com>
Date:   Mon Dec 27 12:49:57 2010 -0500

    Fix the newly anchored CSS resource URLs

diff --git a/share/html/NoAuth/css/aileron/msie6.css b/share/html/NoAuth/css/aileron/msie6.css
index 82fbd33..eeb1bdc 100644
--- a/share/html/NoAuth/css/aileron/msie6.css
+++ b/share/html/NoAuth/css/aileron/msie6.css
@@ -79,7 +79,7 @@ div#body {
 
 
 .sf-sub-indicator {
-	background:		url(<%RT->Config->Get('WebPath')%>/images/arrows-ffffff.gif) no-repeat -10px -100px;
+	background:		url(<%RT->Config->Get('WebPath')%>/NoAuth/css/images/arrows-ffffff.gif) no-repeat -10px -100px;
 }
 
 #page-navigation ul {
diff --git a/share/html/NoAuth/css/aileron/nav.css b/share/html/NoAuth/css/aileron/nav.css
index 70f23b3..ccf5642 100644
--- a/share/html/NoAuth/css/aileron/nav.css
+++ b/share/html/NoAuth/css/aileron/nav.css
@@ -58,7 +58,7 @@
 }
 
 .sf-sub-indicator {
-    background-image: url(<%RT->Config->Get('WebPath')%>/images/arrows-grey.png);
+    background-image: url(<%RT->Config->Get('WebPath')%>/NoAuth/css/images/arrows-grey.png);
 }
 
 .sf-menu li li .sf-sub-indicator {
diff --git a/share/html/NoAuth/css/base/superfish.css b/share/html/NoAuth/css/base/superfish.css
index 108cf98..31198e4 100644
--- a/share/html/NoAuth/css/base/superfish.css
+++ b/share/html/NoAuth/css/base/superfish.css
@@ -95,7 +95,7 @@ ul.sf-menu li li li.sfHover ul {
 	height:			10px;
 	text-indent: 	-999em;
 	overflow:		hidden;
-	background:		url(<%RT->Config->Get('WebPath')%>/images/arrows-ffffff.png) no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
+	background:		url(<%RT->Config->Get('WebPath')%>/NoAuth/css/images/arrows-ffffff.png) no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
 }
 a > .sf-sub-indicator {  /* give all except IE6 the correct values */
 	top:			.8em;
@@ -124,7 +124,7 @@ li.sfHover > a > .sf-sub-indicator {
 
 /*** shadows for all but IE6 ***/
 .sf-shadow ul {
-	background:	url(<%RT->Config->Get('WebPath')%>/images/shadow.png) no-repeat bottom right;
+	background:	url(<%RT->Config->Get('WebPath')%>/NoAuth/css/images/shadow.png) no-repeat bottom right;
 	padding: 0 8px 9px 0;
 	-moz-border-radius-bottomleft: 17px;
 	-moz-border-radius-topright: 17px;
diff --git a/share/html/NoAuth/css/web2/msie6.css b/share/html/NoAuth/css/web2/msie6.css
index 41deddc..0bf105a 100644
--- a/share/html/NoAuth/css/web2/msie6.css
+++ b/share/html/NoAuth/css/web2/msie6.css
@@ -87,10 +87,10 @@ div#page-navigation {
 }
 
 #prefs-menu .sf-sub-indicator {
-    background-image: url(<%RT->Config->Get('WebPath')%>/images/arrows-grey.gif);
+    background-image: url(<%RT->Config->Get('WebPath')%>/NoAuth/css/images/arrows-grey.gif);
 }
 
 #app-nav .sf-sub-indicator {
-    background-image: url(<%RT->Config->Get('WebPath')%>/images/arrows-grey.gif);
+    background-image: url(<%RT->Config->Get('WebPath')%>/NoAuth/css/images/arrows-grey.gif);
 }
 
diff --git a/share/html/NoAuth/css/web2/nav.css b/share/html/NoAuth/css/web2/nav.css
index d1cfcc7..992efef 100644
--- a/share/html/NoAuth/css/web2/nav.css
+++ b/share/html/NoAuth/css/web2/nav.css
@@ -65,7 +65,7 @@
 }
 
 #app-nav .sf-sub-indicator {
-    background-image: url(<%RT->Config->Get('WebPath')%>/images/arrows-grey.png);
+    background-image: url(<%RT->Config->Get('WebPath')%>/NoAuth/css/images/arrows-grey.png);
     margin-top: -3px;
 }
 
@@ -99,7 +99,7 @@
 }
 
 #prefs-menu .sf-sub-indicator {
-    background-image: url(<%RT->Config->Get('WebPath')%>/images/arrows-grey.png);
+    background-image: url(<%RT->Config->Get('WebPath')%>/NoAuth/css/images/arrows-grey.png);
 }
 
 #main-navigation ul li {

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


More information about the Rt-commit mailing list