]> git.plutz.net Git - confetti/blobdiff - templates/attendees.css.sh
improved style, beautified URL display
[confetti] / templates / attendees.css.sh
index 955e89e1ce00379845b822c4f011e78c4911510c..2639fdb53b35a334ada70c600759820739791465 100644 (file)
@@ -5,7 +5,8 @@ cat <<EOF
   width: 128ex;
   border-width: 1px;
   border-style: solid;
-  margin: 2em 5% .5em 5%;
+  border-radius: 4px 4px 0 0;
+  margin: .5em auto .25em auto;
   padding: .25em 1ex .25em 1ex;
   background: #EFF;
 }
@@ -46,7 +47,8 @@ cat <<EOF
   width: 126ex;
   border-width: 1px;
   border-style: solid;
-  margin: .5em 5% 1em 5%;
+  border-radius: 0 0 4px 4px;
+  margin: .25em auto 1em auto;
   padding: .25em 2ex .25em 2ex;
   background: #EFF;
 }
@@ -56,9 +58,10 @@ cat <<EOF
   width: 130ex;
   border-style: solid;
   border-width: 1px;
-  margin: 4px 5%;
+  margin: .25em auto;
   padding: 0;
   overflow: auto;
+  background: #FFF;
 }
 
 .cardlist .card .section {
@@ -76,6 +79,7 @@ cat <<EOF
   background: #EEF;
 }
 .cardlist .card .control .item {
+  color: #008;
   margin-top: .2em;
   margin-right: 1ex;
 }