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
48 lines (38 loc) • 582 B
CSS
span.external-member {
color: #ff8888;
font-weight: bold;
}
div#profile-chart {
height:500px;
width:800px;
}
thead tr td {
font-weight:bold;
padding: 0 0 0.5em 0;
}
.email {
font-family:ariel,courier,mono;
}
.even {
background:white;
}
.odd {
background:#f5f5f5;
}
.form-container {
position:relative;
}
.floated-button {
position:absolute;
right:2px;
top:2px;
}
.non-member-entry {
position:relative;
margin: 0.3em 0 0.3em 0;
z-index: 1000;
}
.non-member-del-button {
position:absolute;
right:0px;
}