Add increment and decrement functionality to left resource
This commit is contained in:
parent
033dbe4c40
commit
4c60baf7c1
8 changed files with 74 additions and 12 deletions
|
|
@ -57,3 +57,5 @@ $(document).ready(function() {
|
|||
delegateSelector: 'a.smoothscroll'
|
||||
});
|
||||
});
|
||||
|
||||
UnobtrusiveFlash.flashOptions['timeout'] = 3000;
|
||||
|
|
|
|||
|
|
@ -94,3 +94,8 @@ p.comment-body {
|
|||
.box{
|
||||
height: 230px;
|
||||
}
|
||||
|
||||
.quantity_left{
|
||||
height: 3em;
|
||||
width: 9em;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue