Console: Remove CSS for hidden text on /graph

This commit is contained in:
zzz
2022-03-16 07:59:55 -04:00
parent e6c3c097b5
commit ce73b9e8da
2 changed files with 0 additions and 13 deletions

View File

@@ -1448,19 +1448,11 @@ div.widepanel h3 {
display: none;
}
#graphopts+p {
display: none;
}
h3#graphinfo {
margin-top: 15px;
border-radius: 0 !important;
}
.graphspanel p:last-child {
display: none;
}
.formaction#graphing {
margin: -4px -5px 5px !important;
border-left: none;

View File

@@ -2194,11 +2194,6 @@ p#tunnelconfig {
display: none;
}
#graphopts+p {
text-align: right;
display: none;
}
.formaction#graphing {
margin: 8px -11px -11px;
}