~maxiberta/canonical-identity-provider/prevent-forgot-password-user-enumeration

« back to all changes in this revision

Viewing changes to src/identityprovider/static_src/css/ubuntuone.css

  • Committer: Thomi Richards
  • Date: 2016-11-01 11:13:34 UTC
  • mto: This revision was merged to the branch mainline in revision 1537.
  • Revision ID: thomi.richards@canonical.com-20161101111334-jd0lhwhtls5x3iu0
Remove more gpg-related bits.

Show diffs side-by-side

added added

removed removed

Lines of Context:
200
200
    width: inherit;
201
201
}
202
202
 
203
 
.edit-gpg-keys {
204
 
    margin-top: 10px;
205
 
}
206
 
 
207
203
.input-row {
208
204
    width: 290px;
209
205
    margin-bottom: 20px;
1035
1031
 
1036
1032
}
1037
1033
 
1038
 
/* GPG Keys */
1039
 
.gpg-keys h3 {
1040
 
    margin-bottom: 0.5em;
1041
 
}
1042
 
 
1043
 
.gpg-keys section {
1044
 
    padding-bottom: 0.5em;
1045
 
    margin-bottom: 2em;
1046
 
    border-bottom: 1px dotted #ccc;
1047
 
}
1048
 
 
1049
1034
/* Accordion */
1050
1035
.accordion__toggle {
1051
1036
    border-radius:3px;