|
@@ -137,6 +137,7 @@ button {
|
137
|
137
|
}
|
138
|
138
|
#toptable {
|
139
|
139
|
border-spacing: 0px;
|
|
140
|
+ width: 100%;
|
140
|
141
|
}
|
141
|
142
|
#toptable tr th {
|
142
|
143
|
border-bottom: 1px solid black;
|
|
@@ -152,7 +153,11 @@ button {
|
152
|
153
|
white-space: nowrap;
|
153
|
154
|
cursor: default;
|
154
|
155
|
}
|
155
|
|
-#toptable tr td:nth-child(6) { text-align: left; }
|
|
156
|
+#toptable tr td:nth-child(6) {
|
|
157
|
+ text-align: left;
|
|
158
|
+ max-width: 30em; // Truncate very long names
|
|
159
|
+ overflow: hidden;
|
|
160
|
+}
|
156
|
161
|
#toptable tr td:nth-child(7) { text-align: left; }
|
157
|
162
|
.hilite {
|
158
|
163
|
background-color: #ccf;
|