1
0
Fork 0
empact/app/styles/charts.css

45 lines
719 B
CSS
Raw Normal View History

2015-03-09 13:31:51 +00:00
.barchart-container {
width: 40%;
}
2015-03-08 10:02:14 +00:00
.barchart g {
cursor: pointer;
}
.barchart .label {
font-family: "Lucida Console", Monaco, monospace;
font-size: 16px;
}
.barchart .label_underlay {
fill: rgba(255, 255, 255, .8);
}
2015-03-09 13:31:51 +00:00
.filters {
width: 100%;
}
.filters .item {
margin: 0; padding: 0;
float: left;
}
.filters .item li {
margin-right: 0.3em;
}
.filters .sort li {
margin-left: 0.3em;
}
.filters .sort {
margin: 0; padding: 0;
float: right;
}
.filters li {
display: inline-block;
font-size: 1.2em;
line-height: 2em;
font-weight: 300;
color: #aaa;
cursor: pointer;
}
.filters li.active {
font-weight: 400;
color: #222;
cursor: default;
}