Changeset 04c882d in OpenWorkouts-current for ow/static/css/main.css


Ignore:
Timestamp:
Mar 6, 2019, 11:25:01 AM (5 years ago)
Author:
Borja Lopez <borja@…>
Branches:
current
Children:
8d726ec
Parents:
aa6dcaf
Message:

(#7) Improvements on the workout totals/stats in the user profile page:

  • Fixed styles for the sport/year dropdowns
  • Added "per workout records" for each year (and all time totals), including maximum distance, time and elevation in a single workout.
File:
1 edited

Legend:

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

    raa6dcaf r04c882d  
    14901490  color: #151515;
    14911491}
     1492.profile-data li a {
     1493  color: #EE4056;
     1494  text-decoration: none;
     1495}
     1496.profile-data li a:hover {
     1497  color: #151515;
     1498}
     1499.profile-data li a:active,
     1500.profile-data li a:focus {
     1501  outline: 0;
     1502  border: none;
     1503  -moz-outline-style: none;
     1504}
    14921505.profile-bio {
    14931506  margin: 0.5em 0;
Note: See TracChangeset for help on using the changeset viewer.