From 98079c9180649bbb11191f708ec755265c188924 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Sun, 21 Jan 2007 22:11:13 +0000 Subject: Bug 365247: New UI for the attachment table (ported from b.m.o) - Patch by Frédéric Buclin (UI proposed by Mike Connor ) r=bkor a=LpSolit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- skins/standard/global.css | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) (limited to 'skins/standard') diff --git a/skins/standard/global.css b/skins/standard/global.css index 7504cb0fb..bd558d5c5 100644 --- a/skins/standard/global.css +++ b/skins/standard/global.css @@ -281,6 +281,35 @@ dl dl > dt { border-top: none; } +/* Style of the attachment table */ +#attachment_table { + border-collapse: collapse; + width: 40em; + border: 1px solid #333333; +} + +#attachment_table th, .bz_attach_footer { + background-color: #E0E0E0; + color: black; +} + +#attachment_table td { + border: 1px solid #333333; +} + +.bz_attach_extra_info { + font-size: smaller; +} + +.bz_attach_flags, .bz_attach_footer { + white-space: nowrap; +} + +.bz_attach_view_hide { + float: right; + padding-left: 1em; +} + .box { border: 1px solid black; color: black; -- cgit v1.2.3-24-g4f1b