! Made the poster column in replies a little wider and hid the overflow to "fix" the issues with long usernames, partially. [Bug 391]
nas

nas commited on 2010-12-03 06:28:19
Showing 1 changed files, with 3 additions and 2 deletions.

... ...
@@ -297,9 +297,10 @@ h3.ticketheader img
297 297
 }
298 298
 .shd_posterinfo
299 299
 {
300
-	width: 11em;
300
+	width: 14em;
301 301
 	text-align: center;
302 302
 	margin-left: 3px;
303
+	overflow: hidden;
303 304
 }
304 305
 .shd_postername
305 306
 {
... ...
@@ -316,7 +317,7 @@ h3.ticketheader img
316 317
 }
317 318
 .shd_replyarea
318 319
 {
319
-	padding-left: 11em;
320
+	padding-left: 14em;
320 321
 	margin-left: 10px;
321 322
 }
322 323
 
323 324