svn commit: r1859576 - in /ofbiz/ofbiz-framework/trunk/themes: bluelight/webapp/bluelight/ flatgrey/webapp/flatgrey/ rainbowstone/webapp/rainbowstone/ tomahawk/webapp/tomahawk/css/

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r1859576 - in /ofbiz/ofbiz-framework/trunk/themes: bluelight/webapp/bluelight/ flatgrey/webapp/flatgrey/ rainbowstone/webapp/rainbowstone/ tomahawk/webapp/tomahawk/css/

jleroux@apache.org
Author: jleroux
Date: Mon May 20 18:02:09 2019
New Revision: 1859576

URL: http://svn.apache.org/viewvc?rev=1859576&view=rev
Log:
Fixed: Unknown request [images]; this request does not exist or cannot be
called directly.
(OFBIZ-10895)

This error happens in many occasions.
It shows only in log and have no effect on UI.
It happens in all supported releases.
So it's not very bad since it's has no side effects.

As said Deepak Dixit:
I think we need to fix the image url in css file, it should start with /images,
else browser append this in request info. There is nothing related to java or
tomcat code.

I finally decided to do a whole change, here it is

Modified:
    ofbiz/ofbiz-framework/trunk/themes/bluelight/webapp/bluelight/docbook.css
    ofbiz/ofbiz-framework/trunk/themes/flatgrey/webapp/flatgrey/docbook.css
    ofbiz/ofbiz-framework/trunk/themes/flatgrey/webapp/flatgrey/javascript.css
    ofbiz/ofbiz-framework/trunk/themes/flatgrey/webapp/flatgrey/style.css
    ofbiz/ofbiz-framework/trunk/themes/rainbowstone/webapp/rainbowstone/docbook.css
    ofbiz/ofbiz-framework/trunk/themes/rainbowstone/webapp/rainbowstone/javascript.css
    ofbiz/ofbiz-framework/trunk/themes/rainbowstone/webapp/rainbowstone/style.css
    ofbiz/ofbiz-framework/trunk/themes/tomahawk/webapp/tomahawk/css/docbook.css

