styling improvements

This commit is contained in:
cubedro
2015-04-28 15:17:35 +03:00
parent 4c76139909
commit 1d9ffe2730
2 changed files with 44 additions and 18 deletions

View File

@@ -137,7 +137,8 @@ span.small-title span.small {
}
.big-info.chart .big-details {
padding-top: 8px;
position: absolute;
top: 40px;
}
.big-info.chart {
@@ -202,7 +203,8 @@ span.small-title span.small {
padding: 5px 15px;
}
.second-row .box i {
.second-row .box i,
.big-info.chart i {
position: relative;
top: 2px;
left: -3px;
@@ -213,13 +215,27 @@ span.small-title span.small {
float: left;
}
.second-row .box .small-value {
.big-info.chart i {
font-size: 24px;
top: -2px;
}
.small-value {
font-weight: 300;
-webkit-font-smoothing: subpixel-antialiased;
-moz-osx-font-smoothing: auto;
float: right;
}
.second-row .box .small-value {
float: right;
}
.big-info .small-value {
position: absolute;
right: 14px;
top: 10px;
}
table i {
-webkit-font-smoothing: subpixel-antialiased;
-moz-osx-font-smoothing: auto;