API tests, email tests, working notifications

This commit is contained in:
Julia Hansbrough
2013-10-07 17:59:58 +00:00
parent 259d728018
commit bce220d7ab
7 changed files with 112 additions and 138 deletions

View File

@@ -260,19 +260,17 @@ section.instructor-dashboard-content-2 {
// system feedback - messages
.msg {
.copy {
font-weight: 600;
}
border-radius: 1px;
padding: 10px 15px;
margin-bottom: 20px;
font-weight: 600;
color: green;
}
.msg-confirm {
border-top: 2px solid green;
background: tint(green,90%);
.copy {
color: green;
}
display: none;
}
.list-advice {
@@ -289,7 +287,7 @@ section.instructor-dashboard-content-2 {
}
}
}
.msg .copy {
.copy {
font-weight: 600; }
.msg-confirm {
background: #e5f2e5; }