summaryrefslogtreecommitdiffstats
path: root/skins/standard/show_multiple.css
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2014-03-08 23:34:38 +0100
committerFrédéric Buclin <LpSolit@gmail.com>2014-03-08 23:34:38 +0100
commitff6475497815527eaf1ff741fe4eb933f16fed87 (patch)
tree6fe46ce006311e366beea4cb46c99c654038053a /skins/standard/show_multiple.css
parent40e2d5249b92c3a4efbe6fd3a300f6950b0cb14e (diff)
downloadbugzilla-ff6475497815527eaf1ff741fe4eb933f16fed87.tar.gz
bugzilla-ff6475497815527eaf1ff741fe4eb933f16fed87.tar.xz
Bug 956190 (part 4): Merge duplicates.css, reports.css, search_form.css, show_multiple.css and summarize-time.css with buglist.css
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;
-}