Module: bugzilla Branch: master Commit: 021787288045e33a2f59fce61991438e9c3395b6 URL: http://source.winehq.org/git/bugzilla.git/?a=commit;h=021787288045e33a2f59fc...
Author: Vitaliy Margolen wine-patches@kievinfo.com Date: Sun Sep 2 12:20:06 2007 -0600
bugzilla: Make attachments box winder.
There are lots of unused room on the right of the box. Might as well use it instead of overlapping the text.
---
skins/standard/global.css | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/skins/standard/global.css b/skins/standard/global.css index fc8fb8e..80c2051 100644 --- a/skins/standard/global.css +++ b/skins/standard/global.css @@ -282,7 +282,7 @@ dl dl > dt { /* Style of the attachment table */ #attachment_table { border-collapse: collapse; - width: 40em; + width: 100%; border: 1px solid #333333; }