src/main/webapp/language.css

Sun, 21 Jun 2020 12:32:25 +0200

author
Mike Becker <universe@uap-core.de>
date
Sun, 21 Jun 2020 12:32:25 +0200
changeset 94
edba952cfc57
parent 36
0f4f8f255c32
child 180
009700915269
permissions
-rw-r--r--

fix: issue form should always include the currently selected versions

universe@13 1 /*
universe@13 2 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
universe@13 3 *
universe@24 4 * Copyright 2018 Mike Becker. All rights reserved.
universe@13 5 *
universe@13 6 * Redistribution and use in source and binary forms, with or without
universe@13 7 * modification, are permitted provided that the following conditions are met:
universe@13 8 *
universe@13 9 * 1. Redistributions of source code must retain the above copyright
universe@13 10 * notice, this list of conditions and the following disclaimer.
universe@13 11 *
universe@13 12 * 2. Redistributions in binary form must reproduce the above copyright
universe@13 13 * notice, this list of conditions and the following disclaimer in the
universe@13 14 * documentation and/or other materials provided with the distribution.
universe@13 15 *
universe@13 16 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
universe@13 17 * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
universe@13 18 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
universe@13 19 * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
universe@13 20 * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
universe@13 21 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
universe@13 22 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
universe@13 23 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
universe@13 24 * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
universe@13 25 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
universe@13 26 * POSSIBILITY OF SUCH DAMAGE.
universe@13 27 *
universe@13 28 */
universe@13 29
universe@13 30 #lang-selector {
universe@13 31 max-width: 30%;
universe@13 32 display: flex;
universe@13 33 flex-basis: content;
universe@13 34 flex-direction: column;
universe@13 35 }
universe@13 36
universe@13 37 input {
universe@13 38 margin: .5em;
universe@13 39 }
universe@15 40
universe@36 41 /* browser language not available */
universe@15 42 span.blNA {
universe@15 43 margin: .5em;
universe@15 44 color: red;
universe@15 45 font-style: italic;
universe@15 46 font-size: smaller;
universe@15 47 }

mercurial