Merge branch 'release/v8.15'
This commit is contained in:
@@ -145,12 +145,12 @@
|
|||||||
{% elif value > 0.1 %}
|
{% elif value > 0.1 %}
|
||||||
<div class="weakposcor">{{ value|floatformat:-1 }}</div>
|
<div class="weakposcor">{{ value|floatformat:-1 }}</div>
|
||||||
{% elif value < -0.5 %}
|
{% elif value < -0.5 %}
|
||||||
<div class="negcor">{{ value|floatformat:-1 }}</div>
|
<div class="negcor">{{ value|floatformat:-1 }}</div>
|
||||||
{% elif value < -0.1 %}
|
{% elif value < -0.1 %}
|
||||||
<div class="weaknegcor">{{ value|floatformat:-1 }}</div>
|
<div class="weaknegcor">{{ value|floatformat:-1 }}</div>
|
||||||
{% else %}
|
{% else %}
|
||||||
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</td>
|
</td>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</tr>
|
</tr>
|
||||||
|
|||||||
@@ -116,9 +116,10 @@ th {
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
th.rotate {
|
th.rotate {
|
||||||
/* Something you can count on */
|
/* Something you can count on */
|
||||||
height: 78px;
|
height: 78px;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -985,7 +986,7 @@ a.wh:hover {
|
|||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
.pandastable th, table td {
|
.pandastable th, .pandastable td {
|
||||||
width: 100px;
|
width: 100px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -995,7 +996,7 @@ a.wh:hover {
|
|||||||
overflow: auto;
|
overflow: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.pandastable td, th {
|
.pandastable td, .pandastable th {
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user