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:
Ben Selby 2014-08-26 20:57:58 +01:00
parent 602254851a
commit c7727d1f3f
1 changed files with 1 additions and 0 deletions

View File

@ -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;