Skip to content
Snippets Groups Projects
Commit 66ee7159 authored by Till Glöggler's avatar Till Glöggler
Browse files

list plugin authors side by side ,fixes #69

parent 4e5365ea
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment