summaryrefslogtreecommitdiffstats
path: root/skins/custom
diff options
context:
space:
mode:
authorByron Jones <bjones@mozilla.com>2012-01-16 07:30:36 +0100
committerByron Jones <bjones@mozilla.com>2012-01-16 07:30:36 +0100
commit772b60bab53937d386c030f21ad23d38edee7570 (patch)
treefd49aa3dfec1354cadafd3dc31e0a632f4cc6d1c /skins/custom
parent09e4ac64d024a7b70b653677cdecba2927522f64 (diff)
downloadbugzilla-772b60bab53937d386c030f21ad23d38edee7570.tar.gz
bugzilla-772b60bab53937d386c030f21ad23d38edee7570.tar.xz
tweak flag table vertical alignment
Diffstat (limited to 'skins/custom')
-rw-r--r--skins/custom/show_bug.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/skins/custom/show_bug.css b/skins/custom/show_bug.css
index 97a4f929b..9da001d0d 100644
--- a/skins/custom/show_bug.css
+++ b/skins/custom/show_bug.css
@@ -72,3 +72,11 @@
.edit_form table td:first-child {
width: 0px;
}
+
+/* fix flag table's vertical alignment */
+
+table#flags {
+ border-collapse: collapse;
+ border-spacing: 0px;
+}
+