Modified: ofbiz/ofbiz-framework/trunk/themes/bluelight/webapp/bluelight/docbook.css
URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/themes/bluelight/webapp/bluelight/docbook.css?rev=1859576&r1=1859575&r2=1859576&view=diff
==============================================================================
--- ofbiz/ofbiz-framework/trunk/themes/bluelight/webapp/bluelight/docbook.css (original)
+++ ofbiz/ofbiz-framework/trunk/themes/bluelight/webapp/bluelight/docbook.css Mon May 20 18:02:09 2019
@@ -198,53 +198,53 @@ html>body p {
 
 /* add an external-link icon to absolute links */
 a[href^="http:"] {
-    background: url(images/remote.gif) right center no-repeat;
+    background: url(/images/remote.gif) right center no-repeat;
     padding-right: 12px;
 }
 
 a[href^="http:"]:hover {
-    background: url(images/remote_a.gif) right center no-repeat;
+    background: url(/images/remote_a.gif) right center no-repeat;
 }
 
 /* add a note icon to footnote links */
 a[href^="#ftn"] {
-    background: url(images/qbullet-note.gif) right center no-repeat;
+    background: url(/images/qbullet-note.gif) right center no-repeat;
     padding-right: 12px;
 }
 
 a[href^="#ftn"]:hover {
-    background: url(images/qbullet-note_a.gif) right center no-repeat;
+    background: url(/images/qbullet-note_a.gif) right center no-repeat;
 }
 
 /* ...and a back icon to the backlinks in the footnotes themselves */
 a[name^="ftn"] {
-    background: url(images/scrollup.gif) right center no-repeat;
+    background: url(/images/scrollup.gif) right center no-repeat;
     padding-right: 12px;
 }
 
 a[name^="ftn"]:hover {
-    background: url(images/scrollup_a.gif) right center no-repeat;
+    background: url(/images/scrollup_a.gif) right center no-repeat;
 }
 
 /* add a download icon to .gz links */
 a[href$=".gz"], a[href$=".tar"], a[href$=".zip"] {
-    background: url(images/disk.gif) right center no-repeat;
+    background: url(/images/disk.gif) right center no-repeat;
     padding-right: 12px;
 }
 
 /* add an acrobat reader icon to pdf links */
 a[href$=".pdf"] {
-    background: url(images/acrobat.gif) right center no-repeat;
+    background: url(/images/acrobat.gif) right center no-repeat;
     padding-right: 12px;
 }
 
 a[href$=".pdf"]:hover {
-    background: url(images/acrobat_a.gif) right center no-repeat;
+    background: url(/images/acrobat_a.gif) right center no-repeat;
 }
 
 /* add a word icon to rtf links */
 a[href$=".rtf"] {
-    background: url(images/word.gif) right center no-repeat;
+    background: url(/images/word.gif) right center no-repeat;
     padding-right: 12px;
 }
 

Modified: ofbiz/ofbiz-framework/trunk/themes/flatgrey/webapp/flatgrey/docbook.css
URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/themes/flatgrey/webapp/flatgrey/docbook.css?rev=1859576&r1=1859575&r2=1859576&view=diff
==============================================================================
--- ofbiz/ofbiz-framework/trunk/themes/flatgrey/webapp/flatgrey/docbook.css (original)
+++ ofbiz/ofbiz-framework/trunk/themes/flatgrey/webapp/flatgrey/docbook.css Mon May 20 18:02:09 2019
@@ -199,53 +199,53 @@ html>body p {
 
 /* add an external-link icon to absolute links */
 a[href^="http:"] {
-    background: url(images/remote.gif) right center no-repeat;
+    background: url(/images/remote.gif) right center no-repeat;
     padding-right: 12px;
 }
 
 a[href^="http:"]:hover {
-    background: url(images/remote_a.gif) right center no-repeat;
+    background: url(/images/remote_a.gif) right center no-repeat;
 }
 
 /* add a note icon to footnote links */
 a[href^="#ftn"] {
-    background: url(images/qbullet-note.gif) right center no-repeat;
+    background: url(/images/qbullet-note.gif) right center no-repeat;
     padding-right: 12px;
 }
 
 a[href^="#ftn"]:hover {
-    background: url(images/qbullet-note_a.gif) right center no-repeat;
+    background: url(/images/qbullet-note_a.gif) right center no-repeat;
 }
 
 /* ...and a back icon to the backlinks in the footnotes themselves */
 a[name^="ftn"] {
-    background: url(images/scrollup.gif) right center no-repeat;
+    background: url(/images/scrollup.gif) right center no-repeat;
     padding-right: 12px;
 }
 
 a[name^="ftn"]:hover {
-    background: url(images/scrollup_a.gif) right center no-repeat;
+    background: url(/images/scrollup_a.gif) right center no-repeat;
 }
 
 /* add a download icon to .gz links */
 a[href$=".gz"], a[href$=".tar"], a[href$=".zip"] {
-    background: url(images/disk.gif) right center no-repeat;
+    background: url(/images/disk.gif) right center no-repeat;
     padding-right: 12px;
 }
 
 /* add an acrobat reader icon to pdf links */
 a[href$=".pdf"] {
-    background: url(images/acrobat.gif) right center no-repeat;
+    background: url(/images/acrobat.gif) right center no-repeat;
     padding-right: 12px;
 }
 
 a[href$=".pdf"]:hover {
-    background: url(images/acrobat_a.gif) right center no-repeat;
+    background: url(/images/acrobat_a.gif) right center no-repeat;
 }
 
 /* add a word icon to rtf links */
 a[href$=".rtf"] {
-    background: url(images/word.gif) right center no-repeat;
+    background: url(/images/word.gif) right center no-repeat;
     padding-right: 12px;
 }
 

Modified: ofbiz/ofbiz-framework/trunk/themes/flatgrey/webapp/flatgrey/javascript.css
URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/themes/flatgrey/webapp/flatgrey/javascript.css?rev=1859576&r1=1859575&r2=1859576&view=diff
==============================================================================
--- ofbiz/ofbiz-framework/trunk/themes/flatgrey/webapp/flatgrey/javascript.css (original)
+++ ofbiz/ofbiz-framework/trunk/themes/flatgrey/webapp/flatgrey/javascript.css Mon May 20 18:02:09 2019
@@ -30,7 +30,7 @@
     height: 45px;
     width: 45px;
     background-repeat: no-repeat;
-    background-image: url(images/spinner.gif);
+    background-image: url(/images/spinner.gif);
 }
 
 .wait-spinner div {
@@ -71,7 +71,7 @@ div.autocomplete ul li {
 }
 
 .indicator img {
-    background: url(images/ajax-loader.gif) no-repeat 0 0;
+    background: url(/images/ajax-loader.gif) no-repeat 0 0;
     display: block;
     margin: 3px 10px 0px 24px;
     width: 16px;
@@ -999,7 +999,7 @@ body .ui-tooltip {
 
 .ui-widget-content {
     border: 1px solid #ccc;
-    background: #fcfdfd url(images/ui-bg_inset-hard_100_fcfdfd_1x100.png) 50% bottom repeat-x;
+    background: #fcfdfd url(/images/ui-bg_inset-hard_100_fcfdfd_1x100.png) 50% bottom repeat-x;
     color: #222222;
 }
 
@@ -1009,7 +1009,7 @@ body .ui-tooltip {
 
 .ui-widget-header {
     border: 1px solid #5d819d;
-    background: #5d819d url(images/main-nav.gif) top left repeat-x;
+    background: #5d819d url(/images/main-nav.gif) top left repeat-x;
     color: #ffffff;
     font-weight: bold;
 }
@@ -1022,7 +1022,7 @@ body .ui-tooltip {
 ----------------------------------*/
 .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
     border: 1px solid #c5dbec;
-    background: #dfeffc url(images/ui-bg_glass_85_dfeffc_1x400.png) 50% 50% repeat-x;
+    background: #dfeffc url(/images/ui-bg_glass_85_dfeffc_1x400.png) 50% 50% repeat-x;
     font-weight: bold;
     color: #2e6e9e;
 }
@@ -1034,7 +1034,7 @@ body .ui-tooltip {
 
 .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
     border: 1px solid #79b7e7;
-    background: #d0e5f5 url(images/ui-bg_glass_75_d0e5f5_1x400.png) 50% 50% repeat-x;
+    background: #d0e5f5 url(/images/ui-bg_glass_75_d0e5f5_1x400.png) 50% 50% repeat-x;
     font-weight: bold;
     color: #1d5987;
 }
@@ -1046,7 +1046,7 @@ body .ui-tooltip {
 
 .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
     border: 1px solid #79b7e7;
-    background: #f5f8f9 url(images/ui-bg_inset-hard_100_f5f8f9_1x100.png) 50% 50% repeat-x;
+    background: #f5f8f9 url(/images/ui-bg_inset-hard_100_f5f8f9_1x100.png) 50% 50% repeat-x;
     font-weight: bold;
     color: #e17009;
 }
@@ -1060,7 +1060,7 @@ body .ui-tooltip {
 ----------------------------------*/
 .ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
     border: 1px solid #fad42e;
-    background: #fbec88 url(images/ui-bg_flat_55_fbec88_40x100.png) 50% 50% repeat-x;
+    background: #fbec88 url(/images/ui-bg_flat_55_fbec88_40x100.png) 50% 50% repeat-x;
     color: #363636;
 }
 
@@ -1070,7 +1070,7 @@ body .ui-tooltip {
 
 .ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
     border: 1px solid #cd0a0a;
-    background: #fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;
+    background: #fef1ec url(/images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;
     color: #cd0a0a;
 }
 
@@ -1105,35 +1105,35 @@ body .ui-tooltip {
 .ui-icon {
     width: 16px;
     height: 16px;
-    background-image: url(images/ui-icons_469bdd_256x240.png);
+    background-image: url(/images/ui-icons_469bdd_256x240.png);
 }
 
 .ui-widget-content .ui-icon {
-    background-image: url(images/ui-icons_469bdd_256x240.png);
+    background-image: url(/images/ui-icons_469bdd_256x240.png);
 }
 
 .ui-widget-header .ui-icon {
-    background-image: url(images/ui-icons_d8e7f3_256x240.png);
+    background-image: url(/images/ui-icons_d8e7f3_256x240.png);
 }
 
 .ui-state-default .ui-icon {
-    background-image: url(images/ui-icons_6da8d5_256x240.png);
+    background-image: url(/images/ui-icons_6da8d5_256x240.png);
 }
 
 .ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
-    background-image: url(images/ui-icons_217bc0_256x240.png);
+    background-image: url(/images/ui-icons_217bc0_256x240.png);
 }
 
 .ui-state-active .ui-icon {
-    background-image: url(images/ui-icons_f9bd01_256x240.png);
+    background-image: url(/images/ui-icons_f9bd01_256x240.png);
 }
 
 .ui-state-highlight .ui-icon {
-    background-image: url(images/ui-icons_2e83ff_256x240.png);
+    background-image: url(/images/ui-icons_2e83ff_256x240.png);
 }
 
 .ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
-    background-image: url(images/ui-icons_cd0a0a_256x240.png);
+    background-image: url(/images/ui-icons_cd0a0a_256x240.png);
 }
 
 /* positioning */
@@ -1868,7 +1868,7 @@ body .ui-tooltip {
 
 /* Overlays */
 .ui-widget-overlay {
-    background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
+    background: #aaaaaa url(/images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
     opacity: .3;
     filter: Alpha(Opacity=30);
 }
@@ -1876,7 +1876,7 @@ body .ui-tooltip {
 .ui-widget-shadow {
     margin: -8px 0 0 -8px;
     padding: 8px;
-    background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
+    background: #aaaaaa url(/images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
     opacity: .3;
     filter: Alpha(Opacity=30);
     -moz-border-radius: 8px;

Modified: ofbiz/ofbiz-framework/trunk/themes/flatgrey/webapp/flatgrey/style.css
URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/themes/flatgrey/webapp/flatgrey/style.css?rev=1859576&r1=1859575&r2=1859576&view=diff
==============================================================================
--- ofbiz/ofbiz-framework/trunk/themes/flatgrey/webapp/flatgrey/style.css (original)
+++ ofbiz/ofbiz-framework/trunk/themes/flatgrey/webapp/flatgrey/style.css Mon May 20 18:02:09 2019
@@ -254,7 +254,7 @@ th, th a {
 /* ------------------------ */
 
 #masthead {
-    background: #47637c url(images/masthead.gif) top left repeat-x;
+    background: #47637c url(/images/masthead.gif) top left repeat-x;
     color: #ccc;
     font-size: 1em;
     font-weight: normal;
@@ -364,7 +364,7 @@ th, th a {
 
 #main-navigation {
     clear: both;
-    background: #436783 url(images/main-nav.gif) top left repeat-x;
+    background: #436783 url(/images/main-nav.gif) top left repeat-x;
     color: #fff;
     font-size: 1em;
     height: 5.2em;
@@ -420,7 +420,7 @@ th, th a {
 /* -------------------------------------- */
 
 #app-navigation {
-    background: url(images/gray-texture.jpg) top left;
+    background: url(/images/gray-texture.jpg) top left;
     border-top: 0.1em solid #3E5A71;
     border-bottom: 0.1em solid #fff;
     height: 1%; /* IE fix */
@@ -547,7 +547,7 @@ th, th a {
 /* ----------------------------------- */
 
 .screenlet-title-bar {
-    background: url(images/bhead.gif) top left repeat-x;
+    background: url(/images/bhead.gif) top left repeat-x;
     color: #ffffff;
     height: 1%; /* IE fix */
     min-height: 1.5em;
@@ -909,7 +909,7 @@ form .basic-table,
     -moz-border-radius: 1em;
     -webkit-border-radius: 1em;
     border-radius: 1em;
-    background: #ddd url(images/button.png) repeat-x;
+    background: #ddd url(/images/button.png) repeat-x;
     background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(1, #ddd));
     background: -moz-linear-gradient(top center, #fff 0%, #ddd 100%);
     border: 0.1em solid;
@@ -1493,7 +1493,7 @@ input[type="button"] {
     -moz-border-radius: 1.1em;
     -webkit-border-radius: 1.1em;
     border-radius: 1.1em;
-    background: #ddd url(images/button.png) repeat-x;
+    background: #ddd url(/images/button.png) repeat-x;
     background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(1, #ddd));
     background: -moz-linear-gradient(top center, #fff 0%, #ddd 100%);
     border: 0.1em solid;
@@ -1607,7 +1607,7 @@ textarea:active {
 
 .is_webkit select {
     /* Tweaks for Safari + Chrome. */
-    background-image: url(images/select_arrow.gif);
+    background-image: url(/images/select_arrow.gif);
     background-repeat: no-repeat;
     background-position: right center;
     padding-right: 20px;
@@ -1641,7 +1641,7 @@ optgroup {
 
 .ie6_button,
 * html button {
-    background: #ddd url(images/button.png) repeat-x;
+    background: #ddd url(/images/button.png) repeat-x;
     border: 0.1em solid;
     border-color: #ddd #bbb #999;
     cursor: pointer;

Modified: ofbiz/ofbiz-framework/trunk/themes/rainbowstone/webapp/rainbowstone/docbook.css
URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/themes/rainbowstone/webapp/rainbowstone/docbook.css?rev=1859576&r1=1859575&r2=1859576&view=diff
==============================================================================
--- ofbiz/ofbiz-framework/trunk/themes/rainbowstone/webapp/rainbowstone/docbook.css (original)
+++ ofbiz/ofbiz-framework/trunk/themes/rainbowstone/webapp/rainbowstone/docbook.css Mon May 20 18:02:09 2019
@@ -198,53 +198,53 @@ html>body p {
 
 /* add an external-link icon to absolute links */
 a[href^="http:"] {
-    background: url(images/remote.gif) right center no-repeat;
+    background: url(/images/remote.gif) right center no-repeat;
     padding-right: 12px;
 }
 
 a[href^="http:"]:hover {
-    background: url(images/remote_a.gif) right center no-repeat;
+    background: url(/images/remote_a.gif) right center no-repeat;
 }
 
 /* add a note icon to footnote links */
 a[href^="#ftn"] {
-    background: url(images/qbullet-note.gif) right center no-repeat;
+    background: url(/images/qbullet-note.gif) right center no-repeat;
     padding-right: 12px;
 }
 
 a[href^="#ftn"]:hover {
-    background: url(images/qbullet-note_a.gif) right center no-repeat;
+    background: url(/images/qbullet-note_a.gif) right center no-repeat;
 }
 
 /* ...and a back icon to the backlinks in the footnotes themselves */
 a[name^="ftn"] {
-    background: url(images/scrollup.gif) right center no-repeat;
+    background: url(/images/scrollup.gif) right center no-repeat;
     padding-right: 12px;
 }
 
 a[name^="ftn"]:hover {
-    background: url(images/scrollup_a.gif) right center no-repeat;
+    background: url(/images/scrollup_a.gif) right center no-repeat;
 }
 
 /* add a download icon to .gz links */
 a[href$=".gz"], a[href$=".tar"], a[href$=".zip"] {
-    background: url(images/disk.gif) right center no-repeat;
+    background: url(/images/disk.gif) right center no-repeat;
     padding-right: 12px;
 }
 
 /* add an acrobat reader icon to pdf links */
 a[href$=".pdf"] {
-    background: url(images/acrobat.gif) right center no-repeat;
+    background: url(/images/acrobat.gif) right center no-repeat;
     padding-right: 12px;
 }
 
 a[href$=".pdf"]:hover {
-    background: url(images/acrobat_a.gif) right center no-repeat;
+    background: url(/images/acrobat_a.gif) right center no-repeat;
 }
 
 /* add a word icon to rtf links */
 a[href$=".rtf"] {
-    background: url(images/word.gif) right center no-repeat;
+    background: url(/images/word.gif) right center no-repeat;
     padding-right: 12px;
 }
 

Modified: ofbiz/ofbiz-framework/trunk/themes/rainbowstone/webapp/rainbowstone/javascript.css
URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/themes/rainbowstone/webapp/rainbowstone/javascript.css?rev=1859576&r1=1859575&r2=1859576&view=diff
==============================================================================
--- ofbiz/ofbiz-framework/trunk/themes/rainbowstone/webapp/rainbowstone/javascript.css (original)
+++ ofbiz/ofbiz-framework/trunk/themes/rainbowstone/webapp/rainbowstone/javascript.css Mon May 20 18:02:09 2019
@@ -30,7 +30,7 @@
     height: 45px;
     width: 45px;
     background-repeat: no-repeat;
-    background-image: url(images/spinner.gif);
+    background-image: url(/images/spinner.gif);
 }
 
 .wait-spinner div {
@@ -71,7 +71,7 @@ div.autocomplete ul li {
 }
 
 .indicator img {
-    background: url(images/ajax-loader.gif) no-repeat 0 0;
+    background: url(/images/ajax-loader.gif) no-repeat 0 0;
     display: block;
     margin: 3px 10px 0px 24px;
     width: 16px;
@@ -1000,7 +1000,7 @@ body .ui-tooltip {
 
 .ui-widget-content {
     border: 1px solid #ccc;
-    background: #fcfdfd url(images/ui-bg_inset-hard_100_fcfdfd_1x100.png) 50% bottom repeat-x;
+    background: #fcfdfd url(/images/ui-bg_inset-hard_100_fcfdfd_1x100.png) 50% bottom repeat-x;
     color: #222222;
 }
 
@@ -1010,7 +1010,7 @@ body .ui-tooltip {
 
 .ui-widget-header {
     border: 1px solid #5d819d;
-    background: #5d819d url(images/main-nav.gif) top left repeat-x;
+    background: #5d819d url(/images/main-nav.gif) top left repeat-x;
     color: #ffffff;
     font-weight: bold;
 }
@@ -1023,7 +1023,7 @@ body .ui-tooltip {
 ----------------------------------*/
 .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
     border: 1px solid #c5dbec;
-    background: #dfeffc url(images/ui-bg_glass_85_dfeffc_1x400.png) 50% 50% repeat-x;
+    background: #dfeffc url(/images/ui-bg_glass_85_dfeffc_1x400.png) 50% 50% repeat-x;
     font-weight: bold;
     color: #2e6e9e;
 }
@@ -1035,7 +1035,7 @@ body .ui-tooltip {
 
 .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
     border: 1px solid #79b7e7;
-    background: #d0e5f5 url(images/ui-bg_glass_75_d0e5f5_1x400.png) 50% 50% repeat-x;
+    background: #d0e5f5 url(/images/ui-bg_glass_75_d0e5f5_1x400.png) 50% 50% repeat-x;
     font-weight: bold;
     color: #1d5987;
 }
@@ -1047,7 +1047,7 @@ body .ui-tooltip {
 
 .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
     border: 1px solid #79b7e7;
-    background: #f5f8f9 url(images/ui-bg_inset-hard_100_f5f8f9_1x100.png) 50% 50% repeat-x;
+    background: #f5f8f9 url(/images/ui-bg_inset-hard_100_f5f8f9_1x100.png) 50% 50% repeat-x;
     font-weight: bold;
     color: #e17009;
 }
@@ -1061,7 +1061,7 @@ body .ui-tooltip {
 ----------------------------------*/
 .ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
     border: 1px solid #fad42e;
-    background: #fbec88 url(images/ui-bg_flat_55_fbec88_40x100.png) 50% 50% repeat-x;
+    background: #fbec88 url(/images/ui-bg_flat_55_fbec88_40x100.png) 50% 50% repeat-x;
     color: #363636;
 }
 
@@ -1071,7 +1071,7 @@ body .ui-tooltip {
 
 .ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
     border: 1px solid #cd0a0a;
-    background: #fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;
+    background: #fef1ec url(/images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;
     color: #cd0a0a;
 }
 
@@ -1106,35 +1106,35 @@ body .ui-tooltip {
 .ui-icon {
     width: 16px;
     height: 16px;
-    background-image: url(images/ui-icons_469bdd_256x240.png);
+    background-image: url(/images/ui-icons_469bdd_256x240.png);
 }
 
 .ui-widget-content .ui-icon {
-    background-image: url(images/ui-icons_469bdd_256x240.png);
+    background-image: url(/images/ui-icons_469bdd_256x240.png);
 }
 
 .ui-widget-header .ui-icon {
-    background-image: url(images/ui-icons_d8e7f3_256x240.png);
+    background-image: url(/images/ui-icons_d8e7f3_256x240.png);
 }
 
 .ui-state-default .ui-icon {
-    background-image: url(images/ui-icons_6da8d5_256x240.png);
+    background-image: url(/images/ui-icons_6da8d5_256x240.png);
 }
 
 .ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
-    background-image: url(images/ui-icons_217bc0_256x240.png);
+    background-image: url(/images/ui-icons_217bc0_256x240.png);
 }
 
 .ui-state-active .ui-icon {
-    background-image: url(images/ui-icons_f9bd01_256x240.png);
+    background-image: url(/images/ui-icons_f9bd01_256x240.png);
 }
 
 .ui-state-highlight .ui-icon {
-    background-image: url(images/ui-icons_2e83ff_256x240.png);
+    background-image: url(/images/ui-icons_2e83ff_256x240.png);
 }
 
 .ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
-    background-image: url(images/ui-icons_cd0a0a_256x240.png);
+    background-image: url(/images/ui-icons_cd0a0a_256x240.png);
 }
 
 /* positioning */
@@ -1869,7 +1869,7 @@ body .ui-tooltip {
 
 /* Overlays */
 .ui-widget-overlay {
-    background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
+    background: #aaaaaa url(/images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
     opacity: .3;
     filter: Alpha(Opacity=30);
 }
@@ -1877,7 +1877,7 @@ body .ui-tooltip {
 .ui-widget-shadow {
     margin: -8px 0 0 -8px;
     padding: 8px;
-    background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
+    background: #aaaaaa url(/images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
     opacity: .3;
     filter: Alpha(Opacity=30);
     -moz-border-radius: 8px;

Modified: ofbiz/ofbiz-framework/trunk/themes/rainbowstone/webapp/rainbowstone/style.css
URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/themes/rainbowstone/webapp/rainbowstone/style.css?rev=1859576&r1=1859575&r2=1859576&view=diff
==============================================================================
--- ofbiz/ofbiz-framework/trunk/themes/rainbowstone/webapp/rainbowstone/style.css (original)
+++ ofbiz/ofbiz-framework/trunk/themes/rainbowstone/webapp/rainbowstone/style.css Mon May 20 18:02:09 2019
@@ -253,7 +253,7 @@ th, th a {
 /* ------------------------ */
 
 #masthead {
-    background: #47637c url(images/masthead.gif) top left repeat-x;
+    background: #47637c url(/images/masthead.gif) top left repeat-x;
     color: #ccc;
     font-size: 1em;
     font-weight: normal;
@@ -305,7 +305,7 @@ th, th a {
 
 #main-navigation {
     clear: both;
-    background: #436783 url(images/main-nav.gif) top left repeat-x;
+    background: #436783 url(/images/main-nav.gif) top left repeat-x;
     color: #fff;
     font-size: 1em;
     height: 5.2em;
@@ -362,7 +362,7 @@ th, th a {
 
 /*
 #app-navigation {
-background: url(images/gray-texture.jpg) top left;
+background: url(/images/gray-texture.jpg) top left;
 border-top: 0.1em solid #3E5A71;
 border-bottom: 0.1em solid #fff;
 height: 1%; /!* IE fix *!/
@@ -1215,7 +1215,7 @@ textarea:active {
 
 .is_webkit select {
     /* Tweaks for Safari + Chrome. */
-    background-image: url(images/select_arrow.gif);
+    background-image: url(/images/select_arrow.gif);
     background-repeat: no-repeat;
     background-position: right center;
     padding-right: 20px;
@@ -1249,7 +1249,7 @@ optgroup {
 
 .ie6_button,
 * html button {
-    background: #ddd url(images/button.png) repeat-x;
+    background: #ddd url(/images/button.png) repeat-x;
     border: 0.1em solid;
     border-color: #ddd #bbb #999;
     cursor: pointer;
@@ -1777,7 +1777,7 @@ html > /**/ body .jstree-default a {
 
 /*begin addon modification generic-portelet*/
 .screenlet-title-bar-pager {
-    background: url(images/bhead.gif) top left repeat-x;
+    background: url(/images/bhead.gif) top left repeat-x;
     color: #ffffff;
     height: 1%; /* IE fix */
     min-height: 1.5em;

Modified: ofbiz/ofbiz-framework/trunk/themes/tomahawk/webapp/tomahawk/css/docbook.css
URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/themes/tomahawk/webapp/tomahawk/css/docbook.css?rev=1859576&r1=1859575&r2=1859576&view=diff
==============================================================================
--- ofbiz/ofbiz-framework/trunk/themes/tomahawk/webapp/tomahawk/css/docbook.css (original)
+++ ofbiz/ofbiz-framework/trunk/themes/tomahawk/webapp/tomahawk/css/docbook.css Mon May 20 18:02:09 2019
@@ -199,53 +199,53 @@ html>body p {
 
 /* add an external-link icon to absolute links */
 a[href^="http:"] {
-    background: url(images/remote.gif) right center no-repeat;
+    background: url(/images/remote.gif) right center no-repeat;
     padding-right: 12px;
 }
 
 a[href^="http:"]:hover {
-    background: url(images/remote_a.gif) right center no-repeat;
+    background: url(/images/remote_a.gif) right center no-repeat;
 }
 
 /* add a note icon to footnote links */
 a[href^="#ftn"] {
-    background: url(images/qbullet-note.gif) right center no-repeat;
+    background: url(/images/qbullet-note.gif) right center no-repeat;
     padding-right: 12px;
 }
 
 a[href^="#ftn"]:hover {
-    background: url(images/qbullet-note_a.gif) right center no-repeat;
+    background: url(/images/qbullet-note_a.gif) right center no-repeat;
 }
 
 /* ...and a back icon to the backlinks in the footnotes themselves */
 a[name^="ftn"] {
-    background: url(images/scrollup.gif) right center no-repeat;
+    background: url(/images/scrollup.gif) right center no-repeat;
     padding-right: 12px;
 }
 
 a[name^="ftn"]:hover {
-    background: url(images/scrollup_a.gif) right center no-repeat;
+    background: url(/images/scrollup_a.gif) right center no-repeat;
 }
 
 /* add a download icon to .gz links */
 a[href$=".gz"], a[href$=".tar"], a[href$=".zip"] {
-    background: url(images/disk.gif) right center no-repeat;
+    background: url(/images/disk.gif) right center no-repeat;
     padding-right: 12px;
 }
 
 /* add an acrobat reader icon to pdf links */
 a[href$=".pdf"] {
-    background: url(images/acrobat.gif) right center no-repeat;
+    background: url(/images/acrobat.gif) right center no-repeat;
     padding-right: 12px;
 }
 
 a[href$=".pdf"]:hover {
-    background: url(images/acrobat_a.gif) right center no-repeat;
+    background: url(/images/acrobat_a.gif) right center no-repeat;
 }
 
 /* add a word icon to rtf links */
 a[href$=".rtf"] {
-    background: url(images/word.gif) right center no-repeat;
+    background: url(/images/word.gif) right center no-repeat;
     padding-right: 12px;
 }