1
0

Fix weird equal heights in list of installable plugins.

Some plugins on Spartacus have longer descriptions, making their
entires longer. Now, the description is collapsible using a details
element.

References #125
This commit is contained in:
Matthias Mees
2014-04-25 11:26:48 +02:00
parent d355f82de2
commit 82d3165a19
2 changed files with 22 additions and 4 deletions

View File

@ -479,7 +479,8 @@ label > span,
#mediaPropertyForm header b,
#mediaPropertyForm footer b,
#content .upgrade_done,
.pluginmanager_description .perm_name {
.pluginmanager_description .perm_name,
.plugin_data > .perm_name {
display: block;
}
@ -502,7 +503,8 @@ details,
form > a,
form > button,
#content .upgrade_done,
#upgrade_notice {
#upgrade_notice,
.plugin_data > .perm_name {
margin-top: 1.5em;
margin-bottom: 1.5em;
}
@ -517,6 +519,10 @@ form > button,
margin-bottom: .25em;
}
.plugin_desc {
margin-top: .25em;
}
#categories,
#categories ul,
#serendipity_image_folders,