add dynmic exercsie list, keywords(hardcoded), datafields(hardcoded), adding exercises from exercise list, and show hide for delete button.

This commit is contained in:
2013-01-22 21:09:20 -05:00
parent 30ed56b9ba
commit a5f70ec9d1
7 changed files with 52 additions and 59 deletions

View File

@@ -9,20 +9,13 @@ a {
ul, menu, dir {
list-style-type: none;
}
#sortable ul {
list-style-type: none;
}
/*#sortable li {
margin: 0 3px 3px 3px;
padding: 0.4em;
padding-left: 1.5em;
height: 24px;
list-style-type: none;
}
*/
label {
margin-left: 5px;
margin-right: 5px;
@@ -32,4 +25,9 @@ label {
border: 1px solid #ccc;
vertical-align: middle;
text-align:center;
}
form {
margin: 5px;
border: 1px solid #ccc;
}