diff --git a/frontend/css/documentsView.css b/frontend/css/documentsView.css index 8d918cca15..ee87d52e39 100644 --- a/frontend/css/documentsView.css +++ b/frontend/css/documentsView.css @@ -234,12 +234,16 @@ table.dataTable thead th { color:#666666; } -.icon-backward, .icon-forward { +.icon-backward, .icon-forward, .icon-step-backward, .icon-step-forward { position: absolute; top: 3px; left:10px; } +.prePagi { + margin-right: -5px !important; +} + .badge { border-radius:0; } diff --git a/frontend/js/shell/shell2.js b/frontend/js/shell/shell2.js index 9ae8df53bf..68da4ef72c 100644 --- a/frontend/js/shell/shell2.js +++ b/frontend/js/shell/shell2.js @@ -471,9 +471,10 @@ ModuleCache["/internal"] = new Module("/internal"); internal.printShell.apply(internal.printShell, arguments); // flush buffer - $('#shellContent').append('

' - + internal.browserOutputBuffer - + '

'); + //$('#shellContent').append('

' + // + internal.browserOutputBuffer + // + '

'); + jqconsole.Write('==> ' + internal.browserOutputBuffer + '\n', 'jssuccess'); internal.browserOutputBuffer = ""; }; diff --git a/frontend/js/templates/documentsView.ejs b/frontend/js/templates/documentsView.ejs index 419fbf8631..5c694d298e 100644 --- a/frontend/js/templates/documentsView.ejs +++ b/frontend/js/templates/documentsView.ejs @@ -20,8 +20,10 @@ - - +
+ +