aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Legler <alex@a3li.li>2011-08-20 11:37:20 +0200
committerAlex Legler <alex@a3li.li>2011-08-20 11:37:20 +0200
commita19db2eabc9f7f58595fae500004a11afbac7c50 (patch)
tree90752025b6e1f02a337f1e9518585169fddcee05
parentUpdate application template once more (diff)
downloadglsamaker-a19db2eabc9f7f58595fae500004a11afbac7c50.tar.gz
glsamaker-a19db2eabc9f7f58595fae500004a11afbac7c50.tar.bz2
glsamaker-a19db2eabc9f7f58595fae500004a11afbac7c50.zip
Fix modalbox spinner path
-rw-r--r--app/assets/stylesheets/modalbox.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/modalbox.css b/app/assets/stylesheets/modalbox.css
index 4569d32..0a2cbf4 100644
--- a/app/assets/stylesheets/modalbox.css
+++ b/app/assets/stylesheets/modalbox.css
@@ -79,7 +79,7 @@
#MB_loading {
padding: 1.5em;
text-indent: -10000px;
- background: transparent url(../images/spinner.gif) 50% 0 no-repeat;
+ background: transparent url(../assets/spinner.gif) 50% 0 no-repeat;
}
/* Color scheme */