diff --git a/module/zanode/css/browsesnapshot.css b/module/zanode/css/browsesnapshot.css index 5218ddb6ee..d5033bef8f 100644 --- a/module/zanode/css/browsesnapshot.css +++ b/module/zanode/css/browsesnapshot.css @@ -3,4 +3,4 @@ body{background-color: #fff!important;} .c-createdBy {width: 100px;} .c-datetime {width: 130px;} -.c-status {width: 80px;} +.c-status {width: 120px;} diff --git a/module/zanode/js/browsesnapshot.js b/module/zanode/js/browsesnapshot.js new file mode 100644 index 0000000000..a09811ad70 --- /dev/null +++ b/module/zanode/js/browsesnapshot.js @@ -0,0 +1,7 @@ +$(function() +{ + var myPager = $('.pager').data('zui.pager'); + + myPager.options.menuDirection = 'dropdown'; + myPager.set(); +});