Limit button width

This commit is contained in:
Thomas Levine 2013-06-11 17:22:46 -04:00 committed by Tom Hughes
parent 6ded8b55c8
commit 9c9542ccc9

View file

@ -1580,15 +1580,20 @@ a.button.submit {
margin-bottom:0;
width:50%;
min-width: 0;
max-width: 150px;
margin-left: 2px;
margin-right: 2px;
}
input:first-child,
.button:first-child {
border-radius:2px 0 0 2px;
border-right:1px solid white;
margin-left: 0px;
}
input:last-child,
.button:first-child {
.button:last-child {
border-radius:0 2px 2px 0;
margin-right: 0px;
}
}