Add visualization of counter updates

This commit is contained in:
Igor Babuschkin
2014-08-03 13:38:53 +02:00
parent 6fb3e503c9
commit dd683239d8
4 changed files with 59 additions and 3 deletions
+21
View File
@@ -96,3 +96,24 @@ h1 br {
#Status strong {
color: #666;
}
.update-value {
position: relative;
float: right;
}
.update-plus {
color: green;
float: left;
right: 5px;
position: absolute;
}
.update-minus {
color: red;
float: left;
right: 5px;
position: absolute;
}