improved CSS
This commit is contained in:
parent
eb92bc685c
commit
b3555f4d98
|
@ -368,9 +368,9 @@ body {
|
|||
background-color: white;
|
||||
opacity: 90%;
|
||||
padding: 10px;
|
||||
width: 410px;
|
||||
max-width: 430px;
|
||||
z-index: 500;
|
||||
overflow-y: scroll;
|
||||
overflow-y: auto;
|
||||
position: absolute;
|
||||
left: 52px;
|
||||
}
|
||||
|
@ -781,6 +781,7 @@ Table Of Contents (TOC)
|
|||
font-size: 13px;
|
||||
color: gray;
|
||||
font-weight: bold;
|
||||
margin-top: -3px;
|
||||
}
|
||||
|
||||
.layer-style-panel-table-legend table td {
|
||||
|
|
Loading…
Reference in New Issue