From ff6475497815527eaf1ff741fe4eb933f16fed87 Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Sat, 8 Mar 2014 23:34:38 +0100 Subject: Bug 956190 (part 4): Merge duplicates.css, reports.css, search_form.css, show_multiple.css and summarize-time.css with buglist.css --- skins/standard/summarize-time.css | 65 --------------------------------------- 1 file changed, 65 deletions(-) delete mode 100644 skins/standard/summarize-time.css (limited to 'skins/standard/summarize-time.css') diff --git a/skins/standard/summarize-time.css b/skins/standard/summarize-time.css deleted file mode 100644 index 84a27c736..000000000 --- a/skins/standard/summarize-time.css +++ /dev/null @@ -1,65 +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. - */ - -table.zeroitems, table.realitems { - margin-left: 2.0em; - margin-top: 2px; - border: 1px solid black; - border: 1px solid black; -} - -tr.section_total { - background: #000000; - color: #ffffff; -} - -td.subtotal { - background: #B0C0D9; - text-align: right; - font-weight: bold; - width: 8em; -} - -.zeroitems .bug_header { background: #d0e0f0 } -.zeroitems .bug_header2 { background: #f9f9f9 } - -/* the fixed headers -- .number uses bug_header so hack it here */ -.number .bug_header, .number .bug_header2 { background: #d0e0f0 } -.owner_header { background: #d0e0f0 } - - -/* the details headers */ -.number .owner_header, .owner .bug_header { background: #ffffff } -.number .owner_header2, .owner .bug_header2 { background: #EFEFEF } - -table.owner, table.number, table.zeroitems { - width: 90%; - border-collapse: collapse; -} - -.owner th, .owner td, .number th, .number td, -.zeroitems th, .zeroitems td { - padding: 0.2em; -} - -.warning_swapped_data { - border: 1px solid red; - margin: 1em; - padding: 0.5em; -} - -th.bug_id, th.bug_status { - white-space: nowrap; - text-align: left; - padding-right: 2em; - width: 6em; -} - -.time_info { - padding-right: 3em; -} -- cgit v1.2.3-24-g4f1b