diff --git a/nnmon/static/css/map.css b/nnmon/static/css/map.css index 1864cb4c721d492aa4d097f156bed30f9a777d48..a2ae76b2df486ecaaddfdd0d7eea6d20e1975127 100644 --- a/nnmon/static/css/map.css +++ b/nnmon/static/css/map.css @@ -3,8 +3,9 @@ background: #fff url(../img/noise.png); border-radius: 5px; margin: 1em; - width: 300px; - height: 280px; + width: 310px; + height: 290px; + box-shadow: inset 0px 0px 10px 0px #fff; } svg path { stroke-linejoin: round }