* Console:

- Disable zh translation in graphs on windows due to font issues
      - Fix NPE at startup
      - Graph tweaks
This commit is contained in:
zzz
2011-05-23 19:22:33 +00:00
parent 6e4df8830a
commit 592361b1a4
8 changed files with 42 additions and 30 deletions

View File

@@ -469,7 +469,7 @@ div.graphspanel img {
text-align: center !important;
background: #000;
opacity: 0.8;
opacity: 0.9;
}
div.graphspanel img:hover {

View File

@@ -477,7 +477,7 @@ div.graphspanel img {
text-align: center !important;
background: #001;
-moz-box-shadow: inset 0px 0px 1px 1px #99f;
opacity: 0.8;
opacity: 0.9;
}
div.graphspanel img:hover {