Changeset 26220ba in OpenWorkouts-current for ow/static/css/openworkouts.css


Ignore:
Timestamp:
Jan 25, 2019, 12:48:51 AM (5 years ago)
Author:
Borja Lopez <borja@…>
Branches:
current, feature/docs, master
Children:
d0fc76b, ed7e9d7
Parents:
c6219ed (diff), 5bdfbfb (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge patches from darcs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ow/static/css/openworkouts.css

    rc6219ed r26220ba  
    1212    background-color: #eeeeee;
    1313}
     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 TracChangeset for help on using the changeset viewer.