Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/gallery.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorOlivier Paroz <github@oparoz.com>2015-09-22 01:13:43 +0300
committerOlivier Paroz <github@oparoz.com>2015-09-22 01:13:43 +0300
commitfb0afed8d2dc1149e7ffda444fc391dc46e03147 (patch)
treed0a56a6015986e81f7907adc945792faf9ef28be /css
parentdb38e12f635c9fbc3e78b372a6e799f7c91efbd3 (diff)
Fix CSS for slideshow spinner
[ci skip]
Diffstat (limited to 'css')
-rw-r--r--css/slideshow.css7
1 files changed, 5 insertions, 2 deletions
diff --git a/css/slideshow.css b/css/slideshow.css
index ba953438..134f6de4 100644
--- a/css/slideshow.css
+++ b/css/slideshow.css
@@ -198,8 +198,11 @@
}
.icon-loading-dark {
- position: absolute;
+ position: absolute !important;
top: 50%;
- width: 100%;
+ left: 0;
+ right: 0;
+ margin: auto;
+ width: 32px;
height: 32px;
}