From 120b63d507a3316666b25494bc890a024948aef8 Mon Sep 17 00:00:00 2001 From: Max Kanat-Alexander Date: Mon, 15 Feb 2010 15:22:55 -0800 Subject: Bug 372979: Make voting into an extension r=mkanat, a=mkanat, a=LpSolit --- skins/standard/show_bug.css | 3 +-- skins/standard/voting.css | 24 ------------------------ 2 files changed, 1 insertion(+), 26 deletions(-) delete mode 100644 skins/standard/voting.css (limited to 'skins') diff --git a/skins/standard/show_bug.css b/skins/standard/show_bug.css index 3e330a169..ec981d51c 100644 --- a/skins/standard/show_bug.css +++ b/skins/standard/show_bug.css @@ -54,9 +54,8 @@ table#flags { height: 1em; } -#duplicate_settings, #votes_container { +#duplicate_settings { white-space: nowrap; - } #bz_big_form_parts td { diff --git a/skins/standard/voting.css b/skins/standard/voting.css deleted file mode 100644 index 5d9c9afe6..000000000 --- a/skins/standard/voting.css +++ /dev/null @@ -1,24 +0,0 @@ -/* The contents of this file are subject to the Mozilla Public - * License Version 1.1 (the "License"); you may not use this file - * except in compliance with the License. You may obtain a copy of - * the License at http://www.mozilla.org/MPL/ - * - * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or - * implied. See the License for the specific language governing - * rights and limitations under the License. - * - * The Original Code is the Bugzilla Bug Tracking System. - * - * Contributor(s): Gavin Shelley - */ - -/* Highlight the row for the bug being voted on */ -tr.bz_bug_being_voted_on { - background-color: #e2e2e2; -} - -tr.bz_bug_being_voted_on td { - border-style: solid none solid none; - border-width: thin; -} -- cgit v1.2.3-24-g4f1b