alula-plugins 0.4.26 → 0.4.27
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -770,7 +770,7 @@
|
|
770
770
|
}
|
771
771
|
|
772
772
|
@media all and (min-height: 350px) {
|
773
|
-
.fr-thumbnail-loading-background { background-image: url('<%= asset_url("
|
773
|
+
.fr-thumbnail-loading-background { background-image: url('<%= asset_url("skins/loading-medium.gif") %>'); }
|
774
774
|
}
|
775
775
|
|
776
776
|
@media all and (min-height: 500px) {
|
@@ -789,7 +789,7 @@
|
|
789
789
|
.fr-thumbnails-side { margin: 0 10px; }
|
790
790
|
.fr-thumbnails-side-previous { margin-left: 20px; }
|
791
791
|
.fr-thumbnails-side-next { margin-right: 20px; }
|
792
|
-
.fr-thumbnail-loading-background { background-image: url('<%= asset_url("
|
792
|
+
.fr-thumbnail-loading-background { background-image: url('<%= asset_url("skins/loading.gif") %>'); }
|
793
793
|
}
|
794
794
|
|
795
795
|
/* IE specific resets */
|
@@ -806,7 +806,7 @@
|
|
806
806
|
.fr-window-fresco .fr-side-button-icon,
|
807
807
|
.fr-window-fresco .fr-close-icon,
|
808
808
|
.fr-window-fresco .fr-thumbnails-side-button-icon {
|
809
|
-
background-image: url('<%= asset_url("
|
809
|
+
background-image: url('<%= asset_url("skins/fresco/sprite.png") %>');
|
810
810
|
}
|
811
811
|
/* High-res sprite */
|
812
812
|
@media only screen and (-webkit-min-device-pixel-ratio: 2),
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: alula-plugins
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.4.
|
4
|
+
version: 0.4.27
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -18,7 +18,7 @@ dependencies:
|
|
18
18
|
requirements:
|
19
19
|
- - '='
|
20
20
|
- !ruby/object:Gem::Version
|
21
|
-
version: 0.4.
|
21
|
+
version: 0.4.27
|
22
22
|
type: :runtime
|
23
23
|
prerelease: false
|
24
24
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -26,7 +26,7 @@ dependencies:
|
|
26
26
|
requirements:
|
27
27
|
- - '='
|
28
28
|
- !ruby/object:Gem::Version
|
29
|
-
version: 0.4.
|
29
|
+
version: 0.4.27
|
30
30
|
description: Offers simple collection of basic plugins that are not necessary needed
|
31
31
|
for every blog.
|
32
32
|
email: mikko@owlforestry.com
|