1
0
Fork 0

css dashboard

This commit is contained in:
Heiko Kernbach 2013-09-03 15:19:23 +02:00
parent 59860fd7dc
commit e662b810ac
1 changed files with 15 additions and 1 deletions

View File

@ -186,9 +186,18 @@ li:hover h6, li.hover h6 {
height: 36px;
}
.statsHeaderDiv h4 {
font-size: 16px;
font-weight: 400;
font-family: 'Lato', sans-serif !important;
}
.statsHeader {
width: 100%;
background-color: #686766 !important;
font-size: 16px;
font-weight: 400;
font-family: 'Lato', sans-serif !important;
}
#dashboardHeader {
@ -515,9 +524,14 @@ li:hover h6, li.hover h6 {
stroke: #BFBFBF;
}
.dashboardH6 {
font-family: 'Lato', sans-serif;
font-size: 14px;
font-weight: 400;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
.svgClass{margin-top: 35px !important;}
.statSingleClient{margin-top: 10.5px !important;}
#detailReplication{margin-top: 1.5px !important;}
}