From: <dj...@us...> - 2012-06-12 14:54:24
|
Revision: 9642 http://xoops.svn.sourceforge.net/xoops/?rev=9642&view=rev Author: djculex Date: 2012-06-12 14:54:18 +0000 (Tue, 12 Jun 2012) Log Message: ----------- - Change: A bit of styling to upload screen Modified Paths: -------------- XoopsModules/smallworld/trunk/smallworld/templates/smallworld_userprofile_imgupload.html Modified: XoopsModules/smallworld/trunk/smallworld/templates/smallworld_userprofile_imgupload.html =================================================================== --- XoopsModules/smallworld/trunk/smallworld/templates/smallworld_userprofile_imgupload.html 2012-06-12 14:53:24 UTC (rev 9641) +++ XoopsModules/smallworld/trunk/smallworld/templates/smallworld_userprofile_imgupload.html 2012-06-12 14:54:18 UTC (rev 9642) @@ -5,7 +5,7 @@ <{section name=i loop=$uploadform}> <{$uploadform[i]}> <{/section}> - <table class="files"> + <table style="height:500px" class="files"> <tr class="file_upload_template" style="display:none;"> <td class="file_upload_preview"></td> <td class="file_name"></td> @@ -14,11 +14,11 @@ <td class="file_upload_start"><button><{$smarty.const._SMALLWORLD_IMAGES_START}></button></td> <td class="file_upload_cancel"><button><{$smarty.const._SMALLWORLD_IMAGES_CANCEL}></button></td> </tr> - <tr class="file_download_template" style="display:none;"> - <td class="file_download_preview"></td> - <td class="file_name"><a></a></td> - <td class="file_size"></td> - <td class="file_download_delete" colspan="3"><button><{$smarty.const._SMALLWORLD_IMAGES_DELETE}></button></td> + <tr class="file_download_template" style="height:59px;display:none;"> + <td style="vertical-align: middle;" class="file_download_preview"></td> + <td style="vertical-align: middle;" class="file_name"><a></a></td> + <td style="vertical-align: middle;" class="file_size"></td> + <td style="vertical-align: middle;" class="file_download_delete" colspan="3"><button><{$smarty.const._SMALLWORLD_IMAGES_DELETE}></button></td> </tr> </table> <div class="file_upload_overall_progress"><div style="display:none;"></div></div> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |