~isoschiz/endroid/kermit-v2

« back to all changes in this revision

Viewing changes to resources/kermit/profile.css

  • Committer: Martin Morrison
  • Date: 2014-05-07 15:53:42 UTC
  • Revision ID: martmorr@cisco.com-20140507155342-8qbdu8e0er5y1yo8
Series of minor review markups.

Show diffs side-by-side

added added

removed removed

Lines of Context:
53
53
.key-entry.ng-leave {
54
54
  opacity: 1;
55
55
  left: 0;
56
 
  height: 38px;
57
56
}
58
57
.key-entry.ng-hide-add.ng-hide-add-active,
59
58
.key-entry.ng-hide-remove,
61
60
.key-entry.ng-enter {
62
61
  opacity: 0;
63
62
  left: -800px;
64
 
  height: 0px;
65
63
}
66
64