Don't strect the dump button.

yay, flexbox.
This commit is contained in:
Nicolas Stepien 2013-02-12 23:52:39 +01:00
parent 4e976a5594
commit d2d7959df7
2 changed files with 12 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@ -312,10 +312,11 @@ a[href="javascript:;"] {
margin: 0;
padding: 2px 4px 3px;
outline: none;
width: 10%;
width: 30px;
}
.gecko #dump {
padding: 1px 0 2px;
width: 10%;
}
#dump:hover, #dump:focus {
background: -webkit-linear-gradient(#FFF, #DDD);
@ -416,7 +417,15 @@ a[href="javascript:;"] {
font-size: 3.5em;
line-height: 100px;
}
#qr > form > div:first-child > .field:not(#dump) {
.persona {
display: -webkit-flex;
display: flex;
}
.persona .field {
-webkit-flex: 1;
flex: 1;
}
.gecko .persona .field {
width: 30%;
}
#qr textarea.field {