Plugin manager: align icon size with rest of the GUI

This commit is contained in:
bergware
2019-02-01 22:48:26 +01:00
parent c44e7e01fa
commit b4acf41987
6 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -85,6 +85,6 @@ $(function() {
});
</script>
<table class='tablesorter plugins shift' id='plugin_table'>
<thead><tr><th></th><th>Plugin</th><th>Author</th><th>Version</th><th>Status</th><th>Uninstall</th></tr></thead>
<thead><tr><th style='width:48px'></th><th>Plugin</th><th>Author</th><th>Version</th><th>Status</th><th>Uninstall</th></tr></thead>
<tbody id="plugin_list"><tr><td colspan="6"><div class="spinner"></div></td><tr></tbody>
</table>
@@ -130,7 +130,7 @@ foreach (glob($plugins,GLOB_NOSORT) as $plugin_link) {
//write plugin information
$empty = false;
echo "<tr id=\"".str_replace(['.',' ','_'],'',basename($plugin_file,'.plg'))."\">";
echo "<td style='vertical-align:top;width:64px'><p style='text-align:center'>$link</p></td>";
echo "<td>$link</td>";
echo "<td><span class='desc_readmore' style='display:block'>$desc</span> $support</td>";
echo "<td>$author</td>";
echo "<td data='$date'>$version</td>";
+3 -3
View File
@@ -272,9 +272,9 @@ i.orb{font-size:1.1rem;margin:0 8px 0 3px}
i.mm{display:block;margin-left:45px;margin-bottom:-7px}
img.img,i.img{width:32px;height:32px;margin-right:10px}
img.icon{margin:-3px 4px 0 0}
img.list{width:auto;max-width:48px;height:48px}
i.list{font-size:4rem;color:#606e7f}
a.list{text-decoration:none;color:#606e7f}
img.list{width:auto;max-width:32px;height:32px}
i.list{font-size:32px}
a.list{text-decoration:none;color:inherit}
div.content{position:absolute;top:0;left:0;width:100%;padding-bottom:30px;z-index:-1;clear:both}
div.content.shift{margin-top:1px}
label+.content{margin-top:64px}
+3 -3
View File
@@ -257,9 +257,9 @@ i.orb{font-size:1.1rem;margin:0 8px 0 3px}
i.mm{display:block;margin-left:45px}
img.img,i.img{width:32px;height:32px;margin-right:10px}
img.icon{margin:-3px 4px 0 0}
img.list{width:auto;max-width:48px;height:48px}
i.list{font-size:4rem;color:#f2f2f2}
a.list{text-decoration:none;color:#f2f2f2}
img.list{width:auto;max-width:32px;height:32px}
i.list{font-size:32px}
a.list{text-decoration:none;color:inherit}
div.content{position:absolute;top:0;left:0;width:100%;padding-bottom:30px;z-index:-1;clear:both}
div.content.shift{margin-top:1px}
label+.content{margin-top:86px}
+3 -3
View File
@@ -272,9 +272,9 @@ i.orb{font-size:1.1rem;margin:0 8px 0 3px}
i.mm{display:block;margin-left:45px;margin-bottom:-7px}
img.img,i.img{width:32px;height:32px;margin-right:10px}
img.icon{margin:-3px 4px 0 0}
img.list{width:auto;max-width:48px;height:48px}
i.list{font-size:4rem;color:#606e7f}
a.list{text-decoration:none;color:#606e7f}
img.list{width:auto;max-width:32px;height:32px}
i.list{font-size:32px}
a.list{text-decoration:none;color:inherit}
div.content{position:absolute;top:0;left:0;width:100%;padding-bottom:30px;z-index:-1;clear:both}
div.content.shift{margin-top:1px}
label+.content{margin-top:64px}
+3 -3
View File
@@ -257,9 +257,9 @@ i.orb{font-size:1.1rem;margin:0 8px 0 3px}
i.mm{display:block;margin-left:45px}
img.img,i.img{width:32px;height:32px;margin-right:10px}
img.icon{margin:-3px 4px 0 0}
img.list{width:auto;max-width:48px;height:48px}
i.list{font-size:4rem;color:#1c1b1b}
a.list{text-decoration:none;color:#1c1b1b}
img.list{width:auto;max-width:32px;height:32px}
i.list{font-size:32px}
a.list{text-decoration:none;color:inherit}
div.content{position:absolute;top:0;left:0;width:100%;padding-bottom:30px;z-index:-1;clear:both}
div.content.shift{margin-top:1px}
label+.content{margin-top:86px}