Sfoglia il codice sorgente

stick the blocs to top when...

... there is different number of items in each bloc and maybe a fix in the html because for me this part seems reversed originally.
®omano 9 anni fa
parent
commit
6886d62a58
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      modules/extras/extras.php

+ 2 - 2
modules/extras/extras.php

@@ -523,7 +523,7 @@ function exec_ogp_module()
 		
 	echo "<table style=\"width:100%;\">";
 
-	echo "<tr><td style=\"width:50%;\">";
+	echo "<tr><td style=\"width:50%; vertical-align:top;\">";
 	# MODULES
 	echo "<div class=\"dragbox bloc rounded\" style=\"margin:1%;\">".
 		 "<h4>".extra_modules."</h4>".
@@ -574,7 +574,7 @@ function exec_ogp_module()
 		echo '<b>'.$module['title']."</b> - $installed_str$updated_str <span id='loading' class='$folder' ></span><br>";
 	}
 	
-	echo "</div></td><td></div>";
+	echo "</div></div></td><td style=\"width:50%; vertical-align:top;\">";
 	
 	# THEMES
 	echo "<div class=\"dragbox bloc rounded\" style=\"margin:1%;\">".