# Copyright 2014, 2015 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 . cat < fieldset { display: block; border: solid 1px; border-radius: 4px 4px 0 0; margin: 0; padding: .25em 2ex; background: #EFF; text-align: right; } form.namelist > fieldset:last-of-type { border-radius: 0 0 4px 4px; } ul.namelist { margin: 0; padding: 0;} ul.namelist > li { display: block; border: solid 1px; margin: -1px 0; background: #FFF; } ul.namelist > li:nth-of-type(2n){ background: #EEE;} ul.namelist h2 { font-size: 1em; display: inline-block; margin: 0; padding: 0 1ex; min-width: 30ex; } ul.namelist ul { margin: 0; padding: 0; display: inline-block;} ul.namelist ul li { display: inline-block; margin: 0 1ex 0 0; } EOF # vi:set filetype=css: