Limit button width
This commit is contained in:
parent
6ded8b55c8
commit
9c9542ccc9
1 changed files with 6 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue