Don't enlarge the name/mail/subject fields too much.

This commit is contained in:
Nicolas Stepien 2013-03-30 05:10:41 +01:00
parent e4f428efeb
commit e88e3e4707

View File

@ -551,8 +551,8 @@ a[href="javascript:;"] {
}
.persona .field:hover,
.persona .field:focus {
-webkit-flex: 4;
flex: 4;
-webkit-flex: 3;
flex: 3;
}
#dump-button {
background: -webkit-linear-gradient(#EEE, #CCC);