]> git.plutz.net Git - confetti/blobdiff - templates/attendees.css.sh
switch box-model
[confetti] / templates / attendees.css.sh
index 2639fdb53b35a334ada70c600759820739791465..ce0b82bf6f42a9475ffd579b1dc5546b5247bd29 100644 (file)
@@ -1,3 +1,20 @@
+# Copyright 2014 Paul Hänsch
+#
+# This file is part of Confetti.
+# 
+# Confetti is free software: you can redistribute it and/or modify
+# it under the terms of the GNU Affero General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+# 
+# Confetti is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU Affero General Public License for more details.
+# 
+# You should have received a copy of the GNU Affero General Public License
+# along with Confetti.  If not, see <http://www.gnu.org/licenses/>. 
+
 cat <<EOF
 
 .filter {
@@ -68,16 +85,35 @@ cat <<EOF
   display: inline-block;
   float:left;
   width: 20ex;
-  margin: .125em .5ex .5ex .5ex;
+  margin: .125em .25ex .5ex .25ex;
   padding: 0 .2em .2em .2em;
   background: #EEE;
 }
+.cardlist .card .section a.attendance {
+  display: inline-block;
+  margin-right: 1ex;
+  word-wrap: break-word;
+}
+
+.cardlist .card .attendance {
+  width: 83.5ex;
+}
+.cardlist .card .attendance .check {
+  display: inline-block;
+  width: 27ex;
+}
+
 .cardlist .card .control {
   float: right;
   text-align: right;
   margin-right: 0;
   background: #EEF;
 }
+
+.cardlist .card div.control {
+  width: 23ex;
+}
+
 .cardlist .card .control .item {
   color: #008;
   margin-top: .2em;