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
diff options
context:
space:
mode:
authorOlivier Paroz <oparoz@users.noreply.github.com>2015-10-06 16:34:21 +0300
committerOlivier Paroz <oparoz@users.noreply.github.com>2015-10-06 16:34:21 +0300
commit4981897a9ce7e84a715789dc0315fdbed63f17fe (patch)
tree5f5f449323279aecad81661e6b062693227e1fa3
parent0a9e4b3f91e06d7f50ffe9214e38b765c01c87a6 (diff)
parent0aca69c75232dbc3530e02892570498d1a9e5553 (diff)
Merge pull request #412 from owncloud/revert-369-slideshow-controls-clickabilityv8.2RC1
Revert "improve touch area of slideshow controls, fix #53"
-rw-r--r--css/slideshow.css14
1 files changed, 4 insertions, 10 deletions
diff --git a/css/slideshow.css b/css/slideshow.css
index accbbd9f..8025f040 100644
--- a/css/slideshow.css
+++ b/css/slideshow.css
@@ -46,10 +46,8 @@
}
#slideshow.inactive > input,
-#slideshow.inactive > input:hover,
#slideshow.inactive > .progress,
#slideshow.inactive > .menu input,
-#slideshow.inactive > .menu input:hover,
#slideshow.inactive > .name {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
@@ -92,23 +90,19 @@
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
filter: alpha(opacity=75);
opacity: .75;
- transition: opacity 300ms;
}
#slideshow > .next, #slideshow > .previous {
- height: 100%;
- top: 0;
- margin-top: 0;
+ top: 50%;
+ margin-top: -21px;
}
+
#slideshow > .next {
- width: 80%;
right: 0;
- background-position: right 10px center;
}
+
#slideshow > .previous {
- width: 20%;
left: 0;
- background-position: 10px center;
}
#slideshow > .exit {