From 66ee715902f4603691f6d5ff702eff226e67e50a Mon Sep 17 00:00:00 2001 From: tgloeggl <tgloeggl@uos.de> Date: Mon, 31 Oct 2016 15:01:54 +0100 Subject: [PATCH] list plugin authors side by side ,fixes #69 --- assets/pluginmarket.less | 20 +++++++++++++++----- views/presenting/details.php | 2 +- 2 files changed, 16 insertions(+), 6 deletions(-) diff --git a/assets/pluginmarket.less b/assets/pluginmarket.less index e523d57..fa2094b 100755 --- a/assets/pluginmarket.less +++ b/assets/pluginmarket.less @@ -14,14 +14,14 @@ padding: 5px; border: 5px solid #eeeeee; margin: 5px; - + img { display: block; max-height: 180px; } input[type=checkbox] { display: none; - + &:checked + * { opacity: 0.2; } @@ -68,7 +68,7 @@ text-align: justify; position: relative; color: #000; - + &:after { content: ''; position: absolute; @@ -88,9 +88,19 @@ } } +.plugins_authors > li > div { + float: left; + margin-left: 1em; + margin-bottom: 1em; +} + +.plugins_authors + h2 { + clear: both; +} + #tagcloud td { .transition(font-size 0.5s); - + &:hover { font-size: 1.2em; transition: font-size 0.5s; @@ -127,7 +137,7 @@ article.contentbox { footer { background-color: white; border-top: 1px solid @content-color-40; - + &.tags a { .icon-before('blue/tag.png'); white-space: nowrap; diff --git a/views/presenting/details.php b/views/presenting/details.php index 0ff82a0..30edd6a 100755 --- a/views/presenting/details.php +++ b/views/presenting/details.php @@ -84,7 +84,7 @@ if ($image) { <? endif ?> <h2><?= _("Zum Autor") ?></h2> -<ul class="clean"> +<ul class="clean plugins_authors"> <li> <? $author = User::find($marketplugin['user_id']) ?> <div> -- GitLab