]> git.plutz.net Git - confetti/blobdiff - style.css
introduce localised date parsing
[confetti] / style.css
index 80227ede548d5be7c2f9819263e8a4dff356b581..e02a695bb0cab9dfdea2c36cc2e00b31dc830320 100644 (file)
--- a/style.css
+++ b/style.css
@@ -171,6 +171,9 @@ form.filter button[type=submit] {
 
 body.courses form .order { display: inline-block; margin-right: 2em;}
 
+body.cards form.newcard { display: flex; }
+body.cards form.newcard input[name=seed] { flex: 1; }
+
 
 /* ============ LIST ITEMS, Generic ============= */
 
@@ -260,7 +263,7 @@ form .section.attendance > label {
 }
 
 div .section .item.NOTE {
-  white-space: pre;
+  white-space: pre-wrap;
 }
 
 form .section .item {
@@ -289,7 +292,8 @@ form .section button[value^=addfield] {
     -form input.delete + label:hover:before { content: ''; }
     -form input.delete + label:hover:after  { content: ' \274c'; }
     form input.delete:checked + label,
-    form input.delete:checked + label + * {
+    form input.delete:checked + label + *,
+    form input.delete:checked + label + .teltype + .TEL {
       display: none;
     }
 /**/