From: William Rockwood Date: Mon, 23 Jul 2012 23:44:58 +0000 (-0400) Subject: make nonlocal images local X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=9595dad76ce02d541ba5571b527a5602c282500d;p=evergreen%2Ftadl.git make nonlocal images local - Copied png files from www.tadl.org to images directory - modified tadl.css to reflect local rather than remote https urls Signed-off-by: William Rockwood --- diff --git a/css/tadl.css b/css/tadl.css index 5a9fdeeb08..2ba7888e49 100644 --- a/css/tadl.css +++ b/css/tadl.css @@ -3,7 +3,7 @@ body { margin:0; font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif; font-size: 12px; - background: #f0f2f5 url(https://www.tadl.org/sites/all/themes/converge/images/header-top-shadow-bg.png) left top repeat-x; + background: #f0f2f5 url(/images/tadl/header-top-shadow-bg.png) left top repeat-x; } img { @@ -171,7 +171,7 @@ span.dash_divider { padding: 22px 10px 0 10px; margin-left: 0; font-size:11px; - background: #f0f2f5 url(https://www.tadl.org/sites/all/themes/converge/images/header-top-shadow-bg.png) left top repeat-x; + background: #f0f2f5 url(/images/tadl/header-top-shadow-bg.png) left top repeat-x; } #header a { @@ -750,7 +750,7 @@ div.format_icon { height:28px; margin:0; padding:0; - background:#fff url(https://www.tadl.org/sites/all/themes/converge/images/input-bg.png) left top repeat-x; + background:#fff url(/images/tadl/input-bg.png) left top repeat-x; border:1px solid #cdcdcd; color:#333333; font-size: 15px; @@ -1215,7 +1215,7 @@ div.facet_sidebar { } #footer-wrap { - background:url(https://www.tadl.org/sites/all/themes/converge/images/footer-glow-bg.png); + background:url(/images/tadl/footer-glow-bg.png); background-color: #000000; } diff --git a/images/footer-glow-bg.png b/images/footer-glow-bg.png new file mode 100644 index 0000000000..3b2e3f70b2 Binary files /dev/null and b/images/footer-glow-bg.png differ diff --git a/images/header-top-shadow-bg.png b/images/header-top-shadow-bg.png new file mode 100644 index 0000000000..7af57c39b8 Binary files /dev/null and b/images/header-top-shadow-bg.png differ diff --git a/images/input-bg.png b/images/input-bg.png new file mode 100644 index 0000000000..d11b6beba6 Binary files /dev/null and b/images/input-bg.png differ