diff options
Diffstat (limited to 'web/css')
| -rw-r--r-- | web/css/nms.css | 11 | 
1 files changed, 4 insertions, 7 deletions
diff --git a/web/css/nms.css b/web/css/nms.css index 0158268..c54dd98 100644 --- a/web/css/nms.css +++ b/web/css/nms.css @@ -43,14 +43,11 @@ h1.map-mode-title {  }  div.map-mode-legend {  	position: fixed; -	bottom: 5%; -	right: 5%; +	bottom: 5px; +	right: 15px;  	z-index: 999;  } -#admin { -	display: none; -} -#oplog { +#admin, #oplog {  	display: none;  }  .vertical div.map-mode-legend { @@ -62,7 +59,7 @@ div.map-mode-legend {  	height: 40px;  }  div.map-mode-legend button { -	font-size: 20px; +	font-size: 16px;  	font-weight: 700;  }  .nightmode .panel {  | 
