Fixing locations of static resources since we are now using compressor.

This commit is contained in:
Isaac Bythewood
2012-08-02 00:30:28 +00:00
parent 643224d575
commit 0a6b8b77d3
4 changed files with 7 additions and 7 deletions

View File

@@ -1757,7 +1757,7 @@ table .span24 {
*margin-right: .3em; *margin-right: .3em;
line-height: 14px; line-height: 14px;
vertical-align: text-top; vertical-align: text-top;
background-image: url("../img/glyphicons-halflings.png"); background-image: url("/static/vendor/bootstrap/2.0.3/img/glyphicons-halflings.png");
background-position: 14px 14px; background-position: 14px 14px;
background-repeat: no-repeat; background-repeat: no-repeat;
} }
@@ -1768,7 +1768,7 @@ table .span24 {
} }
.icon-white { .icon-white {
background-image: url("../img/glyphicons-halflings-white.png"); background-image: url("/static/vendor/bootstrap/2.0.3/img/glyphicons-halflings-white.png");
} }
.icon-glass { .icon-glass {

File diff suppressed because one or more lines are too long

View File

@@ -72,7 +72,7 @@
} }
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span { #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
background-image: url('fancybox_sprite.png'); background-image: url('/static/vendor/fancybox/2.0.6/fancybox_sprite.png');
} }
#fancybox-loading { #fancybox-loading {
@@ -90,7 +90,7 @@
#fancybox-loading div { #fancybox-loading div {
width: 44px; width: 44px;
height: 44px; height: 44px;
background: url('fancybox_loading.gif') center center no-repeat; background: url('/static/vendor/fancybox/2.0.6/fancybox_loading.gif') center center no-repeat;
} }
.fancybox-close { .fancybox-close {
@@ -109,7 +109,7 @@
width: 40%; width: 40%;
height: 100%; height: 100%;
cursor: pointer; cursor: pointer;
background: transparent url('blank.gif'); /* helps IE */ background: transparent url('/static/vendor/fancybox/2.0.6/blank.gif'); /* helps IE */
-webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-tap-highlight-color: rgba(0,0,0,0);
z-index: 8040; z-index: 8040;
} }
@@ -231,4 +231,4 @@
padding: 10px; padding: 10px;
background: #000; background: #000;
background: rgba(0, 0, 0, .8); background: rgba(0, 0, 0, .8);
} }