From 226ec917a6c4dcab24bdcf99b7cb112977228841 Mon Sep 17 00:00:00 2001 From: Simon Kornblith Date: Tue, 21 Feb 2012 17:45:00 -0500 Subject: [PATCH] CSS changes --- .../zotero/tools/testTranslators/testTranslators.css | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/chrome/content/zotero/tools/testTranslators/testTranslators.css b/chrome/content/zotero/tools/testTranslators/testTranslators.css index 905103972..8d3309687 100644 --- a/chrome/content/zotero/tools/testTranslators/testTranslators.css +++ b/chrome/content/zotero/tools/testTranslators/testTranslators.css @@ -18,8 +18,8 @@ td, th { } .th-translator { - width: 500px; - max-width: 500px; + width: 250px; + max-width: 250px; } .th-status { @@ -30,6 +30,11 @@ td, th { width: 75px; } +.th-issues { + width: 250px; + max-width: 500px; +} + .status-succeeded, .supported-yes { background-color: #90ff90; }