! The expand/collapse icons on the quick reply and the ticket action log were not in line with each other, which looked bad. [Bug 484]
cookiemonster

cookiemonster commited on 2010-12-04 06:06:38
Showing 1 changed files, with 2 additions and 0 deletions.

... ...
@@ -187,6 +187,8 @@ h3.ticketheader img
187 187
 #shd_ticket_log_expand
188 188
 {
189 189
 	margin-top: 8px;
190
+	position: relative;
191
+	left: 4px;
190 192
 }
191 193
 .shd_ticket_log_expand_container
192 194
 {
193 195