add exerciselist filters

This commit is contained in:
2013-01-23 19:51:09 -05:00
parent 300e7223a0
commit 1e3238dcc7
3 changed files with 61 additions and 43 deletions

View File

@@ -15,6 +15,11 @@ list-style-type: none;
list-style-type: none;
}
#exerciselist {
width : 500px;
height : 400px;
overflow : auto;
}
label {
margin-left: 5px;