From 105ffbd1b5e81c8a27994d5f581eb41b6ed8b952 Mon Sep 17 00:00:00 2001 From: Endi Sukma Dewata Date: Thu, 8 Nov 2012 16:48:14 -0500 Subject: Reorganized ESC images. The ESC images have been moved from tps-ui into common-ui. The pkicreate has been updated to deploy the ESC images from common-ui into /pki/esc. The paths in templates and CSS file have been modified to point to the new location. Ticket #328 --- dogtag/tps-ui/shared/docroot/esc/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dogtag/tps-ui/shared/docroot/esc/style.css') diff --git a/dogtag/tps-ui/shared/docroot/esc/style.css b/dogtag/tps-ui/shared/docroot/esc/style.css index 83098a440..90a1358df 100755 --- a/dogtag/tps-ui/shared/docroot/esc/style.css +++ b/dogtag/tps-ui/shared/docroot/esc/style.css @@ -18,7 +18,7 @@ */ body { -background: #ffffff url(../images/bg.jpg) repeat-x; +background: #ffffff url(/pki/esc/images/bg.jpg) repeat-x; font-family: arial; font-size: 7p -- cgit