diff options
Diffstat (limited to 'web/index.html')
-rw-r--r-- | web/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/index.html b/web/index.html index f79e96b..6b2dda4 100644 --- a/web/index.html +++ b/web/index.html @@ -276,7 +276,7 @@ <canvas id="inputCanvas" width="1920" height="1032" style="position: absolute; z-index: 60; cursor: pointer;" onmousedown="nmsMap.canvasClick(event)"> </canvas> <canvas id="hiddenCanvas" width="1000" height="10" style="display: none; position: absolute; z-index: 1000 "></canvas> - <div class="logbook gondul-is-private" style="position: absolute; right: 10px; width: 20%; z-index: 70; float: right;"> + <div class="logbook logbook-mini gondul-is-private" style="position: absolute; right: 10px; width: 20%; z-index: 70; float: right;"> <div id="oplog-parent-mini" class="logbook" style="border-color: transparent;"> <table id="oplog-table-mini" class="table table-condensed"> </table> |