aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
Diffstat (limited to 'view')
-rw-r--r--view/admin_plugins_details.tpl6
-rw-r--r--view/theme/duepuntozero/style.css1
2 files changed, 4 insertions, 3 deletions
diff --git a/view/admin_plugins_details.tpl b/view/admin_plugins_details.tpl
index acb3d2862..85ee8dfb4 100644
--- a/view/admin_plugins_details.tpl
+++ b/view/admin_plugins_details.tpl
@@ -3,11 +3,11 @@
<p><span class='toggleplugin icon $status'></span> $info.name - $info.version : <a href="$baseurl/admin/plugins/$plugin/?a=t">$action</a></p>
<p>$info.description</p>
- <p>
+
{{ for $info.author as $a }}
- <a href="$a.link">$a.name</a>
+ <p class="author">{{ if $a.link }}<a href="$a.link"><span class='icon remote-link'></span></a>{{ endif }}$a.name</p>
{{ endfor }}
- </p>
+
{{ if $readme }}
diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css
index c2fb9700c..78e02681a 100644
--- a/view/theme/duepuntozero/style.css
+++ b/view/theme/duepuntozero/style.css
@@ -2550,6 +2550,7 @@ a.mail-list-link {
float:left;
margin-right: 1em;
}
+#adminpage .author .icon { float: left;}
/**
* ICONS