X-Git-Url: https://git.plutz.net/?p=confetti;a=blobdiff_plain;f=style.css;h=04b133675f3483ce0967b84ebfe04e1f8e721ba4;hp=8394de8e66f2bb3e2d7a190aabba355b432f7ddd;hb=670da503edafe7206002ccf2c469285ee8f61bda;hpb=1e5fed890ade56928978f895681129f2214c0778 diff --git a/style.css b/style.css index 8394de8..04b1336 100644 --- a/style.css +++ b/style.css @@ -248,6 +248,23 @@ form .control .item { form .control .item.delete { bottom: .125em; right: .25em; } } + +/* ======= LIST ITEMS, Cards ======= */ + +form.card .attendance div.attendance, +form.card .attendance div.categories { + max-height: 10em; + overflow-y: auto; +} +form.card .attendance label { + display: inline-block; + width: calc(100% - 2em); + vertical-align: top; + margin-bottom: 0; +} +form.card .attendance input { margin-top: .375em; } + + /* ======= LIST ITEMS, Courses ======= */ form.course .dtstart input[name=DTS_YEAR],