1
0

Fix long plugin titles in the backend, once and for all

This commit is contained in:
Matthias Mees
2016-06-20 20:00:25 +02:00
parent fb7896b2bd
commit 48e8dc008c

View File

@ -2333,11 +2333,19 @@ label .perm_name,
}
.pluginmanager_plugin .form_check {
float: left;
margin: .75em 0;
width: 5%;
}
.pluginmanager_plugin h5 {
float: left;
margin: .75em 0 0;
width: 95%;
}
.pluginmanager_plugin .plugin_data {
clear: left;
}
.configuration_group .sequence_grablet,