mirror of
https://github.com/9001/copyparty.git
synced 2026-06-19 04:32:26 -06:00
baguettebox style things
This commit is contained in:
parent
0312c7dea7
commit
dc9dca7444
|
|
@ -305,8 +305,8 @@ window.baguetteBox = (function () {
|
|||
ctr.innerHTML = (
|
||||
'<div id="bbox-overlay" role="dialog">' +
|
||||
'<div id="bbox-slider"></div>' +
|
||||
'<button id="bbox-prev" class="bbox-btn" type="button" aria-label="Previous"><</button>' +
|
||||
'<button id="bbox-next" class="bbox-btn" type="button" aria-label="Next">></button>' +
|
||||
'<button id="bbox-prev" class="bbox-btn" type="button" aria-label="Previous">◀</button>' +
|
||||
'<button id="bbox-next" class="bbox-btn" type="button" aria-label="Next">▶</button>' +
|
||||
'<div id="bbox-btns">' +
|
||||
'<button id="bbox-help" type="button">?</button>' +
|
||||
'<button id="bbox-anim" type="button" tt="a">-</button>' +
|
||||
|
|
|
|||
|
|
@ -2373,7 +2373,7 @@ html.y #bbox-overlay figcaption a {
|
|||
left: -2.6em;
|
||||
}
|
||||
#bbox-btns.off {
|
||||
top: -2.2em;
|
||||
top: -2.8em;
|
||||
}
|
||||
#bbox-overlay button {
|
||||
cursor: pointer;
|
||||
|
|
|
|||
Loading…
Reference in a new issue