hide map for Character groups Quest Stations when there are no stations

This commit is contained in:
oliver 2016-04-09 13:44:37 +02:00
commit df14dfafc3
4371 changed files with 1220224 additions and 0 deletions

View file

@ -0,0 +1,41 @@
#topApiRef {
color: #95AECB;
}
.exception-backtrace {
color: #888;
}
.section-toggler-link {
font-size: .8em;
font-style: italic;
text-decoration: none;
}
.section-toggler-link:hover {
text-decoration: underline;
}
.metricEvolution {
display: inline-block;
font-size: 9pt;
opacity: 0.75;
}
.metricEvolution > .positive-evolution {
color: green;
}
.metricEvolution > .negative-evolution {
color: #e02a3b;
}
.reportsByDimensionView > .entityList {
float: left;
width: 220px;
min-height: 450px;
}
.dimensionCategory {
margin-top: 10px;
}