add functionality to navigate between records in mobile version of lightbox

This commit is contained in:
mike-esokia
2018-05-10 11:57:08 +04:00
committed by Mike Ng
parent 36968069c1
commit b07f5aa07f
5 changed files with 66 additions and 10 deletions

View File

@@ -1 +1,15 @@
@import './jquery-mobile/jquery-validator';
@import './jquery-mobile/jquery-validator';
.nav_button {
width: 90%;
margin: 0px auto;
padding: 4px;
}
#left-btn {
float: left;
}
#right-btn {
float: right;
}