diff --git a/static/css/pad_lite.css b/static/css/pad_lite.css index d42343a7d..c22d7b174 100644 --- a/static/css/pad_lite.css +++ b/static/css/pad_lite.css @@ -430,7 +430,7 @@ a#hidetopmsg { position: absolute; right: 5px; bottom: 5px; } #myswatch { width: 100%; height: 100%; background: transparent;/*...initially*/ } #mycolorpicker { - background: url(static/img/colorpicker.gif) no-repeat left top; + background: url(../img/colorpicker.gif) no-repeat left top; width: 232px; height: 140px; position: absolute; left: -240px; top: 0px; z-index: 101; diff --git a/static/img/feedbackbox2.gif b/static/img/feedbackbox2.gif deleted file mode 100644 index f1b8f5b79..000000000 Binary files a/static/img/feedbackbox2.gif and /dev/null differ diff --git a/static/img/sharebox4.gif b/static/img/sharebox4.gif deleted file mode 100644 index eccaa7ef0..000000000 Binary files a/static/img/sharebox4.gif and /dev/null differ diff --git a/static/img/sharedistri.gif b/static/img/sharedistri.gif deleted file mode 100644 index 8eb589122..000000000 Binary files a/static/img/sharedistri.gif and /dev/null differ diff --git a/static/js/pad2.js b/static/js/pad2.js index 236b3d132..9b82e871a 100644 --- a/static/js/pad2.js +++ b/static/js/pad2.js @@ -529,10 +529,7 @@ var pad = { }, preloadImages: function() { var images = [ - 'static/img/feedbackbox2.gif', - 'static/img/sharebox4.gif', - 'static/img/sharedistri.gif', - 'static/img/colorpicker.gif', + '../static/img/colorpicker.gif' ]; function loadNextImage() { if (images.length == 0) {