1
0
Fork 0

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:
Tobias Diekershoff 2018-07-12 19:18:45 +02:00 committed by Hypolite Petovan
commit 30cef1a739
13 changed files with 36 additions and 71 deletions

View file

@ -1,4 +1,5 @@
##
style.css : style.less colors.less ../icons.less ../quattro.less
lessc style.less > style.css
echo "/* THIS FILE IS GENERATED FROM THE less SOURCE DO NOT EDIT MANUALLY */" > style.css
lessc style.less >> style.css

View file

@ -1,3 +1,4 @@
/* THIS FILE IS GENERATED FROM THE less SOURCE DO NOT EDIT MANUALLY */
/**
* Fabio Comuni <http://kirgroup.com/profile/fabrixxm>
**/
@ -2514,11 +2515,11 @@ footer {
clear: left;
text-align: right;
}
#adminpage #pluginslist {
#adminpage #addonslist {
margin: 0;
padding: 0;
}
#adminpage .plugin {
#adminpage .addon {
list-style: none;
display: block;
border: 1px solid #888888;
@ -2526,10 +2527,10 @@ footer {
margin-bottom: 5px;
clear: left;
}
#adminpage .plugin desc {
#adminpage .addon desc {
margin-left: 2.5em;
}
#adminpage .toggleplugin {
#adminpage .toggleaddon {
float: left;
margin-right: 1em;
}