! Adjusted the CSS not to be quite so broken. While not perfect, it at least doesn't make the page much bigger than it should have been.
gruffen

gruffen commited on 2011-03-15 03:16:56
Showing 1 changed files, with 2 additions and 2 deletions.

... ...
@@ -108,7 +108,7 @@ h3.ticketheader img
108 108
 {
109 109
 	min-height: 280px;
110 110
 	overflow: auto;
111
-	width: 20%;
111
+	/*width: 20%;*/
112 112
 	float: left;
113 113
 }
114 114
 .shd_customfields
... ...
@@ -134,7 +134,7 @@ h3.ticketheader img
134 134
 /* The ticket container */
135 135
 .shd_ticket
136 136
 {
137
-	min-height: 640px;
137
+	min-height: 250px;
138 138
 }
139 139
 .shd_ticket_description
140 140
 {
141 141