mirror of
https://github.com/pinry/pinry.git
synced 2025-11-14 09:05:41 +01:00
Fixing locations of static resources since we are now using compressor.
This commit is contained in:
@@ -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
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user