~stephen-stewart/canonical-identity-provider/use-combo-service-with-js-in-sso

« back to all changes in this revision

Viewing changes to identityprovider/media/ubuntu/forms.css

  • Committer: Tarmac
  • Author(s): Matias Bordese
  • Date: 2013-05-22 16:53:15 UTC
  • mfrom: (879.1.2 working-on-1177273)
  • Revision ID: tarmac-20130522165315-a57ms7l9ft9yuxyf
[r=mfoord] Updated email widget in login form to be email type.

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
    color: black;
8
8
}
9
9
form input[type=text],
 
10
form input[type=email],
10
11
form input[type=password],
11
12
form textarea {
12
13
    border: 1px solid #c7c7c7;
19
20
    width: 200px;
20
21
}
21
22
form input[type=text]:focus,
 
23
form input[type=email]:focus,
22
24
form input[type=password]:focus,
23
25
form textarea:focus,
24
26
.recaptcha_theme_white #recaptcha_response_field:focus {
50
52
    text-shadow: #333 0px 1px;
51
53
    margin: 10px 8px 10px 8px;
52
54
}
53
 
form input[type=text].errFld {
 
55
form input[type=text].errFld, form input[type=email].errFld {
54
56
    border: 2px solid #dd4814;
55
57
}
56
58