! Fixed the layout bug in the profile template (ref issue 507, reply 9)
gruffen

gruffen commited on 2011-03-27 06:45:32
Showing 2 changed files, with 8 additions and 1 deletions.

... ...
@@ -525,3 +525,10 @@ h3.ticketheader img
525 525
 {
526 526
 	border-right: none;
527 527
 }
528
+
529
+ul.shd_profile_nav_list, ul.shd_profile_nav_inline
530
+{
531
+	/* Webkit's default stylesheet also, just for giggles, adds margin-before and margin-after to lists. */
532
+	-webkit-margin-before: 0;
533
+	-webkit-margin-after: 0;
534
+}
528 535
\ No newline at end of file
... ...
@@ -537,7 +537,7 @@ function template_shd_profile_navigation_above()
537 537
 			</div>
538 538
 		</div>
539 539
 		', !empty($options['use_sidebar_menu']) ? '<br />' : '', '
540
-		<div class="', empty($options['use_sidebar_menu']) ? 'shd_ticket_rightcolumn floatleft' : '', '">';
540
+		<div class="', empty($options['use_sidebar_menu']) ? 'shd_ticket_rightcolumn floatright' : '', '">';
541 541
 }
542 542
 
543 543
 function template_shd_profile_navigation_below()
544 544