Mercurial > hg > digilib-old
changeset 1087:e1b29f51d224
adjust to arrow size.
author | robcast |
---|---|
date | Thu, 26 Jul 2012 21:38:09 +0200 |
parents | 782593171adb |
children | 16215fc22fbf |
files | webapp/src/main/webapp/jquery/jquery.digilib.arrows.js |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/webapp/src/main/webapp/jquery/jquery.digilib.arrows.js Mon Jun 04 11:09:41 2012 +0200 +++ b/webapp/src/main/webapp/jquery/jquery.digilib.arrows.js Thu Jul 26 21:38:09 2012 +0200 @@ -21,12 +21,12 @@ 'fullscreen' : { // path to button images (must end with a slash) 'imagePath' : 'img/fullscreen/', - 'arrowSetSize' : 18, + 'arrowSetSize' : 16, 'arrowSet' : [ "up", "down", "left", "right" ] }, 'embedded' : { 'imagePath' : 'img/embedded/16/', - 'arrowSetSize' : 9, + 'arrowSetSize' : 8, 'arrowSet' : [ "up", "down", "left", "right" ] } }