mirror of
https://github.com/bodyrep/DemoApp.git
synced 2026-01-25 22:51:37 +00:00
add dynmic exercsie list, keywords(hardcoded), datafields(hardcoded), adding exercises from exercise list, and show hide for delete button.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user