Add button to clear article search (list.js customization)

This commit is contained in:
Julius 2013-09-23 21:31:54 +02:00
parent 3c8f56b24f
commit 9f083dd4d0
5 changed files with 40 additions and 3 deletions

View file

@ -238,3 +238,8 @@ tr.unavailable {
margin-bottom: 15px
}
}
// allow buttons as input add-on (with proper height)
.input-append button.add-on {
height: inherit;
}