summaryrefslogtreecommitdiffstats
path: root/skins/standard/show_multiple.css
diff options
context:
space:
mode:
Diffstat (limited to 'skins/standard/show_multiple.css')
-rw-r--r--skins/standard/show_multiple.css60
1 files changed, 0 insertions, 60 deletions
diff --git a/skins/standard/show_multiple.css b/skins/standard/show_multiple.css
deleted file mode 100644
index dbfa6eb19..000000000
--- a/skins/standard/show_multiple.css
+++ /dev/null
@@ -1,60 +0,0 @@
-/* This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/.
- *
- * This Source Code Form is "Incompatible With Secondary Licenses", as
- * defined by the Mozilla Public License, v. 2.0.
- */
-
-hr {margin: 20px auto 40px}
-
-.bz_private { color:darkred }
-
-h1 {
- font-size: 2em;
- margin-bottom: 10px;
-}
-
-/* bugfields is table of all fields and values */
-.bugfields {
- font-size: small;
- background: #eee;
- padding: 5px;
- border: 1px solid silver;
- width: 100%;
-}
-
-.bugfields tr {
- vertical-align: top;
-}
-
-.bugfields th {
- width: 10em;
- text-align: left;
- font-weight: normal;
- line-height: 150%;
-}
-
-.bugfields td {
- font-weight: bold;
- line-height: 150%;
-}
-
-.bugfields .rightcell {
- padding-left: 10px;
-}
-
-/* set line-height to normal for nested tables of bugfields table */
-.bugfields table th, .bugfields table td {
- line-height: 100%;
- width: auto;
-}
-
-.bugfields table.timetracking th, .bugfields table.timetracking td {
- width: 10em;
-}
-
-.error {
- color: red;
- font-weight: bold;
-}