diff --git a/admin/css/apps.css b/admin/css/apps.css index c6b4f69ebcb..e9049358e51 100644 --- a/admin/css/apps.css +++ b/admin/css/apps.css @@ -1,9 +1,14 @@ /* APPS TABLE */ -table td.date { width:5em; padding:.5em 1em; text-align:right; } -table td.version, table td.enabled, table td.disabled { padding:.5em 1em; text-align:center; } +table td.date { width:5em; padding:.5em 1em; text-align:left; } +table td.version, table td.enabled, table td.disabled { padding:.5em 1em; text-align:left; } .preview { padding:3px; text-align:left; } -table td.date { width:11em; color:#555555; } -table td.selection, table th.selection, table td.fileaction { width:2em; text-align:center; } -table td.name a { padding:6px; text-decoration:none; color:#555555; } -.type { text-decoration:none; color:#888888; font-size:.8em; } -.description { text-decoration:none; color:#666666; font-size:.9em; } +table td.date { width:11em; color:#555; } +table td.selection, table th.selection, table td.fileaction { width:2em; text-align:left; } +table td.name a { padding:6px; text-decoration:none; color:#555; } +.type { text-decoration:none; color:#888; font-size:.8em; } +.description { text-decoration:none; color:#666; font-size:.9em; } + +ul#apps { width:40em; list-style:none; } +ul#apps li { display:block; padding:.2em; clear:right; } +ul#apps em { color:#555; } +ul#apps input { float:right; } diff --git a/admin/templates/appsinst.php b/admin/templates/appsinst.php index d205d95cc34..e845cb451fd 100644 --- a/admin/templates/appsinst.php +++ b/admin/templates/appsinst.php @@ -1,20 +1,7 @@ -
t( 'Name' ); ?> | -t( 'Version' ); ?> | -t( 'Author' ); ?> | -t( 'Status' ); ?> | -
---|---|---|---|
- | - | - | - |