]> git.plutz.net Git - confetti/blobdiff - templates/courses.css.sh
show attendees in course list
[confetti] / templates / courses.css.sh
index fb98be59a75c7b2abf8b4c2b58570855aed224fb..c7e90386d640e66e2c5ac71d0ab0e552c2886f06 100644 (file)
@@ -45,6 +45,20 @@ cat <<EOF
   background: #EEE;
 }
 
+.courselist .course .attendance {
+  width:50ex;
+}
+.courselist .course .attendance a {
+  display: inline-block;
+  max-width: 13.75ex;
+  color: #008;
+  border-style: solid;
+  border-width: 1px;
+  margin: .25em .125ex .25em .125ex;
+  padding: .125em 1ex .125em 1ex;
+  background: #EFF;
+}
+
 .courselist .course .dtstart {
   width: 35ex;
 }