commit 226ec917a6c4dcab24bdcf99b7cb112977228841
parent 74299b96b93f97bef1b4e891b9d1e2403e825a10
Author: Simon Kornblith <simon@simonster.com>
Date: Tue, 21 Feb 2012 17:45:00 -0500
CSS changes
Diffstat:
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
@@ -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;
}