quizzer
Version:
Quizzer is a webserver for collaborative writing lab support. Based on a _fail early, fail often? approach to written language, the tool is particularly suited to second-language learners. The workflow (essay - error - quiz - exam) treats mistakes as an o
32 lines (26 loc) • 493 B
CSS
.private {
background: #eeeeee;
}
div#student-list span, div.bubble-edit {
padding: 0.5em;
margin: 2px;
border-radius:1.2em;
border: 1px solid #aaaaaa;
line-height: 2.8em;
white-space: nowrap;
}
div#student-list span {
cursor:pointer;
}
div.bubble-edit {
border: 3px solid #aaaaaa;
border-radius:2em;
margin:0.5em 2px 0.5em 2px;
background:#f3f3f3;
}
div#student-list span:hover {
background: #fafafa;
}
thead {
font-weight:bold;
}