This repository has been archived by the owner on Jan 21, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1738 from vogdb/issue-1738
Introduce external API to jquery.clipSlide.
- Loading branch information
Showing
2 changed files
with
103 additions
and
41 deletions.
There are no files selected for viewing
15 changes: 13 additions & 2 deletions
15
client-vendor/after-body/jquery.clipSlide/jquery.clipSlide.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,17 @@ | ||
.clipSlide { | ||
overflow: hidden; | ||
overflow: hidden; | ||
} | ||
|
||
.clipSlide-handle { | ||
background-color: #ffffff; | ||
background-color: #ffffff; | ||
} | ||
|
||
.clipSlide.clipSlide-enabled { | ||
position: relative; | ||
} | ||
|
||
.clipSlide.clipSlide-enabled .clipSlide-handle { | ||
position: absolute; | ||
bottom: 0; | ||
width: 100%; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters