X-Git-Url: https://git.plutz.net/?p=confetti;a=blobdiff_plain;f=templates%2Fattendees.css.sh;h=e4038f040258fd5fc19d23173bd3e206a4319fc4;hp=07b8faa97cf9ccbc86a56838c77c2e39e6bb4a49;hb=793cb4fe08df6131b64ddbbf6cc6cb89201f1bd4;hpb=1e8f35fa92c610b540cbe365e2231194b58e0cc0 diff --git a/templates/attendees.css.sh b/templates/attendees.css.sh old mode 100644 new mode 100755 index 07b8faa..e4038f0 --- a/templates/attendees.css.sh +++ b/templates/attendees.css.sh @@ -1,4 +1,4 @@ -# Copyright 2014 Paul Hänsch +# Copyright 2014, 2015 Paul Hänsch # # This file is part of Confetti. # @@ -17,71 +17,80 @@ cat < .label { +.filter h1 { display: block; font-weight: bold; - font-size: 1.2em; + font-size: 1.25em; border-style: none none solid none; + border-radius: 4px 4px 0 0; border-width: 1px; - margin: 0em 0ex .5em 0ex; + margin: 0 -1.625ex .5em -1.625ex; + padding: .125em 1ex; background: #EEF; } - -.filter .search { - margin: 0em 2ex .5em 2ex; +.filter input[type="text"] { + width: 100%; + margin-bottom: .5em; } -.filter .search .label { +.filter fieldset { + border: none; + padding: 0 0 0 12ex; + margin: 0 0 -.5em 0; +} +.filter fieldset legend { display: inline-block; - width: 12ex; + font-size: 1em; font-weight: bold; - margin-top: .5em; + margin-left: -12ex; } -.filter .search input[type="radio"] { - margin-top: .5em; - margin-left: 1ex; +.filter input[type="radio"] + label { + display: inline-block; + position: relative; + top: -1.125em; + margin-left: 2ex; } -.filter .search button { +.filter button { margin-top: .5em; } -.filter .search input[type="text"] { - width: 124ex; -} - .newcard { display: block; - width: 126ex; border-width: 1px; border-style: solid; border-radius: 0 0 4px 4px; - margin: .25em auto 1em auto; + margin: .25em 2em 1em 2em; padding: .25em 2ex .25em 2ex; background: #EFF; } -.cardlist .card { +.card { display: block; - width: 130ex; border-style: solid; border-width: 1px; - margin: .25em auto; + margin: .25em 2em; padding: 0; overflow: auto; background: #FFF; } - -.cardlist .card .section { +.card .section { display: inline-block; float:left; width: 20ex; @@ -89,32 +98,37 @@ cat <