Changeset 8c2b094 in OpenWorkouts-current for ow/static


Ignore:
Timestamp:
Oct 13, 2019, 11:56:00 PM (5 years ago)
Author:
Borja Lopez <borja@…>
Branches:
current
Parents:
b9a2c00
Message:

(#59) Errors in the sign up form are now readable

Location:
ow/static
Files:
2 edited

Legend:

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

    rb9a2c00 r8c2b094  
    14021402  background-color: red;
    14031403}
     1404.login-content ul.error {
     1405  list-style: none;
     1406  color: white;
     1407  padding: 5px;
     1408  margin: 0px;
     1409}
    14041410/*
    14051411.login-remember {
  • ow/static/less/pages/login.less

    rb9a2c00 r8c2b094  
    5353        }
    5454    }
     55
     56    ul.error {
     57        list-style: none;
     58        color: white;
     59        padding: 5px;
     60        margin: 0px;
     61    }
     62
    5563}
    5664
Note: See TracChangeset for help on using the changeset viewer.