]> git.plutz.net Git - confetti/blobdiff - templates/attendees.css.sh
fitted editing to new card layout
[confetti] / templates / attendees.css.sh
index 126a95267e07f77dec976d39437524e22b54b04f..b86985c01ae57cc58085b18509a8ced8abacdb9e 100644 (file)
@@ -31,15 +31,17 @@ cat <<EOF
 }
 .cardlist .card .control .item {
   margin-right: 1ex;
+  margin-top: .2em;
+}
+.cardlist .card .control a.item {
   border-style: solid double solid solid;
   border-width: 1px 3px 1px 1px;
   background: #FFF;
   padding: .1em 1ex;
   min-width: 10ex;
-  margin-top: .2em;
   border-color: #000;
 }
-.cardlist .card .control .item:hover{
+.cardlist .card .control a.item:hover{
   border-width: 1px 1px 1px 1px;
 }
 
@@ -55,6 +57,13 @@ cat <<EOF
   word-wrap: break-word;
 }
 
+.cardlist .card .section textarea.NOTE {
+  min-height: 6em;
+}
+.cardlist .card .section textarea.ADR {
+  min-height: 4em;
+}
+
 .cardlist .card .section .PHOTO {
   width: 20ex;
   max-heigth: 30ex;