source: OpenWorkouts-current/ow/static/css/openworkouts.css @ 5bdfbfb

currentfeature/docs
Last change on this file since 5bdfbfb was 5bdfbfb, checked in by borja <borja@…>, 5 years ago

(#7) Show year/month/weekly stats in the dashboard for the user,

including a bar chart for activity during the current week

  • Property mode set to 100644
File size: 564 bytes
Line 
1
2#map {
3    height: 360px;
4    z-index: 0;
5}
6
7#ow-analysis {
8    float: left;
9    width: 98%;
10    padding: 10px;
11    font-size: 0.8em;
12    background-color: #eeeeee;
13}
14
15/* dashboard, weekly stats */
16
17span.week_totals_left {
18    padding-right: 5px;
19    border-right: 1px solid #e1e1e1;
20}
21
22span.week_totals_right {
23    padding-left: 5px;
24}
25
26.x-axis path, .x-axis line {
27    fill: none;
28    stroke: none;
29}
30
31.bar {
32    fill: #f8b5be;
33}
34
35.bar:hover {
36    fill: #ee4056;
37}
38
39.current {
40    fill: #ee4056;
41}
42
43text.label {
44    font-size: 0.6em;
45    text-anchor: middle;
46}
Note: See TracBrowser for help on using the repository browser.