some plugins left over (#5369)
* tinymce is not used anymore, we can delete the cuson CSS file * mv the plugins_details template to addon_details * renamed template called from admin panel * some CSS classes that should be addon where still plugin * Insert a warning into the generated quattro CSS files
This commit is contained in:
parent
35ac3f32a0
commit
30cef1a739
13 changed files with 36 additions and 71 deletions
|
@ -2948,7 +2948,7 @@ section.help-content-wrapper li {
|
|||
#admin-summary-wrapper {
|
||||
padding-top: 10px;
|
||||
}
|
||||
#adminpage ul#pluginslist, li.plugin {
|
||||
#adminpage ul#addonslist, li.addon {
|
||||
list-style: none;
|
||||
}
|
||||
#adminpage li .icon {
|
||||
|
@ -2989,7 +2989,7 @@ section.help-content-wrapper li {
|
|||
font-size: 11px;
|
||||
color: #555555;
|
||||
}
|
||||
#adminpage .plugin .desc {
|
||||
#adminpage .addon .desc {
|
||||
padding-left: 10px;
|
||||
}
|
||||
.adminpage .admin-settings-action-link,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue