Define a margin for the input.qty
* This is needed, as it seems on at least Safari/Chrome it would push the - button down outside of the text field * Tested on OS X Mavericks
This commit is contained in:
parent
602254851a
commit
c7727d1f3f
|
@ -676,6 +676,7 @@ p.demo_store {
|
|||
height: 28px;
|
||||
float:left;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
text-align: center;
|
||||
border: 1px solid darken( @secondary, 20 );
|
||||
border-right: 0;
|
||||
|
|
Loading…
Reference in New Issue