correct description shorting for Seminaries and add values for XP progress bar

This commit is contained in:
coderkun 2014-04-28 23:16:36 +02:00
commit c4a76c1ffd
3459 changed files with 594380 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;
}